소스 검색

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.
Brennan Fee 8 년 전
부모
커밋
554bccef40
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      Global/VisualStudioCode.gitignore

+ 4 - 2
Global/VisualStudioCode.gitignore

@@ -1,2 +1,4 @@
-.vscode
-
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json