💺 Introducing Bask: A VS Code extension for building plugins

@rico.trevisan just DMd you with those details.

@eli, Github Codespaces is awesome! It’s basically a way to use VS Code on a repo by repo basis. Think of it like Python’s env, or Node’s npm init to create isolated development environments which can be loaded with repo specific VS Code extensions/configs.

There are still some things I need to improve in Bask to make using it in Codespaces as easy as possible:

  • how we register Bask licenses to machines… so that you’re not forced to re-register on different Codespace instances
  • creating a Bask specific codespaces VS Code image tuned for Bubble plugin development.

That said, Bask can be used in Codespaces today if you want to give it a try :slight_smile:

1 Like