tailscale-dev / vscode-tailscale

VS Code extension for Tailscale
BSD 3-Clause "New" or "Revised" License
67 stars 4 forks source link

Add support for devcontainers #290

Open Apreche opened 7 months ago

Apreche commented 7 months ago

The VSCode Tailscale extension does not seem to work from within a VSCode devcontainer.

Tailscale is installed inside the devcontainer. I installed it using the tailscale devcontainer feature

However, tailscale isn't running inside the container. I can't seem to make it run in the container either. If I do tailscale up in the terminal it says it can't connect to tailscaled. I can't do sudo systemctl start tailscaled because the container doesn't have systemd. It's a devcontainer. I tried to start tailescaled within the container various other ways, to no avail.

I'd really like to get this working because I strongly prefer to do all my development inside of devcontainers.