How to prevent VSCode opening output panel after each save?
My VSCode recently (within the last 2 weeks, so I am assuming there was some change in the last VSCode release) started opening the Output panel each time I save a file. If the panel is already open...
View ArticleHow to make Prettier, Eslint and Visual Studio Code play nice together
I'm having problems getting prettier, eslint and visual studio code play nice together. I keep seeing red errors such as this in VSCode:[eslint] Replace `↹` with `··` (prettier/prettier) I have VSCode...
View ArticleHow to replace a variable in a snippet in Visual Studio Code?
I use javascript snippet with keybinding.I have this code below: { "key": "alt+c", "command": "editor.action.insertSnippet", "when": "editorTextFocus", "args": { "snippet": " const $TM_CURRENT_WORD =...
View ArticleVisual Studio Code Does Not Comment-out Empty Lines
Visual Studio Code Does Not Comment-out Empty LinesI've searched everywhere for a solution to this issue but couldn't find anything, and it's been bugging me for months now.Basically what happens is...
View ArticleVS Code - Possible to switch tabs/files with cmd+numbers?
I started using Visual Studio Code today (I've been using Atom and Sublime for years). In Atom/Sublime (and Chrome, Firefox, etc...) you can go to another open tab with CMD + a number. Is it possible...
View ArticleHow do you use multiple configurations in Code? [closed]
I've added multiple configurations in my c_cpp_properties.json. How do I assign them to different sub-directories in a single project?
View ArticleVSCode geddski's Macro Extension: How to write a snippet by simply writting...
I use https://marketplace.visualstudio.com/items?itemName=geddski.macros to create my macros in Visual Studio Code. My aim is to simply write "pre", then Visual would show me some autocompletion...
View ArticleIn VSCode, right click and select "Run Jest" returns error "The system cannot...
this has been doing my head in most of the evening.In VSCode, inside a .test.tsx file, I right click and select "Run Jest" and I get returned the error "The system cannot find the path specified."This...
View ArticleTerminal throws "[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled...
Basically the title. My app initially loads just fine without any errors. I have a button that is supposed to display a PDF located in my assets. When I click the button it throws the error shown in...
View ArticleIs there a shortcut to hide the side bar in Visual Studio Code?
It'd be handy if there was a keyboard shortcut for hiding and showing the sidebar. Sublime has cmd+k+b and it's a quick way of gaining some screen real estate when you need it. Anybody know if this...
View ArticleTrying to link my VS Code with a DIFFERENT GitHub repository
A friend of mine had set up my visual studio code with my GitHub account which works great. I now want to move onto a new repository on GitHub but still have it linked with my VS Code but my issue is...
View ArticleAuto complete tag HTML
In Vscode while writing html tag it close automatically but i can't take my cursor where the tag endtag - this is where my cursor is - closing tagi always need to use arrow key to go in end of closing...
View ArticlePrettier formatting configuration
I'm pulling my hair trying to configure Prettier formatting for Angular HTML component. I tried different configuration overriding but I can't get what I want.By default, on VS Code + Prettier, the...
View ArticleSame shortcut in Visual Studio and Visual Studio Code
Is there a way to setup up the same shortcuts in both Visual Studio Code and Visual Studio (without having to change them all manually each time)?I for example use Alt+Shift+A in Visual Studio Code...
View ArticleVisual Studio Code: id tag autocompletion not working in `$("#xxx")`
Struggling to understand why Visual Code autocomplete is not working for the following scenario. HTML code:<html> <head> <script...
View ArticleVisual Studio Code: Disable quote wrapping text selection
When I want to change from double quotes to single quotes, I'm used to selecting the double quote, and then type a single quote. I'm intending to use the overwrite feature, but instead, I'm getting the...
View ArticleText Color in Visual Studio Code
After installing python on Visual Studio Code, the text color that I have is only white and no longer displays colors when I give commands, and this is bugging me. Please help!
View ArticleNew line (\n) before every sass rule in css comb, like @import @extend ecc.....
A few days ago I installed csscomb vscode extension, for order my css properties, but I have a problem with that. I use Scss and when I use in my stylesheet rules like @import @extend ecc... and I run...
View Articlehow to build spark app in scala using visual studio code [closed]
I am wondering if it is possible to build spark application in scala and specifically using maven for build instead of java. I have used intellij in the past to do it but most of the other stuff I do...
View ArticleHow to choose iPhone simulator model to debug Flutter app on Visual Studio Code?
How to choose iPhone model to debug a Flutter application using VSCode? Currently every time I debug an app, iPhoneX always starts, but I would like to choose another model, for example iPhone 8, how...
View Article