Skip to content

Commit 554bcce

Browse files
author
Brennan Fee
committed
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.
1 parent 9f67241 commit 554bcce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Global/VisualStudioCode.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
.vscode
2-
1+
.vscode/*
2+
!.vscode/settings.json
3+
!.vscode/tasks.json
4+
!.vscode/launch.json

0 commit comments

Comments
 (0)