|
@@ -35,8 +35,7 @@ Importing the project
|
|
|
|
|
|
- Within the ``tasks.json`` file find the ``"tasks"`` array and add a new section to it:
|
|
|
|
|
|
-.. tabs::
|
|
|
- .. code-tab:: js LinuxBSD
|
|
|
+ .. code-block:: js
|
|
|
|
|
|
{
|
|
|
"label": "build",
|
|
@@ -50,19 +49,6 @@ Importing the project
|
|
|
"problemMatcher": "$msCompile"
|
|
|
}
|
|
|
|
|
|
- .. code-tab:: js Windows
|
|
|
-
|
|
|
- {
|
|
|
- "label": "build",
|
|
|
- "group": "build",
|
|
|
- "type": "shell",
|
|
|
- "command": "scons",
|
|
|
- "args": [
|
|
|
- "dev_build=yes",
|
|
|
- ],
|
|
|
- "problemMatcher": "$msCompile"
|
|
|
- }
|
|
|
-
|
|
|
.. figure:: img/vscode_3_tasks.json.png
|
|
|
:figclass: figure-w480
|
|
|
:align: center
|