Top "Vscode-settings" questions

Visual Studio Code User or Workspace Settings provide a way of override default settings in order to customise the development experience.

VSCode: There is no Pip installer available in the selected environment

I'm trying to run the autopep8 linter on a Python file in VSCode. I've followed the instructions here: https://code.…

python visual-studio-code pip vscode-settings
Hide .js.map files in Visual Studio Code

I am working on a typescript project in Visual Studio code and would like to hide the .js.map (and …

typescript visual-studio-code vscode-settings
Automatically hard wrap lines at column in VSCode

How can I automatically hard wrap lines in VSCode? By that I mean if a line reaches a specified column, …

visual-studio-code vscode-settings
Indentation in VS Code

I'm a long time Emacs user. I've been trying out VS Code and i like it so far. One thing …

visual-studio-code indentation vscode-settings
How to set php executable path php.validate.executablePath in vscode when php is set inside docker container?

I have a development environment based in docker. Everytime that I open VSCode I get this message: Cannot validate since …

php validation visual-studio-code vscode-settings
Visual studio code cmd error: Cannot be loaded because running scripts is disabled on this system

Inside of visual studio code, I'm trying to execute a script.bat from the command line, but I'm getting the …

powershell command-line visual-studio-code vscode-settings
How to disable or hide scrollbar/minimap?

I can't find any option, setting, or keyboard shortcut that disables or hides that annoying scrollbar. I just don't find …

visual-studio-code vscode-settings
How do I set the default browser as chrome in Visual Studio Code?

I am setting up my VS Code environment for the first time, but I can't figure out how to set …

visual-studio-code vscode-settings
vscode import error for python module

I am trying to do an import in python from one directory level up. import sys sys.path.append('..…

python-2.7 visual-studio-code vscode-settings vscode-tasks
Prevent autocomplete in Visual Studio Code

I'm using the new Visual Studio Code, which is clearly not ready for prime time yet, but I'm hoping to …

visual-studio-code vscode-settings