Skip to content
Open
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
8 changes: 3 additions & 5 deletions packages/svelte-vscode/icons/preview-css-right-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions packages/svelte-vscode/icons/preview-css-right-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/svelte-vscode/icons/preview-js-right-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/svelte-vscode/icons/preview-js-right-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions packages/svelte-vscode/icons/preview-right-dark.svg

This file was deleted.

4 changes: 0 additions & 4 deletions packages/svelte-vscode/icons/preview-right-light.svg

This file was deleted.

8 changes: 4 additions & 4 deletions packages/svelte-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,15 +562,15 @@
},
{
"command": "svelte.showCompiledCodeToSide",
"title": "Svelte: Show Compiled Code",
"title": "Svelte: Show Compiled JS Code",
"icon": {
"light": "icons/preview-right-light.svg",
"dark": "icons/preview-right-dark.svg"
"light": "icons/preview-js-right-light.svg",
"dark": "icons/preview-js-right-dark.svg"
}
},
{
"command": "svelte.showCompiledCSSToSide",
"title": "Svelte: Show Compiled CSS",
"title": "Svelte: Show Compiled CSS Code",
"icon": {
"light": "icons/preview-css-right-light.svg",
"dark": "icons/preview-css-right-dark.svg"
Expand Down
Loading