querybook icon indicating copy to clipboard operation
querybook copied to clipboard

Add vscode support for DataHub

Open czgu opened this issue 4 years ago • 1 comments

Story As a user, I want to use Vscode to develop DataHub with minimal amount of effort

Acceptance

  • Suggest a list of extensions that are essential for DataHub development (prettier, black, etc)
  • Suggest some standard vscode settings (formatting on save etc...)
  • Make devcontainer.json so that users can easily launch datahub with vscode

czgu avatar Sep 10 '20 01:09 czgu

for the last one of using dev container, it doesn't support of connecting multiple containers in a single window. Although there are workaround, it wont make things easier.
https://code.visualstudio.com/remote/advancedcontainers/connect-multiple-containers

jczhong84 avatar Dec 12 '23 18:12 jczhong84