mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 17:46:33 +00:00
31 lines
643 B
JSON
31 lines
643 B
JSON
{
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"MicroPython.executeButton": [
|
|
{
|
|
"text": "▶",
|
|
"tooltip": "运行",
|
|
"alignment": "left",
|
|
"command": "extension.executeFile",
|
|
"priority": 3.5
|
|
}
|
|
],
|
|
"MicroPython.syncButton": [
|
|
{
|
|
"text": "$(sync)",
|
|
"tooltip": "同步",
|
|
"alignment": "left",
|
|
"command": "extension.execute",
|
|
"priority": 4
|
|
}
|
|
],
|
|
"Codegeex.RepoIndex": true
|
|
}
|