61,074 questions
-1
votes
0
answers
39
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
44
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
39
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
91
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
129
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, ...
-5
votes
0
answers
105
views
Photoplethysmography Reliability [closed]
I have a project about Photoplethysmography. Is it possible to achieve ±5 BPM error without Accelerometer?.
Pre-processing Pipeline
Detrending
IIR Chebyshev Type I Bandpass Filter 9th order with 5 ...
0
votes
0
answers
49
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
89
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
61
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-...
0
votes
1
answer
67
views
VSCode (TextMate) language grammar: What is the default style name?
I am building the syntax highlighting for a custom language in VS Code.
TL;DR: Inside the language grammar, what is the name for the default style?
In the *.tmLanguage.json language grammar, every ...
-1
votes
1
answer
58
views
Expected biome behavior when setting it as the default in settings.json?
I'm experimenting with biome and I have the following in .vscode/settings.json :
{
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"...
-2
votes
0
answers
23
views
Issue: Unable to access specific Azure tenant subscription in VS Code (works for others) [closed]
Description:
I am facing an issue while trying to sign in to Azure via Visual Studio Code.
I am able to access all other tenant subscriptions without any issues.
However, for one specific tenant, I ...
Advice
0
votes
1
replies
115
views
How to avoid TS issue in VSCode?
Cannot find module '@/components/ui/button' or its corresponding type declarations. How to remove this warning which extension or CLI to install/run?
Is there any CLI command aur vs. Code extension to ...
Advice
0
votes
0
replies
62
views
Centered/Floating search bar in Visual Studio Code
Does anyone know the settings to set search bar in visual studio code to centered/floating like in the picture? tbh, i don't remember how i change my settings to be like that and when i synced my old ...
-2
votes
0
answers
61
views
How to send terminal errors directly to GitHub Copilot Chat in VS Code without manual copy-paste
I am doing little bit of vibe coding in Python. I am using VS Code IDE with Github Copilot chat. When any error comes after running a code, i copy it from terminal and paste it to chat window. Is ...