Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
Monaco Editor Playground Code
Reproduction Steps
I found an issue when using monaco-editor in Vue. When using the following code:
If the type declaration is not set when configuring the languages of MonacoWebpackPlugin in the plugins, an error will be reported:
However, if the type declaration is set, as shown in the following code, the error will not be reported:
What is going on here?
Actual (Problematic) Behavior
I found an issue when using monaco-editor in Vue. When using the following code:
If the type declaration is not set when configuring the languages of MonacoWebpackPlugin in the plugins, an error will be reported:
However, if the type declaration is set, as shown in the following code, the error will not be reported:
What is going on here?
Expected Behavior
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions