[add] task configs
This commit is contained in:
13
package.json
13
package.json
@@ -85,7 +85,18 @@
|
||||
"description": "Traces the communication between VS Code and the language server."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"taskDefinitions": [
|
||||
{
|
||||
"type": "bf-run",
|
||||
"properties": {
|
||||
"file":{
|
||||
"type":"string",
|
||||
"description": "The BF file to be executed. Can be omitted to run current file"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "npm run compile",
|
||||
|
Reference in New Issue
Block a user