All Questions
Tagged with vscode or visual-studio-code
61,070 questions
0
votes
0
answers
9
views
How can I get vscode recent file/folder/workspaces on linux with cli tools or via code?
I use powertoys-run on my windows machine which provides vscode recent workspaces (including folders) search results. Currently I use archlinux with hyprland on my laptop, and I want to someway get ...
Advice
0
votes
0
replies
23
views
the raspberry pi pico extension in vscode cannot create a C++ project
I've tried to create a C++ project for several times, but it showed me a blank every time. Instead, I am able to create a micropython project.
The empty "new pico project" tab
I've tried ...
-4
votes
0
answers
68
views
Ghosted highlighting in vs code powershell terminal
Look at the images. After the first word of any command, anything written after that is getting highlighted with a grey background (depends on the theme though and it looks worst on lighter themes as ...
0
votes
1
answer
59
views
Detecting if running single or multiple tests with pytest in VS Code
It is easy to run a single test or multiple simultaneous tests with pytest in VS Code. I would like to suppress some time-consuming debugging output when running multiple tests in parallel. I know how ...
-3
votes
0
answers
68
views
How to change the opacity of VS Code on Hyprland with Wayland? [closed]
How can I make my VS Code background transparent?
I already tried the window rules, but they make letters transparent as well, I only want the background to be transparent.
Extensions like GlassIt (...
0
votes
0
answers
26
views
“Azure Logic Apps Standard: ‘Unable to find project root’ when running func host start”
I am trying to run an Azure Logic Apps Standard project locally using VS Code and Azure Functions Core Tools.
When trying to open workflow using Open designer the extension crashes with error:
Error: ...
0
votes
0
answers
58
views
VS Code Copilot Agents: ‘Chat session not found’ when switching from Plan agent to Copilot CLI
I am following the tutorial https://code.visualstudio.com/docs/copilot/agents/agents-tutorial to do agent hand off from local agent plan phase to Copilot CLI to be run in the background.
I am able to ...
-1
votes
0
answers
48
views
VSCode Exporting Function for Jupyter Notebooks
The VScode export for Jupyter Notebooks doesn't always work well for me.
It usually works to export as HTML, but when I try to export notebooks as PDFs it always fails. I have extensions for PDFs also ...
-3
votes
0
answers
62
views
VS Code paints background of letters black in terminal [closed]
After recent updates my VS Code terminal starts doing that: terminal_bug
It happens whenever I print space or backspace? since that all printed letters will be coverd with black background. Also my ...
Tooling
1
vote
1
replies
49
views
Can I go back to the mode were I can switch between parameters of a function with Tab (VS Code)?
I use this feature in java development in VS Code:
When I select a function from the autocomplete dropdown like function(parameter1, parameter2) , immediately parameter1 is selected, and I can go ...
-1
votes
0
answers
104
views
Python debug problems
I need to enable debugging in VS Code to debug a Python file but, due to the specific nature of my .py file, I need to do this not from the project directory, but from a directory one level above my ...
Advice
0
votes
4
replies
202
views
What is the best AI agent for use with VS Code?
What is the best AI agent for VS Code (Codex, Copilot, Cline, Continue, Cody, Supermaven, Tabnine, Codeium, AWS CodeWhisperer)? I need something that gives the best results in terms of code accuracy, ...
0
votes
0
answers
54
views
How do I not mess up the configuration files on the project main branch on Git Hub? [duplicate]
It's my first time developing a project using GitHub.
I'm working on my own branch (I have to develop 4 files). However, anytime I commit my changes to my branch, files like settings.json, ...
-1
votes
1
answer
96
views
Why can’t Google Colab kernel (via VS Code) access files from my local machine? [closed]
I was trying to connect Google Colab to my VS Code and I successfully did that but when connected to Colab kernel, I can't read files that are in my local machine. But in local Python environment the ...
0
votes
0
answers
81
views
VS Code Codex extension fails with "spawn UNKNOWN" on Windows even though `codex app-server` works
I’m trying to use the OpenAI Codex extension in VS Code on Windows, but the extension fails immediately with:
Failed to start Codex process: spawn UNKNOWN
Context:
- Windows machine
- enterprise-...