Skip to content

Commit

Permalink
Add schema for settings autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Jun 14, 2024
1 parent 2fb6a53 commit c2d1875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.dist.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// It is copied into place by `tools/install-vscode-settings.sh`.
// If you no longer want the settings managed, remove these comments.
{
// Define schema to allow auto-completion.
"$schema": "vscode://schemas/settings/workspace",
// Don't show these files in VS Code.
"files.exclude": {
"**/.DS_Store/**": true
Expand Down

0 comments on commit c2d1875

Please sign in to comment.