Category "visual-studio-code"

libxl Library VS Code Setup

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

Visual Studio Code C++ Linux Library's On Windows

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

GDB doesn't work: Cannot insert breakpoint 1. Cannot access memory at address [...]

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 HeadlessChromium\BrowserFactory not found in file.php

<?php use HeadlessChromium\BrowserFactory; $browserFactory = new BrowserFactory(); ?> I've installed chrome-php/chrome with composer and hovering my mo

Is it possible to use input variables in keybindings in VS Codium?

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

How can I create a launch.json to use pipenv scripts?

I have the following folder structure in a monorepo repository /--.vscode /--Services --/Service1 --/Service2 --/Service3 In each service, I am using pip

Run VS code projects through batch file

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

How can I create a launch.json to use pipenv scripts?

I have the following folder structure in a monorepo repository /--.vscode /--Services --/Service1 --/Service2 --/Service3 In each service, I am using pip

Can I use multiple different commands for a single file type in coderunner?

"code-runner.executorMap": { "cpp": "cd $dir && g++ -Wall -Wextra -O2 -std=c++14 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt

Javascript functions stop working when using import at top of script, even without trying to use what's imported

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

error creating registry key: HKEY_CURRENT_USER\Software\Classes\.ts\OpenWithProgids. RegCreateKeyEx faild: code 5 Access denied

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\

VSCode Codespaces - cut off letters in terminal

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

VS Code's toggle-comment Keyboard Shortcut isn't working when I use Jupyter Notebooks

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

VS Code doesn't show predefined launch.json files

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++ (

How do I set the default c# file in my Visual Studio Code c# Project?

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

Try to generat nftr art Got this errore code: 'ERR_DLOPEN_FAILED' whent runing node index.js

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 can't VSCode provide code completions for my object?

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

pydevd warnings in Visual Studio Code Debug Console

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

Git - Commit and push local changes without losing file diffs?

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

Is it possible to drag & drop between custom VS Code tree views?

The 1.66 (March 2022) release introduces a TreeDragAndDropController API which allows for handling drag & drop events for custom tree views. However in the