Top "Vscode-tasks" questions

How do I set up Visual Studio Code to compile C++ code?

Microsoft's Visual Studio Code editor is quite nice, but it has no default support for building C++ projects. How do …

visual-studio-code vscode-tasks
vscode import error for python module

I am trying to do an import in python from one directory level up. import sys sys.path.append('..…

python-2.7 visual-studio-code vscode-settings vscode-tasks
code . is not recognized as an internal or external command

I want to open directory using cmd in visual studio code but its give me error in cmd. So, What …

visual-studio-code vscode-settings vscode-tasks
Multiple commands/tasks with Visual Studio Code

I have a local folder that I use as a scratch pad for multiple little sample and toy pieces of …

visual-studio-code vscode-tasks
how to completely remove vs-code setting?

After I uninstalled vs-code the popup message appeared: Your extensions and settings will not be removed. Now I want to …

visual-studio-code vscode-settings vscode-tasks
Define multiple tasks in VSCode

I have seen that it is possible to define a task in the VSCode. But I am not sure how …

visual-studio-code vscode-tasks
Visual Studio Code: Could not find the preLaunchTask 'build'?

I have created a new .NET Core application with the command: dotnet new console -o test When I try to …

visual-studio-code .net-core vscode-tasks
How do I automatically clear VS Code terminal when starting a build?

I press Ctrl+Shift+B to start a build in Visual Studio Code (it's configured to just run GNU Make), …

visual-studio-code vscode-tasks
Kill Process that is created from running a task

I am launching a task and it works great but its a task that stays running in the current shell. …

visual-studio-code vscode-tasks
Tasks are only available on a workspace folder?

Can't find an simple, basic solution anywhere for this problem so I figured it was worth posting it here. When …

visual-studio-code vscode-tasks