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:
parent
901cee55cd
commit
6ca3b6d32c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue