code - enable vscode-file protocol and bypassHeatCheck caching (#98682)

This commit is contained in:
Benjamin Pasero 2021-06-08 09:12:00 +02:00
parent 745e354d64
commit 9636518bbf
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -174,7 +174,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
// Read argv config
const argvConfig = readArgvConfigSync();
let browserCodeLoadingStrategy = undefined;
let browserCodeLoadingStrategy = typeof codeCachePath === 'string' ? 'bypassHeatCheck' : 'none';
Object.keys(argvConfig).forEach(argvKey => {
const argvValue = argvConfig[argvKey];