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
Sorry I know this was fixed previously but I have this error:
Failed to resolve import "vscode/vscode/vs/editor/contrib/hover/browser/hover" from "node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.js
monaco-graphql depends on: monaco-editor/esm/vs/editor/contrib/hover/browser/hover.js
and if I cat its content I have:
cat node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hover.js
export * from 'vscode/vscode/vs/editor/contrib/hover/browser/hover'
There is nothing at that path, the node_modules for vscode seems to contain the source only, which if I list:
doesn't seem to contain an hover.js. However it seems that previous versions of vscode did have such file. Is it a matter of doing a PR on monaco-graphql ?
The text was updated successfully, but these errors were encountered:
might not be a monaco-languageclient issue but likely an issue with graphql in the first place. However, when they do update, vscode-api should expose that hoverController
Sorry I know this was fixed previously but I have this error:
monaco-graphql depends on:
monaco-editor/esm/vs/editor/contrib/hover/browser/hover.js
and if I cat its content I have:
There is nothing at that path, the node_modules for vscode seems to contain the source only, which if I list:
doesn't seem to contain an hover.js. However it seems that previous versions of vscode did have such file. Is it a matter of doing a PR on monaco-graphql ?
The text was updated successfully, but these errors were encountered: