Develop in VS Code

You need to follow the next steps to setup the dev environment for developing in VS Code.

  • Setup Eclipse - follow this guide to setup Eclipse in the same folder with cloudbeaver
  • You need to place eclipse workspace in the eclipse folder: eclipse/workspace (windows.md) oreclipse/Eclipse.app/Contents/Eclipse/workspace` (MacOS.md)
  • Create folder opt/cbce in the same folder as cloudbeaver
  • Build CloudBeaver
  • Copy the content of cloudbeaver/deploy/cloudbeaver to opt/cbce
  • Specify the workspace folder in Eclipse debug profile to opt/cbce
  • Run debugging in Eclipse. After debug was successfully run, you can stop it and close eclipse
  • Now you can open cloudbeaver in VS Code and use debugging