-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSC Integration: Syntax highlight & code assist #746
Comments
For now (maybe temporary, maybe not) we'll create a |
We use Hard-code any values we need into .openfnrc - including paths to workflow.json or whatever. Don't worry too much for now about the dynamics of it If in an openfn project, assume that all JS files are openfn code |
I'm suggesting |
.fn is better! But I think we can just .js, no? |
Yeah we can |
I think I prefer So let's say this: Let's add support for But let's also make sure that a I don't care at this point in what order things happen - we're in a rough spiking/exploration phase and I'm more interested in scoping out what's possible than settling fine implementation details. |
Step 1 for VSC integration:
.ofn
files (you can of course manually set any.js
file to use the extension)// @openfn/languge<lang>[@<version>
), download that adaptor and extract the .dtsThis gets us almost to parity with Lightning in VSC, with code completions provided by the adaptor. No magic functions yet though.
Can we detect an openfn project and then assume that all js is openfn js?
The text was updated successfully, but these errors were encountered: