From 13c837ab21ceb25384712804b5fc35d352767e40 Mon Sep 17 00:00:00 2001 From: Aman-Pandey-afk <77021852+Aman-Pandey-afk@users.noreply.github.com> Date: Sun, 16 Jan 2022 16:37:18 +0530 Subject: [PATCH] Update task.json creation instructions The PR aims to fix the problem that there is no 'Create tasks.json file from template' option shown on configuring VS Code. More information on creating tasks.json added along with suggestions. --- development/cpp/configuring_an_ide/visual_studio_code.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/cpp/configuring_an_ide/visual_studio_code.rst b/development/cpp/configuring_an_ide/visual_studio_code.rst index 7bb13484a..a16c4e2ab 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: