Skip to content

Commit e306904

Browse files
committed
Update metadata
1 parent 7e95657 commit e306904

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/Deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
# Setup the environment
3030
- run: 'json -I -f packages/svelte-vscode/package.json -e "this.version=\`99.0.0\`"'
3131
- run: 'json -I -f packages/svelte-vscode/package.json -e "this.preview=true"'
32-
- run: 'json -I -f packages/svelte-vscode/package.json -e "this.name=\`svelte-vscode-nightly`"'
32+
- run: 'json -I -f packages/svelte-vscode/package.json -e "this.name=\`svelte-vscode-nightly\`"'
33+
- run: 'json -I -f packages/svelte-vscode/package.json -e "this.icon=\`icons/logo-nightly.png\`"'
34+
- run: 'json -I -f packages/svelte-vscode/package.json -e "this.displayName=\`Svelte Language Tools Nightly Builds\`"'
3335

3436
# To deploy we need isolated node_modules folders which yarn won't do because it is a workspace
3537
# So, remove the workspace
44.7 KB
Loading

packages/svelte-vscode/icons/logo.png

-3.12 KB
Loading

packages/svelte-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/sveltejs/language-tools/issues"
2424
},
2525
"homepage": "https://github.com/sveltejs/language-tools#readme",
26-
"displayName": "Svelte Beta",
26+
"displayName": "Svelte for VS Code",
2727
"publisher": "svelte",
2828
"icon": "icons/logo.png",
2929
"galleryBanner": {

0 commit comments

Comments
 (0)