squiggle/packages/vscode-ext/README.md

23 lines
845 B
Markdown
Raw Normal View History

2022-06-17 19:19:34 +00:00
# Squiggle For VS Code
2022-06-20 15:59:10 +00:00
_[marketplace](https://marketplace.visualstudio.com/items?itemName=QURI.vscode-squiggle)_
2022-06-17 19:19:34 +00:00
This extension provides support for [Squiggle](https://www.squiggle-language.com/) in VS Code.
2022-06-20 15:59:10 +00:00
2022-06-20 21:46:12 +00:00
Features:
- Preview `.squiggle` files in a preview pane
- Syntax highlighting for `.squiggle` and `.squiggleU` files
# Configuration
Some preview settings, e.g. whether to show the summary table or types of outputs, can be configurable on in the VS Code settings and persist between different preview sessions.
Check out the full list of Squiggle settings in the main VS Code settings.
2022-06-20 15:59:10 +00:00
# Build locally
We assume you ran `yarn` at the monorepo level for all dependencies.
Then, simply `yarn compile` at the `vscode-ext` package level. It will build `squiggle-lang`, `squiggle-components`, and the VS Code extension source code.