Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perf #7

Merged
merged 4 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ dist-webview
temp*
TODO.md
CHANGELOG-CODE.md
.cache.json
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
src
screenshots
node_modules/ui-framework
node_modules/webview
test
.github
.gitignore
Expand All @@ -17,3 +19,4 @@ CHANGELOG-CODE.md
index.html
.npmrc
package-lock.json
.cache.json
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ Right click in Explorer, select `Open Image Manager` to open extension. (Open cu
- I18n. Currently support `english` and `简体中文`
- And so on waiting for you to discover...🤗

## Attention

This extension will fetch necessary dependencies automatically at first installation what may take a few minutes. Please be patient.

Once installed, following tip will show up, please click `Reload` to reload vscode.

![reload-tip](./screenshots/reload-tip.png)




## Extension Settings

| Name | Type | Description | Default value |
Expand All @@ -72,11 +83,7 @@ Right click in Explorer, select `Open Image Manager` to open extension. (Open cu

#### sharp

This is the default compression method. You need to install `node` and set the system environment variable (node -v is successful)

When installing the extension, sharp will be installed automatically, please be patient (depending on your network environment)

Once installed, **you must reload vscode to take effect**
This is the default compression method.

#### tinypng api mode

Expand Down
Loading
Loading