VSCode settings (#31582)

* base config

* add launch.json

* little more

* cleanup

* fix

---------

Co-authored-by: Justin Newberry <jnewberry0502@gmail.com>
This commit is contained in:
Adeeb Shihadeh
2024-02-24 20:54:04 -08:00
committed by GitHub
parent 995250ae49
commit 96ce470b73
5 changed files with 71 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ repos:
- id: check-ast
exclude: '^(third_party)/'
- id: check-json
exclude: '.devcontainer/devcontainer.json' # this supports JSON with comments
exclude: '.devcontainer/devcontainer.json|.vscode/' # these support JSON with comments
- id: check-toml
- id: check-xml
- id: check-yaml