How to change indentation in Visual Studio Code?
For every typescript file visual studio code uses an auto indentation of 8 spaces. This is a bit too much for my taste but I can't find where to change it.Maybe it's available as a setting but under a...
View ArticleIn VS Code, I'm getting this error, 'Failed to load module. Attempted to load...
When I'm using VS Code and open up a project, I get this notification in the bottom right corner: Failed to load module. If you have prettier or plugins referenced in package.json, ensure you have...
View ArticleVisual Studio Code PHP Intelephense Keep Showing Not Necessary Error
After the latest update of PHP Intelephense that I get today, the intelephense keep showing an error for an undefined symbol for my route (and other class too), there is no error like this before and...
View ArticleVSCode use a logfile for debugging, jumping to filename:lineno syntax
I'm opening a logfile in VSCode from a user, so it has a structure like this:# [2019-11-15 13:59:30 - reader.py:236 - INFO - reading file] # [2019-11-15 13:59:30 - reader.py:265 - INFO - writing to...
View Articleemmet - how to add same class name and text on multiple abbrevation
In VS Code/Emmett, how to expand abbreviation to have the same class name and text by tabbing to each class and updating both class and text at the same time for eg.// to get <ul> <li...
View ArticleHow can I change python version in Visual Studio Code?
There is a problem I can't solve. I already set up :1.user setting{ "atomKeymap.promptV3Features": true, "editor.multiCursorModifier": "ctrlCmd", "editor.formatOnPaste": true, "python.pythonPath":...
View ArticleHow to setup bash in vscode running in WSL2
I would like to use something like oh-my-bash in vscode using WSL2. However according to the docs:When VS Code Remote is started in WSL, no shell startup scripts are run. This was done to avoid issues...
View ArticleHow to setup powerline-go in vscode running in WSL2 (Ubuntu)
These are the contents of my ~/.vscode-server/server-env-setupfunction _update_ps1() { PS1="$($GOPATH/bin/powerline-go -error $?)" } if [ "$TERM" != "linux" ] && [ -f "$GOPATH/bin/powerline-go"...
View ArticleThere are 2 versions Visual Studio Code Installer, user and System Installer....
There are 2 versions Visual Studio Code Installer, user and System Installer.I've forgotten which version I installed. How do I determine which version I am using?Versión: 1.40.2 (system setup) Commit:...
View ArticleAuto update isn't working in VSCode: Could not create temporary directory:...
From certain point I started getting this error from time to time(I suppose it fires when editor tries to check for updates), and manual/auto update doesn't work. The only way I can update the editor...
View ArticleChanging subversion local repository path after migration from Windows to macOS
I have a local subversion repository on a Windows computer, which I have been committing to using Visual Studio and Ankh/TortoiseSVN. I intend to permanently migrate this repository to a macOS computer...
View ArticleSpring boot app logs displays in debug terminal instead of regular terminal...
This is very weird. When I start the spring boot app in visual studio code, the logs display in a debug terminal instead of a regular terminal (I don't know how this behavior changed because earlier...
View ArticleHow to show python environment objects in a pane in VSCode?
In R Studio, Matlab, and in some Python IDEs (like Thonny) you can see a list of the variables in your environment, together with some summary information like values, type etc. Is there a way to do...
View ArticleHow to add react root and node modules specific folder in global search of...
What configuration/search pattern to add for searching in,React App root folder + ./node_modules/edc/When I'm adding files to include option of vscode with ./node_modules/edc/. It searches only inside...
View ArticleFail OmniSharp MSBuild ProjectManager
Note: I already search other similar question related to OmniSharp issue, could not find proper solution.Intellisense of vs code c# not working. I uninstall the c# extension and install again but it...
View ArticleJava Programming with Microsoft Visual Studio Code
I downloaded language support for Java by Red Hat in Microsoft Visual Studio Code, but I got a problem as shown in the above picture.So I tried to set my JDK path in the settings.json file in...
View ArticleWhat is the correct address for an image in a markdown document in VSTS?
I have a README.md file in the root of my git repository hosted in Visual Studio Team Services. When I navigate to the file in the web browser through the project portal I can see the correctly...
View ArticleOptional chaining operator support in VSCode
React Native 0.56 provides native support of Optional Chaining Operator i.e ?.However the latest stable release of VS Code can not recognize this syntax and throw a TypeScript validation error:[ts]...
View ArticleHow to see git diff on vscode side-by-side file?
Hi everyone my questions is about git diff, I would like to know how to see as a file with the command git diff master origin/master in the terminal on my VSCODE, I did a git fetch from my remote...
View ArticleDebug C# Azure Functions that's part of a dotnet solution in VS Code
I have a dotnet core 2.2 solution with multiple projects. One of the projects is a C# Azure Function app. I have setup VS Code to run/debug one or multiple projects (Web APIs, consoles, web jobs) , but...
View Article