Wox/Wox.code-workspace

57 lines
1.0 KiB
Plaintext

{
"folders": [
{
"name": "wox",
"path": "."
},
{
"name": "wox.core",
"path": "wox.core"
},
{
"name": "wox.plugin.python",
"path": "wox.plugin.python"
},
{
"name": "wox.plugin.host.python",
"path": "wox.plugin.host.python"
},
{
"name": "wox.plugin.nodejs",
"path": "wox.plugin.nodejs"
},
{
"name": "wox.plugin.host.nodejs",
"path": "wox.plugin.host.nodejs"
},
{
"name": "wox.ui.flutter",
"path": "wox.ui.flutter/wox"
}
],
"settings": {
"python.languageServer": "Default",
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"file": ".github/instructions/commit-message-instructions.md"
}
]
},
"extensions": {
"recommendations": [
// for go
"golang.go",
// for python
"ms-python.python",
"charliermarsh.ruff",
"ms-python.mypy-type-checker",
// for flutter
"dart-code.flutter",
// for js
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
// others
"ms-vscode.makefile-tools"
]
}
}