Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.59 KB

File metadata and controls

51 lines (36 loc) · 1.59 KB

satellite

VSCode Remote Development Container for Urbit

This repository include the files for running a container with

Requeriments

For more information about developing inside a Container check this documentation.

Run Urbit

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

Getting Urbit +code

Once you get to the dojo> prompt, get the code writting the following command on the VSCode terminal runninng Urbit:

+code

Start Urbit Language Server

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

Start Development

To start developing mount your desk and start writing hoon!

Check the official documentation at https://developers.urbit.org/