summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2023-03-05 01:06:30 +0900
committertamaina <tamaina@hotmail.co.jp>2023-03-05 01:06:30 +0900
commitc54712233cfe212b090a16c567cb1c1ed8cc8058 (patch)
treeb283d9bec8cc7b127d00987594414cc9a57f440a /.vscode
parentdocker: build assets on native arch (#10080) (diff)
downloadmisskey-c54712233cfe212b090a16c567cb1c1ed8cc8058.tar.gz
misskey-c54712233cfe212b090a16c567cb1c1ed8cc8058.tar.bz2
misskey-c54712233cfe212b090a16c567cb1c1ed8cc8058.zip
Dev Container周り
Related to #10201
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/extensions.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 42264548ea..6b0c1540fb 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -4,6 +4,9 @@
"eg2.vscode-npm-script",
"dbaeumer.vscode-eslint",
"Vue.volar",
- "Vue.vscode-typescript-vue-plugin"
+ "Vue.vscode-typescript-vue-plugin",
+ "Orta.vscode-jest",
+ "dbaeumer.vscode-eslint",
+ "mrmlnc.vscode-json5"
]
}