From ad2be4cbba355efd56697c54938b2f1deb5dbbdb Mon Sep 17 00:00:00 2001 From: magnusanderson-wk Date: Thu, 12 Jun 2025 11:41:33 -0500 Subject: [PATCH 1/6] install info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b0da102..b0e25fe 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,16 @@ This is a VS Code extension that enables format on save for Dart projects. Ultim ## Setting up the extension 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. + +Or just install it: + +``` +#!/usr/bin/env bash +wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip +unar 1.0.3.zip +code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix +``` + 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. 1. You're good to go! From af5491179aff492cefeb73dd5b117391a9ea5433 Mon Sep 17 00:00:00 2001 From: magnusanderson-wk Date: Thu, 12 Jun 2025 11:48:11 -0500 Subject: [PATCH 2/6] test --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b0e25fe..2fba021 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ This is a VS Code extension that enables format on save for Dart projects. Ultim ## Setting up the extension 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. -Or just install it: - -``` -#!/usr/bin/env bash -wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip -unar 1.0.3.zip -code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix -``` + Or just install it: + + ``` + #!/usr/bin/env bash + wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip + unar 1.0.3.zip + code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix + ``` 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. 1. You're good to go! From f4a58d070b339dddb1fde6e5933476de9b0714f1 Mon Sep 17 00:00:00 2001 From: magnusanderson-wk Date: Thu, 12 Jun 2025 11:49:02 -0500 Subject: [PATCH 3/6] x --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2fba021..8ca129c 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ This is a VS Code extension that enables format on save for Dart projects. Ultim ## Setting up the extension 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. - Or just install it: - - ``` - #!/usr/bin/env bash - wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip - unar 1.0.3.zip - code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix - ``` + Or just install it: + + ``` + #!/usr/bin/env bash + wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip + unar 1.0.3.zip + code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix + ``` 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. 1. You're good to go! From f3ebb5f0f4d28001675f983df814b361d84e5743 Mon Sep 17 00:00:00 2001 From: magnusanderson-wk Date: Thu, 12 Jun 2025 11:59:05 -0500 Subject: [PATCH 4/6] add cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ca129c..bcfd6b2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a VS Code extension that enables format on save for Dart projects. Ultim Or just install it: ``` - #!/usr/bin/env bash + cd /tmp wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip unar 1.0.3.zip code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix From 67eb6b5ce13d7749e02c61bbb24adffbea58def2 Mon Sep 17 00:00:00 2001 From: magnusanderson-wk Date: Thu, 12 Jun 2025 12:15:31 -0500 Subject: [PATCH 5/6] x --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bcfd6b2..018e771 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ This is a VS Code extension that enables format on save for Dart projects. Ultim Or just install it: ``` - cd /tmp + pushd /tmp wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip - unar 1.0.3.zip - code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix + unar 1.0.3.zip && code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix + popd ``` 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. From 0ff511c86c72b3552712615c35ac53098bdb3461 Mon Sep 17 00:00:00 2001 From: magnusanderson-wk Date: Thu, 12 Jun 2025 12:20:12 -0500 Subject: [PATCH 6/6] x --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 018e771..e38254e 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This is a VS Code extension that enables format on save for Dart projects. Ultim ``` pushd /tmp - wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip - unar 1.0.3.zip && code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix + wget https://github.com/Workiva/vs-code-format-on-save/archive/refs/tags/1.0.3.zip && unar 1.0.3.zip + code --install-extension vs-code-format-on-save-1.0.3/over-react-format-on-save-1.0.2.vsix popd ```