How can I have multiple vertical rulers in VS Code?
VS Code's default configuration for a ruler is demonstrated below."editor.ruler": 80The issue I am having with the default VS Code configuration (as shown above) is that it only renders a single ruler....
View ArticleTerminal is not opening in visual studio code
The terminal process"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -65536.I am geting only this above message can anyone help me..I want help ,please help me .I...
View ArticleVS Code: How to automatically remove double spaces on save?
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{"someField":...
View ArticleVsCode:why local path and remote path show different
vscode version: 1.85.2local os version: macOS 13.5.2remote os version: linux x86_64 4.19now, mac is local, source control changes file shows relative pathenter image description herebut, remote shows...
View ArticleHow to hide specified files/directories (e.g., .git) in the sidebar? (VSCode)
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 files.
View ArticleHow to distinguish different configurations between Mac and Windows using the...
After switching from the settings sync plugin to the built-in synchronization function,I found that when using the synchronization function on Windows and macos, they will cover the other party and...
View ArticleVisual studio code ctrl + p doesn't search subfolders
I've been using VSCode for years.I've got a new machine and I've set it up again.Strangely, when I run ctrl + p to search a file, it only searchs files at the root folder.It doesn't search files in the...
View ArticleUnable to change Terminal fonts in vscode (Windows - WSL Ubuntu)
ProblemI am aware about the approach for changing fonts, however it seems I am unable to change fonts in WSL Ubuntu from Windows Desktop. (It fallbacks to one of the legacy fonts (looks like...
View ArticleHow can I hide the 'Add Config (workspace name)' section in the VS Code Run...
How can I hide the 'Add Config (workspace name)' section in the VS Code Run and Debug panel? As I add more workspaces, it gets longer, so I want to make it hidden.enter image description herei want to...
View ArticleI'd like to remove the file directory text in VS Code... how? [closed]
I'm very new to coding and in my new CS class, my teacher has us use VS Code. However, when she runs items in the Python Terminal, the text behind the cursor looks like:>>>while mine looks...
View ArticleHow to hide a folder in VS Code except for certain files?
I'm trying to configure Visual Studio Code to hide a specific folder from both the left panel and the search results, but I want to keep certain file(s) within that folder visible.Here's what I have in...
View ArticleVscode doesn't open at Mac login
what I would like to achieve is to have Vscode opened every time I launch my mac. When I'm closing mac I always have opened Slack, Chrome and VSC. Yet when I start only Slack and Chrome are opened. I...
View ArticleVS Code cursor moving to the end of line every time I click or hit space
Forgive me for sounding totally amateur , I'm new on web development.I was writing HTML on VS code (latest august version 1.93.1), then I realised every time the cursor lost focus and I clicked my...
View ArticleVS Code Extensions keep getting enabled & installed again after disabling...
I made a clean install of vs code (latest version) & over windows 11 (also a clean install) then signed up with my previous Microsoft & GitHub account. I noticed a problem that extensions which...
View ArticleHow to disable "Alt" key menu navigation in Ubuntu for VS Code shortcuts...
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 press and hold...
View ArticleVScode Prettier Extension Not Formatting on Save
When saving a file that has Prettier configured as the default formatter, nothing happens and the file is not formatted.I have looked at all the similar questions related to this issue, but they all...
View Articlevscode file nseting pattern getting applied to internal folder also; how to...
vscode version: 1.95.3os: MacOSbelow seetings in vscode ( in workspace file )"explorer.fileNesting.enabled": true,"explorer.fileNesting.expand": false,"explorer.fileNesting.patterns": {"*.js":...
View ArticleHow to reference custom file location for snippets in Visual Studio Code....
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 have...
View ArticleHow to increase vscode scrollbar? [duplicate]
As you can see in the image, they reduced the size of the scroll, it was very useful with the size it was, is there any way to increase it?[https://i.sstatic.net/KnrFZYJG.png]EditMy mistake, it was the...
View ArticleSettings - Сommonly Used [closed]
Since there is a "Commonly Used" section in the settings, it would be logical to add the "Add to Commonly Used" item to the drop-down menus next to the settings of other sections.And in the "Commonly...
View Article