I've tried to use libxl library but there is no installation document for vs code even if I try to add header files there is an error message "no such file or d
So basically I am writing a socket program in C++ on a Windows machine. But I am running a WSL and compile the code within the WSL because I am building it for
I'm trying to setup my vscode to debug C++ programs using gdb from WSL. But I faced problem with gdb on my WSL 1 (Ubuntu 22.04 LTS). Whenever I try set a breakp
<?php use HeadlessChromium\BrowserFactory; $browserFactory = new BrowserFactory(); ?> I've installed chrome-php/chrome with composer and hovering my mo
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