Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Ashwin Phadke's user avatar
-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 ...
user20988452's user avatar
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:/...
sidney.andrews's user avatar
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 ...
dennis93's user avatar
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 ...
Kesavan Kushalnagar's user avatar
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 ...
Antonio Fuschetto's user avatar