589 questions
0
votes
1
answer
43
views
Dockerized Symfony app debug in VSCode - 9003 port occupied
Symfony app as container in docker-compose.yaml:
users:
build:
context: .
dockerfile: ./docker/Dockerfile
container_name: users
restart: unless-stopped
working_dir: /var/...
0
votes
2
answers
55
views
How to disable VSCode launch.json prioritize build folder
I have the following configuration in my launch.json file
{
"type": "node",
"request": "launch",
"name": &...
-1
votes
2
answers
156
views
How do you close terminals on debug stop
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 ...
0
votes
1
answer
71
views
VSCode with DVT: Verilog indentation/formatting of ports declaration lists like in Emacs
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 ...
3
votes
1
answer
1k
views
How can I allow for Copilot Agent to read the output of VS Code tasks?
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 ...
1
vote
0
answers
134
views
How do I format all files in a powershell project in vscode using PSScriptAnalyzer?
Currently i use a tasks.json file with
{
"version": "2.0.0",
"tasks": [
{
"label": "Format PowerShell Scripts",
...
1
vote
0
answers
32
views
Get VSCode tasks to properly run in seqence
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 ...
0
votes
0
answers
15
views
Removing prompt for debug configuration from Visual Studio Code [duplicate]
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 ...
-1
votes
0
answers
24
views
How to pass input variable from launch config to tasks in vscode [duplicate]
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 ...
0
votes
0
answers
146
views
VSCode - .code-workspace - tasks dependsOn folder tasks.json tasks?
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 ...
2
votes
0
answers
88
views
How to use default value of VSCode Task Input when left blank?
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. ...
-1
votes
1
answer
42
views
How to open log file through task in new tab of existing vscode window?
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 ...
-1
votes
1
answer
60
views
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 sandbox and create linked area (directory with soft links to files in the sandbox) to do the build there....
1
vote
1
answer
1k
views
VSCode CMake targets - what is it and how to use it?
What's targets in tasks.json and how to use it? I have the following in tasks.json:
{
"type": "cmake",
"label": "CMake: build Console&...
0
votes
2
answers
45
views
Removed feature VScode
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 ...