61,188 questions
-6
votes
0
answers
53
views
Variables and functions not being color coded in Python [closed]
I have a problem in VS Code where the variables in my code don't turn blue, the functions don't turn yellow, and the imported library doesn't turn green. I rely on this a lot to tell what kind of ...
0
votes
0
answers
30
views
VS Code - .NET Console Project - Invoking Code in Another File From Main() in Program.cs
I am trying to get a basic console app with multiple files working in Visual Studio Code (macOS, version 1.108).
I created a new .NET project, specified a console project, and got the Program.cs file. ...
-10
votes
0
answers
55
views
Testimonial Slider [closed]
Este é um projeto que tem uma descrição de um autor e a foto dele,e a cada 10 segundos,era para o autor,foto e footer serem modificados,mas não consigo fazer funcionar
Aqui está o código:
const ...
5
votes
1
answer
71
views
How to stop Clangd from inserting function argument placeholders? [duplicate]
I decided to install the clangd plugin instead of intelliSence and found that every time I use auto-completion, along with the function / class / .... the signature is substituted:
siftDown(vector<...
Advice
0
votes
0
replies
17
views
How do IDEs like Cursor / Antigravity implement diff based code editing with accept/reject option while modifying existing code
when modifying a exiting code using these tools, instead of rewriting the whole file, the tool proposes changes inline , shows a diff, and lets you accept/reject the change (sometimes even per hunk). ...
1
vote
1
answer
41
views
invoke start vscode with venv path
I will split the question into 2 posts because of the complexity. I'll create a second post after I have an answer for the first part.
Background: we are using a python virtual environment with
conan ...
Best practices
0
votes
1
replies
8
views
VScode tasks for ESP-IDF iwth project wide defines
I am looking for easy to use way to be able to launch builds of ESP-IDF from VS code with different project wide macros set. So far I came up with following in .vscode/tasks.json
{
"version&...
0
votes
0
answers
23
views
Port Forwarding Code Extension Host (984) issue windows [closed]
I have been getting port forwarded for some months now. It forwarded to it seems IP address and 39944. It's so weird every time I open folder in VS Code with WSL I always got port forwarded and the ...
0
votes
0
answers
43
views
vscode-restclient - Environment Variables on windows not working
I am building a shared library of .http files for a project and I want to share the env settings file in a git repo but I want to have the secrets separately because I can't keep them in a git repo.
...
0
votes
0
answers
48
views
C LSP losing context [closed]
I'm working in a large C Zephyr RTOS workspace in VS Code, and the LSP gives errors on the lines of:
identifier "ENUM_VARIANT" is undefined
and
incomplete type "const struct ...
-6
votes
1
answer
54
views
How I can get this issue resolved [closed]
[runtime not ready]: Error: Component auth has not been registered yet, stack:
initialize@141545:21
initializeAuth@107234:34
initializeAuth@97679:31
anonymous@145200:46
loadModuleImplementation@252:40
...
Advice
1
vote
2
replies
35
views
Is it possible to disable formatting suggestions only by GitHub copilot?
I frequently get inline suggestions by GitHub copilot for formatting my code.
These suggestions are generally correct, but the code is only formatted incorrectly because I'm using Prettier with "...
-8
votes
0
answers
59
views
do you have any solutions for this problem why the terminal is not running in visual studio code [closed]
terminal not runningscreenshot showing the problem terminal not running in visualstudiocode Windows
is it a problem of the software or code written please help guys.visual studio code updation needed ...
1
vote
1
answer
51
views
Cursor editor shows incorrect Git change indicators in editor gutter, but VSCode and git diff show correct changes
VSCode shows correct Git change decorations in the gutter (added/modified lines), but Cursor shows stale or incorrect Git status. Both editors are opened on the same local folder and Git itself (git ...
Advice
0
votes
1
replies
14
views
The telemetry data content in Visual Studio Code
Good afternoon!
I have two questions:
There is a setting in Visual Studio Code: telemetry Level, which can be set to "all" (telemetry.telemetryLevel to "all").
Can you please ...