Josh Spicer

Results 290 comments of Josh Spicer

Could you please share your entire log? What version of the extension are you on?

Apologies for the delay. Have you tried with [`useLocalServer`](https://github.com/microsoft/vscode-remote-release/wiki/Remote-SSH-troubleshooting#remotesshuselocalserver---connection-mode) off (which is the default on Windows). What feature are you looking for in local server that you've enabled it?

What remote platform are you selecting when you connect? What is your full SSH config for this host? ``` Host myhost1 RemoteCommand sudo su - RequestTTY yes ``` I'm trying...

I do think there's a bug here and plan to look into it next iteration

When I click on a link in my integrated terminal it highlights that directory in the explorer (if it's a valid path in my active workspace) or does nothing (if...

Thanks for opening an issue - @zarif98 mind appending your entire log, looks like it got a bit truncated (specifically the top which shows what VS Code settings are configured)

I am noticing you're on quite an old version of VS Code (and as a result the SSH extension). Is it possible in your environment to try upgrading? (From your...

Note that in Codespaces, `postAttachCommand`s _from Features fire non-interactively. We're working on bringing this functionality to Feature-contributed `postAttachCommand`s, but for now you'll need to do something similar to my demo...

That's a fair point, I see what you're saying 🤔. How I would do this is use the `postAttachCommand`, and at start up check for some state in the container...

That's good feedback, @chrmarti is it intended that several postCreateCommands can work interactively in the Dev Containers extension? I'd imagine not for the reasons given above This definitely isn't supported...