25 questions from the last 7 days
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<...
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 ...
-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 ...
-3
votes
1
answer
65
views
Prettier in VS code does not format some of the files
I installed extension and configured everything. 2 .ts file are formatted on Format Document command but other are not. If I look into prettier output I see
["INFO" - 7:56:40 PM] Using local ...
-7
votes
0
answers
55
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 ...
2
votes
0
answers
55
views
Remove grey code suggestions overlays in VSCode for C# [duplicate]
My code is filled with suggestions and I would love to remove them. The actual code file doesn't have any of this grey text, but VSCode decided to display them all in the editor when the file is open. ...
-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 ...
1
vote
1
answer
49
views
Why are new tabs in my VS Code opening to the side instead of in my focused editor group?
I am opening new pages in VSCode, and they keep opening in a "New TAB" and not in the same location. Driving me nuts. Your help is greatly appreciated. I've looked in settings and YouTube ...
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
...
-2
votes
0
answers
53
views
Building appbundle failed debug symbol native library [closed]
PS C:\Dev\my_amitcse> flutter build appbundle --release
Checking the license for package NDK (Side by side) 28.2.13676358 in C:\Android\Sdk\licenses
License for package NDK (Side by side) 28.2....
Advice
0
votes
0
replies
39
views
Downloading VS Code for an offline repository
I've been downloading VS Code for my offline repository for well over a year now, but this morning reposync seems to be putting the file structure in a completely different format than it's ever done ...
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 "...
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 ...
0
votes
0
answers
43
views
Where should .lintr live to configure continuous linting in VSCode running in a conda env in WSL?
I'm normally a PyCharm user, but have a somewhat convoluted setup which requires me to run VSCode in a conda environment on WSL to work on some R/Rmarkdown code, with the R and R Syntax exensions ...