mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
misc
This commit is contained in:
parent
2337de90a1
commit
c0b54fd4de
1 changed files with 13 additions and 1 deletions
14
client/.vscode/settings.json
vendored
14
client/.vscode/settings.json
vendored
|
@ -21,5 +21,17 @@
|
||||||
"editor.formatOnSave": false,
|
"editor.formatOnSave": false,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true
|
||||||
}
|
},
|
||||||
|
"remote.containers.defaultExtensions": [
|
||||||
|
"octref.vetur",
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"ms-vscode-remote.vscode-remote-extensionpack",
|
||||||
|
"ms-vscode-remote.remote-containers",
|
||||||
|
"ms-azuretools.vscode-docker",
|
||||||
|
"editorconfig.editorconfig",
|
||||||
|
"gruntfuggly.todo-tree",
|
||||||
|
"eamodio.gitlens",
|
||||||
|
"swyphcosmo.spellchecker"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue