mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
Update Visual Studio Code to support workspace files.
Visual Studio Code has a few files that can be placed into the workspace in order to share settings across users. Settings.json is for project specific overrides. Tasks.json is for executable tasks (build, gulp, etc.) While launch.json is for debugging specific tasks.
This commit is contained in:
parent
9f6724149b
commit
554bccef40
@ -1,2 +1,4 @@
|
||||
.vscode
|
||||
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
|
Loading…
Reference in New Issue
Block a user