debt - make history suspend more explicit (#205181)

* debt - make history suspend more explicit

* added tests

* 💄

---------

Co-authored-by: andreamah <andrea_mah22@hotmail.com>
This commit is contained in:
Benjamin Pasero
2024-02-16 09:33:07 +01:00
committed by GitHub
parent d84c946d27
commit 877caad943
7 changed files with 170 additions and 42 deletions

View File

@@ -20,8 +20,8 @@ import { UriIdentityService } from 'vs/platform/uriIdentity/common/uriIdentitySe
import { ConfigurationManager } from 'vs/workbench/contrib/debug/browser/debugConfigurationManager';
import { DebugConfigurationProviderTriggerKind, IAdapterManager, IConfig, IDebugAdapterExecutable, IDebugSession } from 'vs/workbench/contrib/debug/common/debug';
import { IPreferencesService } from 'vs/workbench/services/preferences/common/preferences';
import { TestHistoryService, TestQuickInputService } from 'vs/workbench/test/browser/workbenchTestServices';
import { TestContextService, TestExtensionService, TestStorageService } from 'vs/workbench/test/common/workbenchTestServices';
import { TestQuickInputService } from 'vs/workbench/test/browser/workbenchTestServices';
import { TestHistoryService, TestContextService, TestExtensionService, TestStorageService } from 'vs/workbench/test/common/workbenchTestServices';
suite('debugConfigurationManager', () => {
const configurationProviderType = 'custom-type';