Category "visual-studio-code"

How do I customise the format/contents of a new file?

I'd like to have a "client owner" detail block at the top of each file so that future coders will have assistance in finding the right file to work on. How can

Possible to collapse custom regions?

Does vscode support create custom folding regions? I have variables storing pictures in a format similar to base64, they are very large strings, my goal is to f

Bitbucket Cloud recently stopped supporting account passwords

Trying to apply the app password to existing repo from VS Code and just need clarity on a couple things git remote set-url origin https://<Bitbucket_Username

Weird formatting when saving react project file in vscode

I get an error after saving the file, the code automatically formats like the code below error opening and closing tags, automatic carriage return, auto-add {"

VS code - How to remove quotes from keys only but value remains

What extension or shortcut will format a JavaScript object's keys without using quotation marks? I saw this in a presentation: They Pasted the example in A) bel

How can I fix Intellisense issues with Python's openCV on vsCode

I am somewhat new to Python and I am starting to explore openCV and numpy for object detection. It's all going well and I understand it well, however I am using

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