squiggle/packages/vscode-ext
2022-06-21 00:46:12 +03:00
..
.vscode ran prettier from toplevel 2022-06-20 11:53:19 -04:00
media vscode: configuration for show* 2022-06-20 23:34:53 +03:00
overrides/jest vscode extension 2022-06-17 00:37:20 +03:00
src vscode: configuration for show* 2022-06-20 23:34:53 +03:00
syntaxes highlight keywords 2022-06-20 23:57:27 +03:00
.eslintrc.json ran prettier from toplevel 2022-06-20 11:53:19 -04:00
.gitignore first try at squiggle syntax highlighting 2022-06-20 23:36:46 +03:00
.vscodeignore vscode extension 2022-06-17 00:37:20 +03:00
.yarnrc vscode extension 2022-06-17 00:37:20 +03:00
language-configuration.json basic language-configuration 2022-06-21 00:26:16 +03:00
LICENSE vscode ext 0.0.2, minor tweaks 2022-06-18 21:39:23 +03:00
package.json vscode: some docs, squiggleU support 2022-06-21 00:46:12 +03:00
README.md vscode: some docs, squiggleU support 2022-06-21 00:46:12 +03:00
tsconfig.json ran prettier from toplevel 2022-06-20 11:53:19 -04:00
yarn.lock vscode extension 2022-06-17 00:37:20 +03:00

Squiggle For VS Code

marketplace

This extension provides support for Squiggle in VS Code.

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.

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.