From 42730e980f96e712c1a473a1e6835fbb31ab59ab Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Wed, 13 Jul 2022 13:39:07 -0400 Subject: [PATCH] tweak: Indicate that the configuration step is optional --- packages/vscode-ext/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/vscode-ext/README.md b/packages/vscode-ext/README.md index 68b7d7bc..1c529ddd 100644 --- a/packages/vscode-ext/README.md +++ b/packages/vscode-ext/README.md @@ -15,7 +15,13 @@ You can install this extension by going to the "extensions" tab, searching for " ![](./images/vs-code-install.png) -### Configuration +## Usage + +After loading a `.squiggle` file, an "Open Preview" button will appear. If you click it, the squiggle model will be shown, and updated as you edit and save you file. + +![](./images/extension-screenshot.png) + +### Configuration (optional) 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. The VS Code settings can be accessed with the shortcut `Ctrl+,` with `Ctrl+Shift+P` + searching "Open Settings", or by accessing a file like `$HOME/.config/Code/User/settings.json` in Linux (see [here](https://stackoverflow.com/questions/65908987/how-can-i-open-visual-studio-codes-settings-json-file)) for other operating systems. @@ -23,12 +29,6 @@ Some preview settings, e.g. whether to show the summary table or types of output Check out the full list of Squiggle settings in the main VS Code settings. -## Usage - -After loading a `.squiggle` file, an "Open Preview" button will appear. If you click it, the squiggle model will be shown, and updated as you edit and save you file. - -![](./images/extension-screenshot.png) - ## Build locally We assume you ran `yarn` at the monorepo level for all dependencies.