[add] task configs

This commit is contained in:
2025-07-20 00:02:45 +01:00
parent 6f5357ea5c
commit 9ab72c9ccb
4 changed files with 53 additions and 36 deletions

View File

@@ -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",