VSCode Remote Development Container for Urbit
This repository include the files for running a container with
For more information about developing inside a Container check this documentation.
Once VSCode is attached to the running container, you should start Urbit fakezod.
urbit -F zod
If you have previously started fakezod just run
urbit zod
Usually you would access Urbit via Browser on http://localhost:81
Once you get to the dojo>
prompt, get the code writting the following command on the VSCode terminal runninng Urbit:
+code
For Hoon Language Server to work you should start the Language Server on your Urbit instance, write the following command on the dojo>
prompt:
|start %language-server
To start developing mount your desk and start writing hoon!
Check the official documentation at https://developers.urbit.org/