File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
# Setup the environment
30
30
- run : ' json -I -f packages/svelte-vscode/package.json -e "this.version=\`99.0.0\`"'
31
31
- 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\`"'
33
35
34
36
# To deploy we need isolated node_modules folders which yarn won't do because it is a workspace
35
37
# So, remove the workspace
Original file line number Diff line number Diff line change 23
23
"url" : " https://github.com/sveltejs/language-tools/issues"
24
24
},
25
25
"homepage" : " https://github.com/sveltejs/language-tools#readme" ,
26
- "displayName" : " Svelte Beta " ,
26
+ "displayName" : " Svelte for VS Code " ,
27
27
"publisher" : " svelte" ,
28
28
"icon" : " icons/logo.png" ,
29
29
"galleryBanner" : {
You can’t perform that action at this time.
0 commit comments