Add vscode config (#222)

This commit is contained in:
Adrian Macneil 2021-07-22 10:33:35 -07:00 committed by GitHub
parent cdbbdd65ea
commit 7c6f9ed747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

4
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,4 @@
// -*- jsonc -*-
{
"recommendations": ["esbenp.prettier-vscode"]
}