Baserow on VSCode

Hi,
How can I run Baserow completely locally withouh any docker through VScode?

Hi @abdolsattar,
there is a Docker plugin / extension for VScode.

Regards,
Bruno

I would not recommend running it without Docker. You would have to configure everything yourself. By using ./dev.sh your development environment will be configured automatically.

Thanks @petrs
I was able to tun all the back-end and front-web tests in VScode by using this document docs/development/vscode-setup.md · develop · Baserow / baserow · GitLab.
But now my only problem is how to start debugging the Baserow in VScode.
is these specific launch file?
when debugging, the following error appears.