61,199 questions
-3
votes
0
answers
59
views
I'm having trouble to run my python project after a git push [closed]
I'm currently trying to test my project after a git push, but the imports aren't being recognized. I used the git clone, then accessed the branch to run some tests, but when i tried using the pip ...
1
vote
0
answers
38
views
Code folding buttons disappeared in sticky scroll in VS Code
I've been using code folding buttons or collapse buttons that appeared on the lines of code that stick at the top of the window while scrolling. A few days ago the fold buttons disappeared from the ...
0
votes
0
answers
19
views
vsc: Diff leads to unexpected error (extension Apache Subversion SVN)
I got an unexpected error when I select diff for a file.
2026-01-16 09:08:08.838 [error] Error: Unable to resolve resource svn-base:............. see picture below
at Q9e.r (vscode-file://vscode-app/...
-3
votes
0
answers
71
views
Observability for a GitHub Copilot custom agent (Visual Studio Code) [closed]
How would you handle observability/logging of a custom agent in team-scope?
I’m building an internal Visual Studio Code GitHub Copilot custom agent + MCP server and want to distribute it to teammates ...
0
votes
0
answers
77
views
Visual Studio Code code and Xcode connection issue
In Xcode my code is successfully signing and building. But when I run it from VS code this is result:
Xcode build done. 9.5s
Failed to build iOS app
...
3
votes
0
answers
43
views
Cannot attach VS Code to Spark container: Permission denied creating .vscode-server in /nonexistent
I'm getting what I feel should be a super simple error, but I'm having a tough time figuring out what I'm doing wrong. I want to open a running container in VS Code, but I keep getting a permission ...
0
votes
0
answers
97
views
Running Python in VS Code, when writing to terminal it stops
I am using Python (3.11.4) and VS Code in a remote Windows session (Microsoft 2019 Datacenter). While in the editor, I run code line by line with Shift + Enter.
Lately, this has been slowing down, and ...
-6
votes
0
answers
93
views
Shortcut problem in Visual Studio Code: Keybinding is not working [closed]
There is a problem with the new version of Visual Studio Code. The keyboard shortcuts for copy line down and copy line up, their keybinding are not working, but in the previous versions they were ...
Advice
0
votes
0
replies
13
views
Found solution for an annoying problem with "Visual Studio Code" not able to detect ipynb kernel
Have you wondering why your friend's pc/laptop can run python notebooks very easily and you faced lots of issue due to admin permissions or some other stuff?
Just turn on a setting.
in windows 11
...
-1
votes
1
answer
55
views
intellisense terminal suggest not working in git bash
so i reinstalled windows and i was not able to get the terminal suggest to work with git-bash,and i tried to look for a solution online but there is no solution online.
also just turning it on in the ...
1
vote
1
answer
39
views
Keyboard shortcut for "Go to symbol" filtered by type in Visual Studio Code
There is workbench.action.gotoSymbol which shows all symbols in order of appearance:
Through Filter Go to Symbol by item type #123454, I learned that @: will group those symbols, making it easier to ...
0
votes
0
answers
42
views
Running VS Code debugger raises `FileNotFoundError: [WinError 2] The system cannot find the file specified: path-to-uv/uv/python312.zip`
This issue rendered 4 consecutive local clones of a repo unusable for debugging. I still can't find this exact issue nor a solution on the Internet (please share if you do and in this case I'm sorry ...
Advice
0
votes
2
replies
11
views
Run command (simpleBrowser.show) in response to task output?
Is it possible to run a VS Code command in response to the output of an external command run via a task?
Specifically, I have a task triggered by a keyboard shortcut which runs an external command, ...
-1
votes
1
answer
82
views
Visual Studio Code Shortcut for switching between Copilot models?
Is there a way to make a shortcut for switching between different GitHub Copilot AI models in Visual Studio Code?
I frequently need to switch from a higher cost model to a lower cost model for doing ...
1
vote
0
answers
41
views
Unfound Dart Command: Restart Analysis Server
What's the problem:
It seems that I no longer have the Dart/Flutter Analysis Server, with means I don't have access to code snippets and shortcuts as well as running from VSCode (F5). In the bottom ...