We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cfa78 commit 5ba1466Copy full SHA for 5ba1466
packages/client/setup/monaco.ts
@@ -51,14 +51,13 @@ class ContextViewService2 extends ContextViewService {
51
}
52
53
54
-const setup = createSingletonPromise(async () => {
55
- // Initialize services first, otherwise we can't override them.
56
- StandaloneServices.initialize({
57
- contextViewService: new SyncDescriptor(ContextViewService2, [], true),
58
- })
+// Initialize services first, otherwise we can't override them.
+StandaloneServices.initialize({
+ contextViewService: new SyncDescriptor(ContextViewService2, [], true),
+})
59
+const setup = createSingletonPromise(async () => {
60
const defaults = monaco.languages.typescript.typescriptDefaults
61
-
62
defaults.setCompilerOptions({
63
...defaults.getCompilerOptions(),
64
strict: true,
0 commit comments