All Questions
Tagged with vscode or visual-studio-code
61,244 questions
0
votes
0
answers
22
views
Using jupterlab-sidecar (or similar) within VSCode notebook
So VSCode (Cursor) allows one to use notebooks within it. A very nice widget for JupyterLab is this jupyterlab-sidecar, which allows one to split the screen and do things like visualize a map and ...
0
votes
1
answer
19
views
Replicate Typescript VSCode Debug in: launch.json
I am looking for a solution to a (apparently rare) setup of a .vscode/launch.json config file, specifically for debugging Typescript directly.
This is extremely easy and simple to do manually in ...
3
votes
1
answer
53
views
An Unknown "Commit" Appears Only in VS Code's Git History View
When managing a project with Visual Studio Code (VS Code), I observed an unexpected entry in the Git history panel that resembles a commit (I use quotation marks to indicate it is not a conventional ...
0
votes
0
answers
48
views
Visual Studio Code shows “Apply developer environment” error when building C with MSVC, even though MSVC works normally [duplicate]
I'm getting an error in Visual Studio Code when trying to build a C program:
cl.exe requires a Visual Studio developer environment to build and debug.
It asks me to “Apply developer environment,” ...
0
votes
1
answer
29
views
How to get vaadin selecter with Playwright?
I've tried to find a solution online on how to work with playwright and vaadin code but no chance.
Playwright is installed in VS Code, is up and running, I have my test explorer installed and node.js. ...
Tooling
0
votes
0
replies
33
views
VS Code: Display error gutters for folded code
Using VS Code, I usually fold/collapse all functions & code using Ctrl + K + 0 except for the function(s) I'm currently editing. However, if my changes induce errors in other parts of the code, I ...
0
votes
0
answers
26
views
When are VSCode Copilot chat instructions files read in?
I'm trying to write VSCode instructions files that are applied to specific file patterns using the applyTo frontmatter. However, I don't see them applied usually. My question is...do instructions ...
1
vote
1
answer
40
views
Prevent VS Code Server in WSL from attempting to update (due to corporate firewall)
I am running VS Code on Windows 11 and WSL1 with Ubuntu 22.04.5 LTS behind a corporate firewall.
The firewall prevents updates of the VS Code Server instance inside WSL to download, but somehow it ...
0
votes
2
answers
70
views
Unable to link Raylib.h in C project using MinGW in Visual Studio Code on Windows
I hope you're all good.
I'm trying to set up a C project using Raylib in Visual Studio Code with MinGW as the compiler on Windows 10. I downloaded Raylib from the official site(it's storage about 2....
1
vote
2
answers
30
views
Getting an error using Payload CMS trying to connect to MongoDB that says 'unescaped characters' in username/password but there aren't any
I am using Payload CMS with MongoDB via the Terminal in Visual Studio Code. I am trying to connect to MongoDB but keep getting this error:
Error: cannot connect to MongoDB. Details: Username contains ...
0
votes
0
answers
27
views
Visual Studio Code C# Test Explorer: configuration of Run and Debug mode in dev container?
In a C# project within VSCode with xUnit tests, Test Explorer in the dev container offers you a Run and a Debug option. Where do you configure the details of these? In particular, "Run" ...
-3
votes
0
answers
30
views
Prevent VS Code from prompting to save newly created empty files
I frequently create empty files by accident in VS Code by mistyping filenames when I open them from the command line. When I close these empty files, VS Code always prompts me to save them, even ...
1
vote
0
answers
36
views
VSCode Debug Console prints UTF-8 Chinese characters as hexadecimal sequences (xe4xb8xad...)
I'm trying to print UTF-8 Chinese text from a simple C program, but VSCode's Debug Console cannot decode the output.
Instead of showing Chinese characters, it prints escaped hex sequences.
Minimal ...
1
vote
0
answers
38
views
Disable multi-cursor with option+click in vscode
I already have View> Column Selection Mode disabled, and I already have the following in my settings.json
"editor.multiCursorMergeOverlapping": false,
"editor.columnSelection": ...
-1
votes
2
answers
62
views
Search VSCode in Parent Folder but Not Child Folders
I'm trying to search the contents of files in my site but there are many folders which aren't relevant so searching can often take an excessive amount of time.
I can't really use the 'exclude' ...