mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
remove support for debuggers.initialConfigurations command contribution
fixes #33794
This commit is contained in:
@@ -126,7 +126,7 @@ suite('Debug - Adapter', () => {
|
||||
' ]',
|
||||
'}'].join('\n');
|
||||
|
||||
return adapter.getInitialConfigurationContent(null).then(content => {
|
||||
return adapter.getInitialConfigurationContent().then(content => {
|
||||
assert.equal(content, expected);
|
||||
}, err => assert.fail());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user