Skip to content

Commit

Permalink
fix: fix workbench feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Feb 21, 2024
1 parent 2ef0625 commit a80605f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"./features/extensionGallery": {
"types": "./dist/features/extensionGallery.d.ts",
"default": "./dist/features/extensionGallery.js"
},
"./features/workbench": {
"types": "./dist/features/workbench.d.ts",
"default": "./dist/features/workbench.js"
}
},
"typesVersions": {
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default rollup.defineConfig({
'features/debug': 'src/features/debug.ts',
'features/extensionHostWorker': 'src/features/extensionHostWorker.ts',
'features/notifications': 'src/features/notifications.ts',
'features/extensionGallery': 'src/features/extensionGallery.ts'
'features/extensionGallery': 'src/features/extensionGallery.ts',
'features/workbench': 'src/features/workbench.ts'
},
output: [{
dir: 'dist',
Expand Down

0 comments on commit a80605f

Please sign in to comment.