VS Code#
- part of [editor|editors]
docker mounts wayland-0 on Windows#
Recent versions of the Dev Containers
ms-vscode-remote.remote-containers
extension introduce a new setting. This setting tries to detect whether
it can mount a socket \"wayland-0\". This detection fails
with fedoraremix. The setting below disables this detection
and removes the automatic mount from the docker command that starts the
container.
{
"dev.containers.mountWaylandSocket": false
}
Clean Up#
Remove-Item -Recurse -Force $env:LOCALAPPDATA\vscode-sqltools\
Remove-Item -Recurse -Force $env:USERPROFILE\.vscode\
Remove-Item -Recurse -Force $env:APPDATA\Code
Remove-Item -Recurse -Force $env:USERPROFILE\.vscode
Extensions#
Using git worktree: