4,679 questions
-1
votes
0
answers
45
views
VS code extension side panel UI development test [closed]
Is there anything I have to test the UI sidebar UI design test always without check from the extension running.
Advice
0
votes
0
replies
14
views
Headless command to install all recommended extensions in one go
steps to reproduce:
create extensions.json
in VSCode, go to Extensions pane and @recommended
Click the first cloud icon in the Workspace recommendations header 'Install Workspace Recommended ...
18
votes
2
answers
2k
views
Invalid settings: setting option "vulncheck": invalid option "Prompt" for enum
the default option of go.diagnostic.vulncheck
it's warning "Invalid settings: setting option "vulncheck": invalid option "Prompt" for enum".
haven't find any other ...
Advice
0
votes
0
replies
28
views
How can I achieve the same theme?
For C files, I've always used VScode's theme "dark modern" that grants this kind of visual theme:
I wish to drag this kind of theme into CLion, but I haven't been able to achieve the same ...
3
votes
1
answer
40
views
How to get VSCode Python import suggestions to use shorter public alias rather than private
When I get import suggestions in VSCode they always import from the module where the thing was defined, even if that's a private module and the thing is re-exported in some public module. I would ...
0
votes
1
answer
118
views
Some files appear with dropdown arrows like folders — how can I change this? [duplicate]
In VS Code, some files show a dropdown arrow and can be expanded, almost like folders (see image).
How can I disable or change this behavior?
I am using no extension that can cause this.
In other ...
0
votes
0
answers
75
views
VS Code Icon Extension not extending Material icons
I have a basic VS Code extension whose job is to add an icon to VS Code for my language the .cat.
For now I had this;
{
"iconDefinitions": {
"_file_cat": {
"...
Best practices
0
votes
2
replies
93
views
What's the best setup to use Ruby on Windows?
I'm new to Ruby and I'd like to know the best way to program in Ruby on a Windows computer.
I already have a setup, but it's not working very well: I have VS Code with the Ruby LSP extension, and in ...
Tooling
0
votes
1
replies
86
views
How do you disable the "Potentially dangerous command" warning in the continue extension for vscode?
I'm running a Dell Pro Max GB10 and set up ollama on it. I'm trying out the continue extension and using my GB10 as the backend. However, the extension wants to warn me about every command it deems ...
2
votes
1
answer
258
views
What do these VSCode commands mean: “Restart Extension Host”, “Debug Extension Host in DevTools”, and “Debug Extension Host in New Window”?
I found these three commands in Visual Studio Code:
Developer: Restart Extension Host
Developer: Debug Extension Host In Dev Tools
Developer: Debug Extension Host In New Window
From their names, it ...
0
votes
2
answers
77
views
PHP CodeSniffer won't run in VSCode
I'm trying to get PHP CodeSniffer to run in my Visual Studio Code.
I have an identical second system (notebook) where it does work, but on my desktop, it simply won't lint.
Using the following (on ...
2
votes
1
answer
82
views
How do you have multiple Arduino sketches in one VSCode project with PlatformIO
I am migrating from the Arduino Community Edition to PlatformIO. I have a problem configuring a single VSCode project with multiple sketches using PlatformIO.
My current Arduino development folder ...
Tooling
5
votes
1
replies
1k
views
IntelliCode extensions are deprecated
The popular package "IntelliCode" is now deprecated and the replacement is "GitHub Copilot Chat". I have used both packages, the Copilot chat is just annoying to use, most of the ...
1
vote
0
answers
52
views
Run SQL query from Postgresql extension from VS Code just by placing the cursor in the query
I was wondering if there is a way to run a query just by placing the cursor in the line or block. I know I can run the query by selecting it, but to me it seems a bit inconvenient especially when ...
0
votes
1
answer
249
views
Why after updating .NET core extension in vscode do all my builds want to use .NET 8 and how do I rollback?
I opened VS Code and it came up with notification on .NET Core extension (at least I'm pretty sure it was that, though it seems to have disappeared - see point 2 below) saying I needed to update. ...