[client] exeute command

This commit is contained in:
2021-04-17 23:03:40 +05:30
parent ed83e649fb
commit d7d48785aa
16 changed files with 1298 additions and 16 deletions

View File

@@ -55,7 +55,12 @@
"path": "./syntaxes/bf.tmLanguage.json"
}
],
"commands": [],
"commands": [{
"command": "bf.execute",
"title": "BF: Execute",
"when": "editorLangId == bf",
"enablement": "editorLangId == bf"
}],
"configuration": {
"type": "object",
"title": "Configurable properties",