VS Code: remove duplicate code block

This commit is contained in:
Max Hilbrunner
2023-05-03 23:50:28 +02:00
parent 3283eae7d8
commit 8e2f143824

View File

@@ -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