Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
1 answer
36 views

The font I have is Cookie Monster by Des. I have tried both Fonted and APC. I also tried to set the code font, but it only allows me to do 'italic', 'bold', and 'underline', not Medium. (Medium is the ...
Tokyn Blast's user avatar
0 votes
0 answers
103 views

When I change the editor's font size to very small in Settings, the editor is hard to read with lots of overlapping text: image link. Notice that the sticky header has a very tiny font size (which i ...
Raylite's user avatar
  • 29
2 votes
1 answer
371 views

I'm using VS Code to edit a file with lots of tabs. Github Copilot by default binds tab key to the "commit inline suggestion" action. I want to disable that default keybinding so I don't ...
Cornelius Roemer's user avatar
0 votes
0 answers
16 views

I use VS Code on a few machines without internet connection, so I cannot use VS Code's Settings Sync. I still want to share the settings as far as possible (just via local "USB stick sync"). ...
halloleo's user avatar
  • 10.8k
0 votes
0 answers
12 views

Consider the following settings.json file. { "[markdown]": { "editor": { "tabSize": 4, "insertSpaces": true, &...
user29580623's user avatar
1 vote
0 answers
59 views

VS code has a feature where if you type something close to the upper or lower bounds of the editors viewport, it auto scrolls vertically to bring the lines you just changed close to the center of the ...
hamza malik's user avatar
3 votes
2 answers
63 views

How can I customize or change the font color displayed in the editor, such as those shown by linters or code analysis tools? I want to customize the font color for Undefined name `abc` Ruff(F821) &...
Michael Xia's user avatar
0 votes
0 answers
259 views

I encountered an issue while using the Error Lens extension in Visual Studio Code. When I try to use the "Copy Problem Message" command, I get the following error popup: Steps to Reproduce: ...
Varity Colgate's user avatar
0 votes
0 answers
95 views

Goal: To find a VSCode setting that I can update to have VSCode reference a custom file or folder location to store and save my code snippets. System wide and not project specific. OR find a way to ...
NerdNoob's user avatar
3 votes
0 answers
40 views

I frequently use keyboard shortcuts in VS Code to speed up my workflow. However, since switching to Ubuntu, I've noticed an issue with shortcuts that involve the "Alt" key. Every time I ...
quys's user avatar
  • 31
0 votes
0 answers
50 views

I want VS Code to automatically correct spaces when saving a JSON file (I do not want this rule to be applied to any other types of files, but this is not crucial) Example: // before saving { "...
makxca's user avatar
  • 26
1 vote
2 answers
646 views

When using Microsoft's Kubernetes extension in Visual Studio Code, the output window pops up every time there's a Helm parsing error. This is visually disruptive. How can I prevent the output window ...
Cornelius Roemer's user avatar
6 votes
2 answers
14k views

How do I stop the VS Code cursor from blinking? What's the right option in settings.json?
Cornelius Roemer's user avatar
10 votes
3 answers
5k views

When using GitHub Copilot Chat within Visual Studio Code, I've encountered an issue where TypeScript attempts to type check "temporary files" generated by Copilot. These files, identifiable ...
Freddy's user avatar
  • 141
1 vote
1 answer
237 views

"editor.bracketPairColorization.enabled": true, "editor.bracketPairColorization.independentColorPoolPerBracketType": true, "editor.guides.bracketPairs": true, "cmake....
Mert Sanchez's user avatar
0 votes
2 answers
265 views

In VSCode built-in auto formatter, the CSS formatter puts opening curly braces on the same line. .myClass { font-size: 12px; } Is there a way to configure the built-in VSCode formatter to put ...
Z0q's user avatar
  • 1,975
0 votes
1 answer
337 views

I use VS Code Server as a Home Assistant integration, but I think, as it is based on VS Code Web, there should be no difference. I have just installed it, and right from the beginning, the context ...
Gabriel Graf's user avatar
1 vote
3 answers
1k views

I've been enjoying the features of Visual Studio Code, but there's one specific behavior that has been counterproductive for me: the automatic pairing of triple backticks (```) in Markdown files. To ...
Webia1's user avatar
  • 577
5 votes
4 answers
2k views

Where I can find good documentation for every available settings.json configuration option so I can configure VS code however I like to?
Keith Anthony's user avatar
1091 votes
15 answers
502k views

In Visual Studio Code, what setting can be configured, using file patterns, to hide files from view in the sidebar's file-explorer? I would like to hide certain groups of files, like .meta and .git ...
Chris's user avatar
  • 58.9k
1679 votes
14 answers
941k views

VS Code's default configuration for a ruler is demonstrated below. "editor.ruler": 80 The issue I am having with the default VS Code configuration (as shown above) is that it only renders a ...
nalply's user avatar
  • 29.2k