↧
How to move vs code workspace settings from github.dev to vscode.dev?
from github, I have opened github.dev which load vs code and there are so many folders so added few settings there which are in .vscode/settings.json fileand there are vscode.dev is also ,open the same...
View ArticleVSCode variable for multi-root workspace root directory
I'm using a VSCode multi-root workspace. I want to define some tasks in myprojects.code-workspace using a variable for the root directory.In a regular .vscode/tasks.json I could use...
View Articlevscode won't wrap html class attribute contents (class list) to multiple lines
Consider this simple html with single element that has a lot of classes:[...]<body><article><div class="my-class my-12 pr-8 text-blue-800 bg-blue-500 hover:bg:blue:800 rounded-2xl abc...
View ArticleGo to next problem (f8) - How to remove message
I use "Error lens" extension, so I can see the msg of the problem on my code, and I want to be able to press f8 and go to the next problem without showing the msg. Vscode just offers 4 commands for...
View ArticleHow to disable automatic pairing of triple backticks in VS Code in Markdown...
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...
View ArticleHow to fix transparent VS Code context menu on web?
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 menu...
View ArticleVSCode Keybinding for Notebook output scroll
I am trying to create keybindings to scroll VSCode Notebook output with HJKL keys once the notebook output has been focused. This is what I had tried unsuccessfully:[ // Scroll Notebook cell output...
View ArticleHow to enable auto formatting for specific subfolders only?
When working on a team project with various preferences, how can one enable auto formatting on a specific folder (not file type) only?For...
View ArticleWhy does it not show a horizontal line between brackets with color in VSCode...
"editor.bracketPairColorization.enabled": true,"editor.bracketPairColorization.independentColorPoolPerBracketType": true,"editor.guides.bracketPairs": true,"cmake.configureOnOpen":...
View ArticleChanging version of C++ for Visual Studio Code on M2 Macbook
I'm trying to use Visual Studio Code for C++. Usually I do this on my windows pc but I wanted to use my macbook instead so I could sit somewhere else and while following tutorials I've come across an...
View ArticleHow to stop VS Code from opening the Panel automatically upon startup?
Whenever I launch VSCode (either using the terminal or desktop icon) on my Ubuntu 18.04 LTS, it automatically opens the Panel at the bottom:How do I stop that? Of course, I can manually close that...
View ArticleHow to auto format CSS curly braces on new lines in HTML files?
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 them on new...
View Articlemultiple line spaces in html even after formatting the file
enter image description hereLorem ipsum dolor, sit amet consectetur adipisicing elit. Ut, dolor!<h1 class="classhead"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat,...
View ArticleVS Code finds problems in GitHub Copilot Chat code blocks. Why?
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 by their...
View ArticleWhere to find documentation on all available VS code editor settings.json...
Where I can find good documentation for every available settings.json configuration option so I can configure VS code however I like to?
View ArticleHow to stop VS Code cursor from blinking?
How do I stop the VS Code cursor from blinking? What's the right option in settings.json?
View ArticleHow can I prevent VS Code from replacing a newly opened, unmodified (preview)...
I am using Visual Studio Code 1.3.1 with the newly introduced tabs.When I click on files, the first file will open in a tab. If I do not make any changes to this file, the second clicked file will open...
View ArticleHow can I customize the tab-to-space conversion factor in VS Code?
How do I customize the tab-to-space conversion factor when using Visual Studio Code?For instance, right now in HTML it appears to produce two spaces per press of TAB, but in TypeScript it produces 4.
View ArticleHow to block a VS Code extension from opening output window on every parse error
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...
View ArticleHow to change the view of a json file in VS-code for editing is BUT without...
Example:The RPG-MAKER MV and MZ data/*.json files are formated as On-Liners.If I format them with VS-Code extensions,then their content will be set into many lines (each with a line-number).And when I...
View Article
More Pages to Explore .....