Merge pull request #2079 from microsoft/develop

Merge develop -> main
This commit is contained in:
Bob Brown 2021-08-25 22:16:07 -07:00 коммит произвёл GitHub
Родитель 2c2417346d 5a7db44240
Коммит 9edbdd54d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
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({