Skip to content

Commit

Permalink
fix: include file save commands in editor service override
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Feb 9, 2024
1 parent cc9071e commit 3393b78
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export default (args: Record<string, string>): rollup.RollupOptions[] => {
path.endsWith('.all.js') ||
path.endsWith('xtensionPoint.js') ||
path.includes('vs/workbench/api/browser/') ||
path.endsWith('/fileCommands.js') ||
path.includes('fileCommands') ||
path.endsWith('/listCommands.js') ||
path.endsWith('/quickAccessActions.js') ||
path.endsWith('/gotoLineQuickAccess.js') ||
Expand Down
Loading

0 comments on commit 3393b78

Please sign in to comment.