aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json8
-rw-r--r--.vscode/settings.json9
2 files changed, 17 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 00000000..fa381855
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,8 @@
1{
2 "recommendations": [
3 "EditorConfig.EditorConfig",
4 "arcanis.vscode-zipfs",
5 "dbaeumer.vscode-eslint",
6 "statelyai.stately-vscode"
7 ]
8}
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..66e5806b
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,9 @@
1{
2 "search.exclude": {
3 "**/.yarn": true,
4 "**/.pnp.*": true
5 },
6 "eslint.nodePath": ".yarn/sdks",
7 "typescript.tsdk": ".yarn/sdks/typescript/lib",
8 "typescript.enablePromptUseWorkspaceTsdk": true
9}