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
separate terminal after watch stops compiling: npm run watch-web
c@c:~/omitted/vscode$ npm run compile-web
> code-oss-dev@1.97.0 compile-web
> node ./node_modules/gulp/bin/gulp.js compile-web
[10:56:10] Using gulpfile ~/omitted/vscode/gulpfile.js
[10:56:10] Starting 'compile-web'...
[10:56:35] Finished packaging web extension configuration-editing with 0 errors.
[10:56:35] Finished packaging web extension css-language-features/client with 0 errors.
[10:56:35] Finished packaging web extension css-language-features/server with 0 errors.
[10:56:35] Finished packaging web extension emmet with 0 errors.
[10:56:35] Finished packaging web extension extension-editing with 0 errors.
[10:56:35] Finished packaging web extension git-base with 0 errors.
[10:56:35] Finished packaging web extension github-authentication with 0 errors.
[10:56:35] Finished packaging web extension html-language-features/client with 0 errors.
[10:56:35] Finished packaging web extension html-language-features/server with 0 errors.
[10:56:35] Finished packaging web extension ipynb with 0 errors.
[10:56:35] Finished packaging web extension ipynb with 0 errors.
[10:56:35] Finished packaging web extension json-language-features/client with 0 errors.
[10:56:35] Finished packaging web extension json-language-features/server with 0 errors.
[10:56:35] Finished packaging web extension markdown-language-features with 0 errors.
[10:56:35] Finished packaging web extension markdown-math with 0 errors.
[10:56:35] Finished packaging web extension media-preview with 0 errors.
[10:56:35] Finished packaging web extension merge-conflict with 0 errors.
[10:56:35] Finished packaging web extension microsoft-authentication with 0 errors.
[10:56:35] Finished packaging web extension npm with 0 errors.
[10:56:35] Finished packaging web extension references-view with 0 errors.
[10:56:35] Finished packaging web extension search-result with 0 errors.
[10:56:35] Finished packaging web extension simple-browser with 0 errors.
[10:56:35] Finished packaging web extension terminal-suggest with 1 errors.
[10:56:35] {
moduleIdentifier: '/omitted/vscode/node_modules/ts-loader/index.js??ruleSet[1].rules[0].use[0]!/omitted/vscode/extensions/mangle-loader.js??ruleSet[1].rules[0].use[1]!/omitted/vscode/extensions/terminal-suggest/src/terminalSuggestMain.ts',
moduleName: './src/terminalSuggestMain.ts',
loc: '50:24-46',
message: "Module not found: Error: Can't resolve 'fs/promises' in '/omitted/vscode/extensions/terminal-suggest/src'",
moduleId: 0,
moduleTrace: [],
details: "resolve 'fs/promises' in '/omitted/vscode/extensions/terminal-suggest/src'\n" +
' Parsed request is a module\n' +
' using description file: /omitted/vscode/extensions/terminal-suggest/package.json (relative path: ./src)\n' +
" Field 'browser' doesn't contain a valid alias configuration\n" +
' resolve as module\n' +
" /omitted/vscode/extensions/terminal-suggest/src/node_modules doesn't exist or is not a directory\n" +
" /omitted/vscode/extensions/terminal-suggest/node_modules doesn't exist or is not a directory\n" +
' looking for modules in /omitted/vscode/extensions/node_modules\n' +
" /omitted/vscode/extensions/node_modules/fs doesn't exist\n" +
' looking for modules in /omitted/vscode/node_modules\n' +
" /omitted/vscode/node_modules/fs doesn't exist\n" +
" /omitted/node_modules doesn't exist or is not a directory\n" +
" /home/c/node_modules doesn't exist or is not a directory\n" +
" /home/node_modules doesn't exist or is not a directory\n" +
" /node_modules doesn't exist or is not a directory",
stack: "ModuleNotFoundError: Module not found: Error: Can't resolve 'fs/promises' in '/omitted/vscode/extensions/terminal-suggest/src'\n" +
' at /omitted/vscode/node_modules/webpack/lib/Compilation.js:2109:28\n' +
' at /omitted/vscode/node_modules/webpack/lib/NormalModuleFactory.js:908:13\n' +
' at eval (eval at create (/omitted/vscode/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:10:1)\n' +
' at /omitted/vscode/node_modules/webpack/lib/NormalModuleFactory.js:333:22\n' +
' at eval (eval at create (/omitted/vscode/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:9:1)\n' +
' at /omitted/vscode/node_modules/webpack/lib/NormalModuleFactory.js:512:22\n' +
' at /omitted/vscode/node_modules/webpack/lib/NormalModuleFactory.js:150:10\n' +
' at /omitted/vscode/node_modules/webpack/lib/NormalModuleFactory.js:775:25\n' +
' at /omitted/vscode/node_modules/webpack/lib/NormalModuleFactory.js:992:8\n' +
' at /omitted/vscode/node_modules/webpack/lib/NormalModuleFactory.js:1121:5'
}
[10:56:35] Finished packaging web extension typescript-language-features with 0 errors.
[10:56:35] Finished packaging web extension typescript-language-features with 0 errors.
[10:56:35] Finished packaging web extension vscode-test-resolver with 0 errors.
[10:56:35] Finished 'compile-web' after 25 s
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.96.2. Please try upgrading to the latest version and checking whether this issue remains.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
git clone git@github.com:microsoft/vscode.git --depth=1
cd vscode
npm i
npm run watch
npm run watch-web
The text was updated successfully, but these errors were encountered: