diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6ac7c0070..9e8af67af 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -1,6 +1,7 @@ { "version": "2.0.0", "tasks": [ + //-- Execute Icestudio! { "label": "Run Icestudio", @@ -13,7 +14,7 @@ //-- Build Icestudio for Linux! { - "label": "BuildLinux64", + "label": "Build Linux64", "detail": "npm buildLinux64", "type": "npm", "script": "buildLinux64", @@ -22,6 +23,17 @@ }, + //-- Build Icestudio for Windows! + { + "label": "Build Windows", + "detail": "npm buildWindows", + "type": "npm", + "script": "buildWindows", + "group": "build", + "problemMatcher": [], + + }, + { "type": "grunt", "task": "getcollection",