feat - update task labels for OSS compatibility (#302819)

This commit is contained in:
Benjamin Pasero
2026-03-18 15:10:04 +01:00
committed by GitHub
parent 4863bece27
commit 41075b8b7f

12
.vscode/tasks.json vendored
View File

@@ -240,7 +240,7 @@
"problemMatcher": []
},
{
"label": "Run and Compile Dev Sessions",
"label": "Run and Compile Sessions - OSS",
"type": "shell",
"command": "npm run transpile-client && ./scripts/code.sh",
"windows": {
@@ -252,6 +252,16 @@
"inSessions": true,
"problemMatcher": []
},
{
"label": "Run and Compile Code - OSS",
"type": "shell",
"command": "npm run transpile-client && ./scripts/code.sh",
"windows": {
"command": "npm run transpile-client && .\\scripts\\code.bat"
},
"inSessions": true,
"problemMatcher": []
},
{
"type": "npm",
"script": "electron",