Remove the vertical indicator line from Activity Bar in VS code
How can I remove the vertical indicator line from Activity Bar in VS code's new release?How can the vertical line of the indicator be removed from the side of the activity bar in vs code, so it does...
View ArticleSeeing only local variables debugging C++ in VSCode
I am using Visual Studio Code and when I debug (I am debugging C++ code compiled with Clang) I see only local variables. I do not see any global variables list.How can I see all variables?In this case...
View ArticleVisual Studio Code Java: Disable serialVersionUID warning
I'm taking a Computer Science class where the assignment boilerplate code is a Java framework where most of the classes (or their superclasses) extend Serializable. What ends up happening then is...
View ArticleUnable to load annotation processor factory in vs code
I am trying to use the immutables library with vscode (and Gradle).Steps I've taken:Confirmed that the jar existsEnsured that the GRADLE_USER_HOME variable exists (it didn't initially)Set the...
View ArticleSource files not found on Visual Studio Code PHP Debug (WSL server)
I'm hosting a local copy of my website on windows 10, whereas the server is running on WSL Linux bash. I've installed Visual Studio Code, and PHP debug, configured Xdebug, and the debugging is...
View ArticleDebugging a Python Module in Visual Studio Code
I am attempting to debug code using Visual Studio Code. I have written a module 'Xchange'. I am able to run the module in the integrated terminal but I am presented with the following when attempting...
View ArticleUnable to set tab width to 4 in prettier
I installed prettier extension for vscode and configured tab width as 4 spaces but it still indents new lines with 2 spaces. Anything I am doing wrong?Here is the gif showing when I format the file:...
View ArticleVS Code snippet with multiple transforms
I am trying to make a snippet that will take clipboard contents (the text of a heading in a markdown document) and transform it into a link to that section. For example, if my clipboard contains: Some...
View ArticleVisual Studio Code: Intellisense / 'Go to Definition' possible when using...
I'm currently thrashing around in the bushes, searching for a way to get Intellisense / go to definition to work with this marvelous pywin32 module, so as to glean some sort of insight into its many...
View ArticleHow to change VS Code color picker color code type?
I'm using the latest Mac version of Visual Studio Code and I can't figure out how to make the built-in color picker default to hex values when I'm editing a CSS value color. Currently, it's defaulting...
View ArticleVSCode Format code command for PHP/HTML
Is to possible to get VSCode to format mixed html/php code on Windows VSCode v0.7.1?
View ArticleVisual Studio Code: Remote-SSH connect to Windows Server 2019
I've set up my VSCode Insider to connect th a Windows 2019 Server via the Remote-SSH extension. Is it correct, that I need a WSL installed so that it can set up the VSCode-Server and then it is running...
View ArticleVSCode how to stop automatic expanding of collapsed code
I keep running into an issue with VSCode where collapsed code expands when I start typing certain characters (i.e. "(", "{", "/*"). With very large code files, this is taking up a lot of time trying to...
View ArticleProgrammatically detect light vs dark colour theme
Is it possible programmatically to detect if the current theme is light or dark in VSCode?Use Case:I am developing a VSCode extension which is going to add Hovers to the editor, and I would like to...
View ArticleHow change default browser in vsc npm
Hi how can i change default browser which is open npm ?I would like in system have default browser opera but in vsc chrome.I speak about npm no live serwer .Thank you from ansewrs.PS When in vsc change...
View ArticleHow do you configure VSCode to open a given file type in an external editor?
In my current specific case, I'm trying to open a .po file with Poedit. I will also likely want to open .psd files with Photoshop, and .svg files with Illustrator.I suspect I'm still missing the proper...
View ArticleVS Code - Key Bindings - my own Block comment
I am using VS Code Version: 1.40.0.for quicken up my development I would need to set my own keybinding for block comment when I am in .phtml file.I managed to get into keybindings.json, put this...
View ArticleHow to validate regular expresion working wrong
I'm writing a regular expression for a syntax highlight vscode extension and is not working as desired. The regular expression is in a plist file and is the following:...
View ArticleHow to install entity framework core to asp.net core 3 project using visual...
I'm creating a new MVC application using visual studio code and I want to add entity framework core to my project. My application is using the latest .net core 3 but when I tried to install package...
View ArticleHow do you debug Flutter in VsCode?
How does one debug their Flutter code while the app is running an in-app simulator?
View Article