-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)
Description
Describe the bug
Error: Cannot find module '"/home/yuexianzhe/.vscode-server/data/User/workspaceStorage/618d54233b8f6b4518c079ea5c31382e/ms-vscode.js-debug/bootloader.js"'
after update v1.47(June 2020 (version 1.47)) ,this error shows in terminal when connect to my remote workspace
and when i use git push the error shows again, and the git push doesn't work
To Reproduce
Steps to reproduce the behavior:
- open vscode
- using remote-ssh plugin to connet to my devbox
- open any folder
- See error in terminal (i paste it below)
- git push / node / nvm use v10 don't work,and show the same error
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '"/home/yuexianzhe/.vscode-server/data/User/workspaceStorage/5e2d967e793adcbf9f94c31be991ac98/ms-vscode.js-debug/bootloader.js"'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at Module._preloadModules (internal/modules/cjs/loader.js:901:12)
at preloadModules (internal/bootstrap/node.js:602:7)
at startup (internal/bootstrap/node.js:273:9)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '"/home/yuexianzhe/.vscode-server/data/User/workspaceStorage/5e2d967e793adcbf9f94c31be991ac98/ms-vscode.js-debug/bootloader.js"'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at Module._preloadModules (internal/modules/cjs/loader.js:901:12)
at preloadModules (internal/bootstrap/node.js:602:7)
at startup (internal/bootstrap/node.js:273:9)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
using code shows error too
$ code -r ~/.zshrc
internal/modules/cjs/loader.js:626
throw err;
^
Error: Cannot find module '/home/yuexianzhe/.vscode-server/data/User/workspaceStorage/5e2d967e793adcbf9f94c31be991ac98/ms-vscode.js-debug/bootloader.js'
Require stack:
- internal/preload
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:623:15)
at Function.Module._load (internal/modules/cjs/loader.js:527:27)
at Module.require (internal/modules/cjs/loader.js:681:19)
at Module._preloadModules (internal/modules/cjs/loader.js:937:12)
at loadPreloadModules (internal/bootstrap/pre_execution.js:392:5)
at prepareMainThreadExecution (internal/bootstrap/pre_execution.js:53:3)
at internal/main/run_main_module.js:7:1 {
code: 'MODULE_NOT_FOUND',
requireStack: [ 'internal/preload' ]
}
VS Code Version: 1.47
os mac os 10.14.6
i try to switch auto attach on & off and it doesn't work
also try to delete ./vscode-server on my remote,doesn't work too
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)