VSC Integration

It would be neat to have a VSC extension to support openfn jobs.

The extension would:

  • set some code assist defaults so that VAC doesn’t try to convert fn() into an if statement or whatever (I hate this)

  • Load the adaptor associated with a job file (somehow!) and provide code assist for it (there is a workaround for this in the adaptors wiki)

  • Maybe add CLI integrations in the command palette (execute, deploy, and pull feel useful)