All Questions
Tagged with vscode-tasks windows-subsystem-for-linux
7 questions
0
votes
0
answers
12
views
Run VSCode task inside WSL and windows sequentially
Configured WSL to successfully compile my framework there.
I've installed VSCode in Windows with WSL integration extension.
With shell task type I successfully can trigger building framework from ...
0
votes
0
answers
268
views
Vscode run build task not working... it begins but never ends
i have a problem with build function in vscode (language C) because when i click on "run build task", "debug C/C++ file" or "Run C/C++ file" vscode starts building my ...
1
vote
2
answers
2k
views
(tasks.json) I can't figure out how to use escaping characters using WSL as a shell
I'm running VSCode 1.54.3 on Windows10 along with Ubuntu in WSL.
This is the task I'm trying to build.
{
"label": "Verilog: Compile iVerilog File ",
"command&...
1
vote
0
answers
72
views
vscode problem matcher issues when using WSL to build on cmd.exe
I am writing code in WSL using a remote session and then building on cmd.exe. The build process works fine but I cannot get the problem matcher to link to the correct files.
I change my cwd
"...
3
votes
0
answers
677
views
VSCode task in WSL environment, terminal keeps exiting when trying to run shell script
NOTE
I've had to remove like two chunks of this post because stack overflow kept interpreting it as code when it isn't and it wouldn't let me post, I'll just make a screenshot of what the post is ...
19
votes
2
answers
37k
views
Set environment variables in task.json in vscode for WSL
I tried to set environment variables for my Visual Studio Code tasks that will run in my Windows Subsystem Linux. However, it does not seem to work. Here is my tasks.json:
{
// See https://go....
2
votes
1
answer
853
views
Typescript build task in VSCode on Windows 10 with Windows Subsystem for Linux
My VSCode settings (workspace settings in my case) are setup to use bash as the default terminal:
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\bash.exe"
}
I ...