We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7c822 commit b17fc91Copy full SHA for b17fc91
rollup.config.ts
@@ -51,7 +51,7 @@ export default rollup.defineConfig({
51
}),
52
commonjs({
53
esmExternals: (id) => {
54
- if (id === 'vscode/services' || id === 'vscode') {
+ if (id === 'vscode') {
55
return true
56
}
57
if (id.match(/^vscode-languageserver-protocol(\/.*)?/) != null) {
0 commit comments