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

Commit a6c1867

Browse files
committed
Update monaco editor css import url
1 parent 13a4ee4 commit a6c1867

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/v74/[email protected]/es2021/monaco-editor.css";
6+
import "https://esm.sh/[email protected]?css";
77

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

0 commit comments

Comments
 (0)