Skip to content

Commit

Permalink
Update vscode README dependency docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Nov 16, 2023
1 parent d3b440b commit 4ffcdea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ This extension contributes the following settings:
- `auxon.allowInsecureHttps`: Ignore certificate validation for https connections. If not given, defaults to the setting configured in the Modality CLI, or else to false.
- `auxon.extraEnv`: Extra environment variables that will be passed tool executables, including the SpeQTr LSP server.

## Dependencies

- Modality CLI: See the [Modality Client documentation](https://docs.auxon.io/modality/installation/client.html)
- Python: The Jupter notebooks require Python 3, pandas, and plotly packages to be installed
- Extensions: The extension will automatically install the `tintinweb.graphviz-interactive-preview` extension by
default when installed from the marketplace

## Development

- Install the `tintinweb.graphviz-interactive-preview` extension if it's not already installed: `ext install ms-toolsai.jupyter`
- Start the background build process: `npm run watch`
- Regenerate the api stubs: `npm run codegen`
- Do typechecking: `npm lint`

0 comments on commit 4ffcdea

Please sign in to comment.