In Visual Studio Codium I want to define a command that has a variable parameter. I want the IDE to open specific file, which name is written in another file. A
I have the following folder structure in a monorepo repository /--.vscode /--Services --/Service1 --/Service2 --/Service3 In each service, I am using pip
I have so many projects I have to open during windows startup. So I have created batch file to open them in vs code as following. start cmd /C code C:\project1
I have the following folder structure in a monorepo repository /--.vscode /--Services --/Service1 --/Service2 --/Service3 In each service, I am using pip
"code-runner.executorMap": { "cpp": "cd $dir && g++ -Wall -Wextra -O2 -std=c++14 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt
I'm trying to recreate a simple program of mine using lit instead of just basic js, but adding import statements seems to break every function. Things seem to w
When I open VSCode on Windows 10, I get the following pop-up window message and it requires an action: error creating registry key: HKEY_CURRENT_USER\Software\
I used VSCode Codespaces for the first time today and everything works as in the desktop version but somehow the letters in the terminal are cut off and i don't
The default VS Code keybinding for toggling line comments isn't working in Jupyter Notebooks. The shortcut Ctrl+/ works fine when I use it in .py files, and it
I'm following This VSCode MinGW guide.Everything works fine until the debugging part, where I need to choose Run > Add Configuration... and then choose C++ (
I am new to using Visual Studio Code. I have always used Visual Studio IDE in Windows. I am trying to run a simple Hello World Program on Mac with VS Code. I ra
PS C:\Users\dell\Desktop\HashLips\hashlips_art_engine-1.1.2_patch_v1> node index .js internal/modules/cjs/loader.js:1144 return process.dlopen(module, path.t
Why doesn't VS Code figure out how to complete the methods and attributes? When I write: ai_game. nothing happens, no list of methods or attributes appear impor
I've been searching for some time but couldn't find any related problem. When using Visual Studio Code with Python extension for debugging on large elements, co
I'm in VSCode and just made a ton of changes on my branch. I have a rough draft that would be a shame to lose due to to not backing up online. So naturally it w
The 1.66 (March 2022) release introduces a TreeDragAndDropController API which allows for handling drag & drop events for custom tree views. However in the
Console it printing Array [] instead of values. I have checked the code but figure it out. Why doesn't console.log show me array values when i click button? imp
I'm new to Ruby,Writing some code to make a game,so using ruby2d library. Got an error while writing some basic code. Help me out Folks. require 'ruby2d' set ba
Even if I've enough experience with Python & VScode, I often get this major misunderstanding. For example, I have two projects Project1_folder .env1
I have created my own Xtext based DSL and vscode based editor with language server protocol. I create multiple models in separate files: # filename dummy1.xyz m