File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,10 @@ export class WebClientServer {
326
326
// Add port to prevent client-side mismatch for reverse proxies.
327
327
remoteAuthority : `${ remoteAuthority . hostname } :${ remoteAuthority . port || ( remoteAuthority . protocol === 'https:' ? '443' : '80' ) } ` ,
328
328
_wrapWebWorkerExtHostInIframe,
329
- developmentOptions : { enableSmokeTestDriver : this . _environmentService . driverHandle === 'web' ? true : undefined } ,
329
+ developmentOptions : {
330
+ enableSmokeTestDriver : this . _environmentService . driverHandle === 'web' ? true : undefined ,
331
+ logLevel : this . _logService . getLevel ( ) ,
332
+ } ,
330
333
settingsSyncOptions : ! this . _environmentService . isBuilt && this . _environmentService . args [ 'enable-sync' ] ? { enabled : true } : undefined ,
331
334
} ) ) )
332
335
. replace ( / { { CLIENT_ B A C K G R O U N D _ C O L O R } } / g, ( ) => backgroundColor )
You can’t perform that action at this time.
0 commit comments