This commit is contained in:
Bob Brown (DEVDIV) 2021-08-25 16:54:56 -07:00
Родитель a6bb6b1e2e
Коммит 1016d53a13
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1860,7 +1860,7 @@ export class CMakeTools implements vscode.Disposable, api.CMakeToolsAPI {
// Add environment variables from configurePreset.
if (this.configurePreset?.environment) {
const configure_preset_environment = await drv.getConfigureEnvironment();
debug_config.environment = debug_config.environment ? debug_config.environment.concat(util.splitEnvironmentVars(configure_preset_environment)) : {};
debug_config.environment = debug_config.environment ? debug_config.environment.concat(util.splitEnvironmentVars(configure_preset_environment)) : [];
}
log.debug(localize('starting.debugger.with', 'Starting debugger with following configuration.'), JSON.stringify({