-
-
Couldn't load subscription status.
- Fork 11
chore(vscode): add icon, clean dist artifacts #617
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,3 +40,4 @@ fixtures-test-*/ | |
| tests-dist/ | ||
| .vscode-test/ | ||
| packages/vscode/*.vsix | ||
| packages/vscode/icon.png | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ** | ||
| !icon.png | ||
| !dist | ||
| !LICENSE.md | ||
| !package.json |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,6 @@ | ||||||
| { | ||||||
| "name": "rstest", | ||||||
| "icon": "icon.png", | ||||||
| "displayName": "Rstest", | ||||||
| "publisher": "rstack", | ||||||
| "description": "VS Code extension for Rstest", | ||||||
|
|
@@ -52,6 +53,7 @@ | |||||
| } | ||||||
| }, | ||||||
| "scripts": { | ||||||
| "preinstall": "[ -f icon.png ] || curl https://assets.rspack.rs/rstest/rspress-logo-512x512.png --output icon.png", | ||||||
|
||||||
| "preinstall": "[ -f icon.png ] || curl https://assets.rspack.rs/rstest/rspress-logo-512x512.png --output icon.png", | |
| "preinstall": "node ./scripts/download-icon.js", |
Uh oh!
There was an error while loading. Please reload this page.