diff --git a/development/cpp/configuring_an_ide/visual_studio_code.rst b/development/cpp/configuring_an_ide/visual_studio_code.rst index 3c00c0b09..de037cc9f 100644 --- a/development/cpp/configuring_an_ide/visual_studio_code.rst +++ b/development/cpp/configuring_an_ide/visual_studio_code.rst @@ -27,6 +27,8 @@ Importing the project .. figure:: img/vscode_create_tasksjson_others.png :align: center + +- If there is no such option as **Create tasks.json file from template** available, either delete the file if it already exists in your folder or create a ``.vscode/tasks.json`` file manually. See `Tasks in Visual Studio Code `_ for more details on tasks. - Within the ``tasks.json`` file find the ``"tasks"`` array and add a new section to it: