Skip to content

Commit

Permalink
fix: enable multiple formatters and format settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuIves committed Dec 6, 2023
1 parent aba07d3 commit f2c795e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollup/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ export default (args: Record<string, string>): rollup.RollupOptions[] => {
path.includes('vs/workbench/contrib/codeEditor/browser/') ||
path.includes('extHost.common.services') ||
path.includes('extHost.worker.services') ||
path.includes('inlayHintsAccessibilty')
path.includes('inlayHintsAccessibilty') ||
path.includes('vs/workbench/contrib/format/browser/')
}
},
external,
Expand Down

0 comments on commit f2c795e

Please sign in to comment.