Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
Signed-off-by: suzhou <[email protected]>
  • Loading branch information
SuZhou-Joe committed Jan 9, 2023
1 parent a85485c commit e4c4d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/osd-monaco/src/json/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
* monaco-editor under v0.20.0 has the bug that use the global monaco uncorrectly in ESM mode. https://github.com/microsoft/monaco-editor/issues/1974
* copy the language implement and import by our self.
* */
import { monaco } from '../monaco';
// @ts-ignore
import * as mode from 'monaco-editor/esm/vs/language/json/jsonMode.js'; // eslint-disable-line
import { monaco } from '../monaco';

const Emitter = monaco.Emitter;
class LanguageServiceDefaultsImpl {
Expand Down

0 comments on commit e4c4d29

Please sign in to comment.