Skip to content

Commit

Permalink
feat(demo): set product name
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 9, 2024
1 parent 13b2e75 commit 009d83e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/src/setup.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ export const constructOptions: IWorkbenchConstructionOptions = {
message: 'Welcome in monaco-vscode-api demo'
},
productConfiguration: {
nameShort: 'monaco-vscode-api',
nameLong: 'monaco-vscode-api',
extensionsGallery: {
serviceUrl: 'https://open-vsx.org/vscode/gallery',
itemUrl: 'https://open-vsx.org/vscode/item',
Expand Down

0 comments on commit 009d83e

Please sign in to comment.