-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
engineeringVS Code - Build / issue tracking / etc.VS Code - Build / issue tracking / etc.
Milestone
Description
When debugging vscode built from master, it sometimes hangs on start. Whether it hangs or not, it prints this error a lot:
console.ts:134
[Extension Host] Rejected cached data from file: /Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/index-ba75381d72ed269d95213d3cebf6e1ea.code (at Object.ConfigurationOptionsUtil.validateConfigurationOptions.options.onNodeCachedData (/Users/roblou/code/vscode/out/vs/loader.js:309:33))
console.ts:134
[Extension Host] vscode-icons is active! (at activate (/Users/roblou/.vscode-oss-dev/extensions/robertohuertasm.vscode-icons-7.25.0/out/src/index.js:41:13))
console.ts:134
[IPC Library: Search] Rejected cached data from file: /Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/ipc.cp-88e888fd37eb83e448f36f36744c07c6.code
console.ts:134
[IPC Library: Search] Rejected cached data from file: /Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/fs-5375bbbde4e0a00b8c94c3f6a7a624e5.code
console.ts:134
[IPC Library: Search] Rejected cached data from file: /Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/polyfills-830fec48b9d7d625cb86a165bde6cf8e.code
console.ts:134
[IPC Library: Search] Rejected cached data from file: /Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/legacy-streams-5df9f3bd57e868c47805670375661e41.code
console.ts:134
[IPC Library: Search] Rejected cached data from file: /Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/processes-258a0012a6102821d14879092405b2ee.code
console.ts:134
[IPC Library: Search] Rejected cached data from file: /Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/decoder-33e38e835d55a34e247ce5ecaf298bb5.code
console.ts:134
[Extension Host] Problems writing cached data file: /Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/index-ba75381d72ed269d95213d3cebf6e1ea.code (at Object.ConfigurationOptionsUtil.validateConfigurationOptions.options.onNodeCachedData (/Users/roblou/code/vscode/out/vs/loader.js:312:33))
console.ts:134
[Extension Host] Error: ENOENT: no such file or directory, unlink '/Users/roblou/Library/Application Support/Code - Insiders/CachedData/1358e903716cf77711493770d63dde1ea178a73e/index-ba75381d72ed269d95213d3cebf6e1ea.code' (at Object.ConfigurationOptionsUtil.validateConfigurationOptions.options.onNodeCachedData (/Users/roblou/code/vscode/out/vs/loader.js:313:33))
I didn't pull, I think this happened after updating Insiders. So it seems that OSS is trying to read cached data from the Insiders cached data directory?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engineeringVS Code - Build / issue tracking / etc.VS Code - Build / issue tracking / etc.