aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 313fc9aee..21bfab5db 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,7 @@
1{ 1{
2 "prettier.singleQuote": true, 2 "prettier.singleQuote": true,
3 "js/ts.implicitProjectConfig.experimentalDecorators": true 3 "js/ts.implicitProjectConfig.experimentalDecorators": true,
4} \ No newline at end of file 4 "yaml.schemas": {
5 "https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml"
6 }
7}