Skip to content

Commit

Permalink
fix: this class is only exported because of our patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 28, 2023
1 parent 070cbdd commit 515fdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monaco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { IJSONContributionRegistry, Extensions as JsonExtensions } from 'vs/plat
import { CommandsRegistry } from 'vs/platform/commands/common/commands'
import { IJSONSchema } from 'vs/base/common/jsonSchema'
import { Extensions as ConfigurationExtensions } from 'vs/platform/configuration/common/configurationRegistry'
import { EditorOptionsUtil } from 'vs/editor/browser/config/editorConfiguration'
import { EditorOptionsUtil } from 'vscode/vs/editor/browser/config/editorConfiguration'
import { registerColor } from 'vs/platform/theme/common/colorRegistry'
import { URI } from 'vs/base/common/uri'
import { ITextModelService } from 'vs/editor/common/services/resolverService'
Expand Down

0 comments on commit 515fdc3

Please sign in to comment.