Attach vscode to playcanvas instance

vscode can “attach” to any ubuntu server, docker container, vagrant instance etc, and run its own set of tools that are super helpful when developing code (git plugins, javascript linters, unit testing, code completion etc)
The playcanvas editor runs on a web server, can I attach my vscode to that?

Unfortunately something like this is not supported at the moment.

However, we do have tool that allows you write code locally on your PC via any Editor like VScode and the changes are pushed to the PlayCanvas Editor which can cover some of the use cases you’ve mentioned

1 Like