Przeglądaj źródła

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.
pull/2057/head
Brennan Fee 7 lat temu
rodzic
commit
554bccef40
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4
    2
      Global/VisualStudioCode.gitignore

+ 4
- 2
Global/VisualStudioCode.gitignore Wyświetl plik

@@ -1,2 +1,4 @@
.vscode

.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json

Ładowanie…
Anuluj
Zapisz