python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Code Runner in vsCode ignoring my compiler arguments in my tasks.json file
I am using vsCode with the C/C++ extension and code runner. I want to compile with a -DLOCAL flag so that I can do
#ifdef LOCAL
...
#endif
The problem is that when I compile my code with the code run...
Jeff
Votes: 0
Answers: 1
How to use Code Runner extension for JavaScript on VS code
I'm new to programming and I just started learning JS. I tried running my first code via 'code runner' on Visual Studio Code but it wasn't giving me the output. enter image description here
Onyekachi Okoye
Votes: 0
Answers: 1
enabling pthread on vscode using code runner extension on linux wsl?
I have encountered an error on Linux while using Posix threads with Code runner on VS Code- an error of undefined reference to pthread_create();

Gaurav_is_lucky
Votes: 0
Answers: 1
No module package found error in VS Code Output tab
The problem is I have installed virtual environment and code runner. Installed all the packages required. When I run the file by code runner it does not detect package but run Python file detects pack...

Sahil Jain
Votes: 0
Answers: 1