How can I open a specific file in a specified split view with an built-in command in VS codium? Is that possible without writing an extension? I have a project,
I'm trying to be able to have a keyboard shortcut that creates a new file with the datetime as the prefix and some additional text that I enter. I know there i
I have a folder with multiple cpp files that I want to compile to a DLL with g++ (MinGW). My Tasks.json looks like this: { // See https://go.microsoft.com/fwlin
In order to define my environment variables in a single place a configured a task in which a run a shell script. The task is run as preLaunchTask in my launch.j
I find myself copy/pasting quite a bit in tasks.json. Is there a better way to deal with this? Googled for parameterizing tasks, but that doesn't seem possible.
I am doing development with https://github.com/google/clasp. clasp will use the environment variable clasp_config_auth. I have tested and confirmed that outside