Skip to content

Commit

Permalink
docs: show how to find configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bisquit committed Jul 11, 2023
1 parent 1f38533 commit e357de0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ Automatically color your workspace.

https://marketplace.visualstudio.com/items?itemName=bisquit.vscode-auto-colorize

This extension automatically colors the workspace theme when opening `.vscode-workspace`, if it doesn't have color configurations.
This extension automatically colors the workspace when opening `.vscode-workspace`, if it doesn't have color configurations.

If you want to find what was configured, type `Cmd + Shift + P` > `Workspaces: Open Workspace Configuration File` and see `workbench.colorCustomizations` section.

## Commands

| commands | description | Shortcut |
| ------------------------ | ------------------------------ | -------- |
| `Auto Colorize: Recolor` | Force colorize your workspace. | |
| commands | description | Shortcut |
| ------------------------ | ------------------------------------ | -------- |
| `Auto Colorize: Recolor` | Force colorize your workspace again. | |

## Related

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"vscode": "^1.79.2"
},
"categories": [],
"keywords": [],
"keywords": [
"workspace",
"color"
],
"main": "./dist/extension.js",
"activationEvents": [
"onStartupFinished"
Expand Down

0 comments on commit e357de0

Please sign in to comment.