Top "Visual-studio-code" questions

Visual Studio Code is an open source text editor available for Linux, Mac, and Windows.

Visual Studio Code - Target of URI doesn't exist 'package:flutter/material.dart'

I've just setup my Macbook for flutter development, So I downloaded flutter sdk, and placed it in my Documents. After, …

android dart visual-studio-code flutter
How to close an opened folder in Visual Studio Code?

I love VSCode. But I can't find a way to close an opened folder. It seems that you can only …

visual-studio-code
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
Indent/format code in Visual Studio code on MAC

i'm trying to indent my code in visual studio code. I searched and i found that ctrl + F + K should …

macos indentation auto-indent visual-studio-code
Difference between User and System Installer of Visual Studio Code

Visual Studio code offers User and System Installer but I have not found any description about differences between these two …

visual-studio-code
VSCode -- how to set working directory for debug

I'm starting to use vscode for Python. I have a simple test program. I want to run it under debug …

python visual-studio-code
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
How to add custom code snippets in VSCode?

Is it possible to add custom code snippets in Visual Studio Code? And if so, how? VSCode is based on …

code-snippets visual-studio-code
Why is .gitignore not ignoring my files?

See the image below. My .gitignore file should be ignoring all files in src/dist, but isn't.

git visual-studio-code gitignore