mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 02:37:26 +01:00
Revert "If there is only one adapter with an initial configuration automatically pick it to simplify debug setup"
This reverts commit ac0856ef50.
This commit is contained in:
@@ -76,10 +76,6 @@ export class Adapter {
|
||||
return this.rawAdapter.configurationSnippets;
|
||||
}
|
||||
|
||||
public hasInitialConfiguarations(): boolean {
|
||||
return !!this.rawAdapter.initialConfigurations;
|
||||
}
|
||||
|
||||
public merge(secondRawAdapter: IRawAdapter, extensionDescription: IExtensionDescription): void {
|
||||
// Give priority to built in debug adapters
|
||||
if (extensionDescription.isBuiltin) {
|
||||
|
||||
Reference in New Issue
Block a user