Skip to content

Commit

Permalink
Select Compare Tabs VS Code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Feb 11, 2024
1 parent 2a667dd commit 4ba0d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ch-workstation.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ Productivity in VS Code is enhanced with the following extensions: {added Dec 2

* [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) has linting and style checking.

* [Select Compare Tabs](https://marketplace.visualstudio.com/items?itemName=outofsync42.select-compare-tabs) quickly produces diffs between tabs.

These extensions [can be installed by command line](https://code.visualstudio.com/docs/editor/command-line#_working-with-extensions).

```sh
Expand All @@ -151,6 +153,7 @@ code --install-extension streetsidesoftware.code-spell-checker
code --install-extension yzhang.markdown-all-in-one
code --install-extension yzane.markdown-pdf
code --install-extension DavidAnson.vscode-markdownlint
code --install-extension outofsync42.select-compare-tabs
```

Note: here are some non-default changes that facilitate our workflow. Either copy this configuration into [`settings.json`](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_tune-your-settings), or manually specify the options with the [settings editor](https://code.visualstudio.com/docs/getstarted/settings).
Expand Down

0 comments on commit 4ba0d9e

Please sign in to comment.