Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit ab6648c

Browse files
committed
Fix monaco editor css import
1 parent cd0a20f commit ab6648c

File tree

1 file changed

+1
-1
lines changed
  • examples/feature-apps/monaco-editor/lib

1 file changed

+1
-1
lines changed

examples/feature-apps/monaco-editor/lib/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { editor, Uri } from "https://esm.sh/[email protected]";
44
import editorWorker from "https://esm.sh/[email protected]/esm/vs/editor/editor.worker?worker";
55
import tsWorker from "https://esm.sh/[email protected]/esm/vs/language/typescript/ts.worker?worker";
6-
import "https://esm.sh/[email protected]?css";
6+
import "https://cdn.esm.sh/v78/[email protected]/esnext/monaco-editor.css";
77

88
// deno-lint-ignore ban-ts-comment
99
// @ts-ignore

0 commit comments

Comments
 (0)