Skip to content

Commit

Permalink
DEV: Move vscode config files to .vscode-sample directory (discours…
Browse files Browse the repository at this point in the history
…e#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.
  • Loading branch information
davidtaylorhq authored Feb 3, 2021
1 parent 901cee5 commit 6ca3b6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,8 @@ node_modules
# ignore generated api documentation files
openapi/*

# ignore custom VSCode config files
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
# ignore VSCode config files
.vscode

# ignore direnv
.envrc
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6ca3b6d

Please sign in to comment.