mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
VS Code: remove duplicate code block
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user