vscode: Remove empty MIModes

On MSVC they are not required, and the editor highlights them
as wrong
This commit is contained in:
Sergio Martins
2021-04-08 19:58:00 +01:00
parent 02ed50b336
commit b006bb0c3c
3 changed files with 0 additions and 12 deletions

View File

@@ -138,7 +138,6 @@
"program": "${workspaceFolder}/./build-dev-qtwidgets6/bin/kddockwidgets_example",
"args": [],
"cwd": "${workspaceFolder}",
"MIMode": "",
"stopAtEntry": false,
"externalConsole": false
},
@@ -149,7 +148,6 @@
"program": "${workspaceFolder}/./build-dev-qtwidgets6/bin/kddockwidgets_minimal_example",
"args": [],
"cwd": "${workspaceFolder}",
"MIMode": "",
"stopAtEntry": false,
"externalConsole": false
},
@@ -160,7 +158,6 @@
"program": "${workspaceFolder}/./build-dev-qtwidgets6/bin/kddockwidgets_minimal_mdi_example",
"args": [],
"cwd": "${workspaceFolder}",
"MIMode": "",
"stopAtEntry": false,
"externalConsole": false
},
@@ -171,7 +168,6 @@
"program": "${workspaceFolder}/./build-dev-qtwidgets6/bin/tst_docks",
"args": [],
"cwd": "${workspaceFolder}",
"MIMode": "",
"stopAtEntry": false,
"externalConsole": false
}