Skip to content

Commit 26532e6

Browse files
Merge pull request #38 from Workiva/install
Install info
2 parents d620306 + 0ff511c commit 26532e6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ This is a VS Code extension that enables format on save for Dart projects. Ultim
33

44
## Setting up the extension
55
1. __Install the extension:__ The extension is installed via the `.vsix` file. In this package, there is a `over-react-format-on-save-x.x.x.vsix` file. Download that file locally, and follow [these instructions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions) to install it.
6+
7+
Or just install it:
8+
9+
```
10+
pushd /tmp
11+
wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip && unar 1.0.3.zip
12+
code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix
13+
popd
14+
```
15+
616
1. __Enable the formatter:__ Open the Command Palette (__⌘ + ⇧ + P__ by default) and search for `OverReact Format on Save: Enable`. This will allow the formatter to be run, and can be disabled by using the `OverReact Format on Save: Disable` command.
717
1. You're good to go!
818

0 commit comments

Comments
 (0)