Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
-3 votes
0 answers
11 views

in order to save more space on my C drive, I moved the 'extensions' folder to another drive and used an environment variable 'VSCODE_EXTENSIONS' to help the Code know where the extensions locate but ...
user32013472's user avatar
0 votes
0 answers
27 views

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 ...
Davi Barreira's user avatar
0 votes
1 answer
20 views

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 ...
The-Stanislav's user avatar
3 votes
1 answer
55 views

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 ...
ChenXu's user avatar
  • 33
0 votes
0 answers
51 views

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,” ...
user32003428's user avatar
0 votes
1 answer
29 views

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. ...
CD46's user avatar
  • 31
Tooling
0 votes
0 replies
35 views

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 ...
saper0's user avatar
  • 394
0 votes
0 answers
32 views

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 ...
Cory Watson's user avatar
1 vote
1 answer
40 views

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 ...
Argysh's user avatar
  • 187
0 votes
2 answers
71 views

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....
ANKIL's user avatar
  • 17
1 vote
2 answers
30 views

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 ...
GenevieveKuzak's user avatar
0 votes
0 answers
27 views

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" ...
Volker Stolz's user avatar
  • 7,430
-3 votes
0 answers
30 views

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 ...
TomOnTime's user avatar
  • 4,521
1 vote
0 answers
43 views

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 ...
Sab1e's user avatar
  • 11
1 vote
0 answers
38 views

I already have View> Column Selection Mode disabled, and I already have the following in my settings.json "editor.multiCursorMergeOverlapping": false, "editor.columnSelection": ...
greenberet123's user avatar

15 30 50 per page
1
2 3 4 5
4083