We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a7cc3e + 9a3e6a7 commit 6d954e8Copy full SHA for 6d954e8
rollup/tools/configuredSubpackagePlugin.ts
@@ -269,13 +269,13 @@ export function configuredSubpackagePlugin(): rollup.Plugin {
269
this.emitFile({
270
fileName: `esm/${modulePath}.js`,
271
needsCodeReference: false,
272
- source: `export * from 'vscode/vscode/${modulePath}'`,
+ source: `export * from '@codingame/monaco-vscode-api/vscode/${modulePath}'`,
273
type: 'asset'
274
})
275
276
fileName: `esm/${modulePath}.d.ts`,
277
278
279
280
281
}
0 commit comments