All Questions
Tagged with vscode-tasks vscode-remote
6 questions
0
votes
0
answers
33
views
How do I automatically connect to a docker on remote server when I open VSCode
At the moment for my personal setup:
The VSCode window that I never explicitly quit, I use it to first SSH to the remote server.
With the docker extension I then go ahead and attach the container to ...
-1
votes
2
answers
41
views
Vs Code Issue: no code output. how do i fix this?
I am very new to coding and am trying to write a practice script for webscraping in VS Code Editor. But every time i run the script i get this issue of there being no real output. Can you please ...
2
votes
1
answer
766
views
How to open a default file in a Visual Studio Code devcontainer
I have a few devcontainer configurations that I use with both the Visual Studio Code Remote Container extensions and GitHub Codespaces to teach classroom topics.
I have a sample here on GitHub: https:/...
0
votes
0
answers
301
views
Execute script which comes from vscode Extension
When developing a vscode Extension is it possible to have separate bash scripts inside the code of the Extension which can be executed in the vscode instance where the extension is installed?
Imagine ...
1
vote
0
answers
384
views
How to open file using vscode tasks in remote vscode
I'd like to be able to use the new vscode tasks feature to open a file in remote vscode. This is useful because I have a bunch of symlinked log files in tmp that I would like to open, and I don't want ...
23
votes
1
answer
26k
views
Working directory of Visual Studio Code tasks
What is the working directory of a Visual Studio Code task?
According to the official documentation, the default should be the workspace directory, i.e., workspaceFolder, but running a task which ...