You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those of us that use the .devcontainer to build our vs code environment to Haskell, here is a heads-up. The extension ms-vscode-remote.remote-containers is required to build the environment. However, since the introduction of version 255.2 of that plugin, some change has broken the build.
A workaround is to explicitly set the version of that plugin back to version 251.0, which is the latest version not to break.
For those of us that use the .devcontainer to build our vs code environment to Haskell, here is a heads-up. The extension
ms-vscode-remote.remote-containers
is required to build the environment. However, since the introduction of version 255.2 of that plugin, some change has broken the build.A workaround is to explicitly set the version of that plugin back to version 251.0, which is the latest version not to break.
ms-vscode-remote.remote-containers
(issue vscode-dev-containers: it appears that the behavior of initializeCommand has changed microsoft/vscode-remote-release#7377)After a fixed version is available, the workaround is no longer required. I'll keep an eye on it, test it and then close this issue.
The text was updated successfully, but these errors were encountered: