AmpersandTarski / Ampersand

Build database applications faster than anyone else, and keep your data pollution free as a bonus.
http://ampersandtarski.github.io/
GNU General Public License v3.0
40 stars 8 forks source link

Devcontainer doesn't build #1359

Closed hanjoosten closed 11 months ago

hanjoosten commented 1 year ago

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.

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.

stefjoosten commented 11 months ago

The issue about ms-vscode-remote.remote-containers has been solved, closed on Nov 15, 2022, and verified on Nov 30, 2022.