Add vscode config

This commit is contained in:
Bill Thornton 2021-09-20 16:17:35 -04:00
parent 1442e8d352
commit 353762aab6
2 changed files with 12 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"orta.vscode-jest",
"ymotongpoo.licenser"
]
}

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"licenser.customHeader": "This Source Code Form is subject to the terms of the Mozilla Public\nLicense, v. 2.0. If a copy of the MPL was not distributed with this\nfile, You can obtain one at http://mozilla.org/MPL/2.0/.",
"licenser.license": "Custom",
"licenser.useSingleLineStyle": false
}