You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The types defined by monaco-editor/esm/vs/language/json/fillers/monaco-editor-core.d.ts re-exports everything from the monaco-editor-core package. It should export types from ../../../editor/editor.api instead, just like the JS file the types are for.
The types defined by
monaco-editor/esm/vs/language/json/fillers/monaco-editor-core.d.ts
re-exports everything from themonaco-editor-core
package. It should export types from../../../editor/editor.api
instead, just like the JS file the types are for.#2451 would also fix it.
monaco-editor version: 0.23.0
Browser: N/A
OS: Ubuntu 20.10
Playground code that reproduces the issue: N/A
The text was updated successfully, but these errors were encountered: