Переглянути джерело

VS Code: remove duplicate code block

Max Hilbrunner 2 роки тому
батько
коміт
8e2f143824

+ 1 - 15
contributing/development/configuring_an_ide/visual_studio_code.rst

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