Skip to main content
0 votes
1 answer
43 views

Symfony app as container in docker-compose.yaml: users: build: context: . dockerfile: ./docker/Dockerfile container_name: users restart: unless-stopped working_dir: /var/...
vbulash's user avatar
  • 393
0 votes
2 answers
55 views

I have the following configuration in my launch.json file { "type": "node", "request": "launch", "name": &...
eliezra236's user avatar
  • 1,055
-1 votes
2 answers
156 views

I would like to know how to setup launch.json and tasks.json to close all relevant terminals after debugging session is stopped. For example i run ASP.NET app and Stripe Webhook Listen in compound ...
Dživo Jelić's user avatar
0 votes
1 answer
71 views

I move from Emacs to VSCode with DVT for Verilog. In Emacs by a single push of Tab I am able to indent/format beautifully the whole ports declaration list so that all declarations are aligned ...
chainastole's user avatar
3 votes
1 answer
1k views

I've had some trouble getting Copilot to read the output of VS Code Tasks defined in tasks.json. It runs them in the background, but can never read their output. Screenshot example: The task runs ...
nivlac's user avatar
  • 431
1 vote
0 answers
134 views

Currently i use a tasks.json file with { "version": "2.0.0", "tasks": [ { "label": "Format PowerShell Scripts", ...
Ryu S.'s user avatar
  • 2,109
1 vote
0 answers
32 views

When I am working in VSCode on a project, I like to have three Git Base terminals open. One at the project root where I can use the Git CLI, the next in the Client directory, and the last in the ...
Razmodius's user avatar
  • 141
0 votes
0 answers
15 views

I just want to run my programs without being asked to "Select a debug configuration" every time. This program I am working on right now is an extremely basic usage of GLFW I followed from a ...
Ale Kid's user avatar
  • 89
-1 votes
0 answers
24 views

I have created local.ccb_workspace file, where all my tasks, settings and launch configuration is present. Now in one of the launch config I am taking input from the user. Now I want to either pass ...
Satya's user avatar
  • 1
0 votes
0 answers
146 views

In a multi-root VScode Workspace, inside the .code-workspace, tasks (shell and process) can be defined. These also have the "dependsOn" attribute. Is it possible, to make a task that depends ...
Socialist2's user avatar
2 votes
0 answers
88 views

I'm trying to set up a tasks.json in VSCode to start a Maven task with Cucumber Test in debug mode. The task uses an input of type promptString to ask the user for a working directory of the features. ...
Rich's user avatar
  • 4,388
-1 votes
1 answer
42 views

This is offshoot of How to define variables in global options in vscode tasks.json and refer it in task? We use some custom build system (not vanilla make). Generally, we don't build code (C++) in the ...
soumeng78's user avatar
  • 921
-1 votes
1 answer
60 views

We use some custom build system (not vanilla make). Generally, we don't build code (C++) in the sandbox and create linked area (directory with soft links to files in the sandbox) to do the build there....
soumeng78's user avatar
  • 921
1 vote
1 answer
1k views

What's targets in tasks.json and how to use it? I have the following in tasks.json: { "type": "cmake", "label": "CMake: build Console&...
khteh's user avatar
  • 4,290
0 votes
2 answers
45 views

I accidentally removed the little task bar that is below the terminal. How do I re-activate? I looked around in settings but didnt find it anywhere. To be honest I forgot what the name of that was, so ...
Marcelo Poltronieri's user avatar

15 30 50 per page
1
2 3 4 5
40