friendswera.blogg.se

Visual studio code extensions for bootstrap
Visual studio code extensions for bootstrap













visual studio code extensions for bootstrap

(/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:796:852)Īt Function.

visual studio code extensions for bootstrap

(internal/modules/cjs/loader.js:531:27)Īt Function. Here is the error stack: Error: Cannot find module '/Users/minardi/vscode-extension-samples/webpack-sample/dist/extension'Īt Function._resolveFilename (internal/modules/cjs/loader.js:627:15)Īt Function. Applications/Visual Studio Code.app/Contents/Resources/app/out/bootstrap-fork.js Applications/Visual Studio Code.app/Contents/Resources/app/out/bootstrap-amd.js Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/loader.js If the dist folder does not exist, then my tests work as expected but produce a stacktrace similar to: Activating extension `vscode-samples.webpack-sample` failed: Cannot find module '/Users/minardi/vscode-extension-samples/webpack-sample/dist/extension' (e.g., activating my extension on startup of VSCode). This has started happening after changing activation events to the following: I have come across an issue with an extension I am working on where the extension tests seem to be launching my webpacked extension from dist which causes intermittent failures due to commands being registered twice in classes that are supposed to be singletons among other things.















Visual studio code extensions for bootstrap