mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
use createCachedData when possible
This commit is contained in:
@@ -268,7 +268,8 @@ function getNodeCachedDir() {
|
||||
}
|
||||
|
||||
jsFlags() {
|
||||
return this.value ? '--nolazy' : undefined;
|
||||
// return this.value ? '--nolazy' : undefined;
|
||||
return undefined;
|
||||
}
|
||||
|
||||
ensureExists() {
|
||||
|
||||
Reference in New Issue
Block a user