Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
T4ng10r's user avatar
  • 799
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 ...
Andrej Bočkaj's user avatar
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&...
Kritischer's user avatar
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 "...
Ali's user avatar
  • 11
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 ...
Mohsin Kale's user avatar
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....
Yuxiang Wang's user avatar
  • 8,413
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 ...
alkasai's user avatar
  • 4,003