-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.vscode-remote-containers folder create in Remote-SSH without interaction #10679
Comments
Thanks, Christof! Just to clarify, this happens when there is no devcontainer.json file present, but simply when connecting to a remote without specifying a particular workspace folder. The extensions I have installed are all those in the remote development pack: Expand list
And lastly, since this was tested on a new profile that inherits some of the base settings from my default one, unsetting the shared Expand log with serverInstallPath set:
Expand log without serverInstallPath set:
Confirmed in both Windows and Fedora Linux for Dev Containers 0.394.0 over Remote - SSH 0.116.1 in VS Code 1.96.4 (and 1.96.2). |
From #10505: It seems we create that as a side effect of checking if there is a devcontainer.json in the current workspace folder.
The text was updated successfully, but these errors were encountered: