diff --git a/code.dev-qtquick.code-workspace b/code.dev-qtquick.code-workspace index 994e5a7b..08667a14 100644 --- a/code.dev-qtquick.code-workspace +++ b/code.dev-qtquick.code-workspace @@ -10,36 +10,6 @@ "files.trimTrailingWhitespace": true, "editor.formatOnType": true }, - "tasks": { - "version": "2.0.0", - "tasks": [ - { - "type": "shell", - "label": "cmake", - "command": "cmake", - "args": [ - "--preset=dev-qtquick" - ], - "options": { - "cwd": "${workspaceFolder}/" - }, - "group": "build" - }, - { - "type": "shell", - "label": "make", - "command": "cmake", - "args": [ - "--build", - "${workspaceFolder}/build-dev-qtquick" - ], - "options": { - "cwd": "${workspaceFolder}/" - }, - "group": "build" - } - ] - }, "launch": { "version": "0.2.0", "configurations": [ diff --git a/code.dev-qtwidgets.code-workspace b/code.dev-qtwidgets.code-workspace index be7a6bc0..fd353b49 100644 --- a/code.dev-qtwidgets.code-workspace +++ b/code.dev-qtwidgets.code-workspace @@ -10,36 +10,6 @@ "files.trimTrailingWhitespace": true, "editor.formatOnType": true }, - "tasks": { - "version": "2.0.0", - "tasks": [ - { - "type": "shell", - "label": "cmake", - "command": "cmake", - "args": [ - "--preset=dev-qtwidgets" - ], - "options": { - "cwd": "${workspaceFolder}/" - }, - "group": "build" - }, - { - "type": "shell", - "label": "make", - "command": "cmake", - "args": [ - "--build", - "${workspaceFolder}/build-dev-qtwidgets" - ], - "options": { - "cwd": "${workspaceFolder}/" - }, - "group": "build" - } - ] - }, "launch": { "version": "0.2.0", "configurations": [ diff --git a/code.dev-qtwidgets6.code-workspace b/code.dev-qtwidgets6.code-workspace index c14976af..9adb66a3 100644 --- a/code.dev-qtwidgets6.code-workspace +++ b/code.dev-qtwidgets6.code-workspace @@ -10,36 +10,6 @@ "files.trimTrailingWhitespace": true, "editor.formatOnType": true }, - "tasks": { - "version": "2.0.0", - "tasks": [ - { - "type": "shell", - "label": "cmake", - "command": "cmake", - "args": [ - "--preset=dev-qtwidgets6" - ], - "options": { - "cwd": "${workspaceFolder}/" - }, - "group": "build" - }, - { - "type": "shell", - "label": "make", - "command": "cmake", - "args": [ - "--build", - "${workspaceFolder}/build-dev-qtwidgets6" - ], - "options": { - "cwd": "${workspaceFolder}/" - }, - "group": "build" - } - ] - }, "launch": { "version": "0.2.0", "configurations": [