Skip to content

Commit

Permalink
Merge branch 'update-readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Nov 16, 2023
2 parents c120a90 + 21ec7b5 commit 1156d4e
Show file tree
Hide file tree
Showing 2 changed files with 9 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, jupyter, pandas, and plotly packages to be installed
- Extensions: The extension will automatically install the `tintinweb.graphviz-interactive-preview`
and `ms-toolsai.jupyter` extensions by default when installed from the marketplace

## Development

- Install the `tintinweb.graphviz-interactive-preview` and `ms-toolsai.jupyter` extensions if they're not already installed: `ext install tintinweb.graphviz-interactive-preview ms-toolsai.jupyter`
- Start the background build process: `npm run watch`
- Regenerate the api stubs: `npm run codegen`
- Do typechecking: `npm run lint`
Expand Down
1 change: 1 addition & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
"codegen": "openapi-typescript src/modality-api.json --output generated/"
},
"extensionDependencies": [
"ms-toolsai.jupyter",
"tintinweb.graphviz-interactive-preview"
],
"dependencies": {
Expand Down

0 comments on commit 1156d4e

Please sign in to comment.