DEV: Move vscode config files to `.vscode-sample` directory (#11943)

We want to allow developers to customize their own vscode environment.
Including launch.json/tasks.json files in the repository makes this very
difficult.

These were originally added for GitHub codespaces. Once codespaces is
more widely available, we can look into automatically copying the
`.vscode-sample` directory to `.vscode` when the codespace boots.
This commit is contained in:
David Taylor 2021-02-03 14:14:39 +00:00 committed by GitHub
parent 901cee55cd
commit 6ca3b6d32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

6
.gitignore vendored
View File

@ -137,10 +137,8 @@ node_modules
# ignore generated api documentation files # ignore generated api documentation files
openapi/* openapi/*
# ignore custom VSCode config files # ignore VSCode config files
.vscode/* .vscode
!.vscode/launch.json
!.vscode/tasks.json
# ignore direnv # ignore direnv
.envrc .envrc