mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
debug configuration manager: multi root preparation
This commit is contained in:
@@ -110,7 +110,7 @@ suite('Debug - Adapter', () => {
|
||||
});
|
||||
|
||||
test('initial config file content', () => {
|
||||
adapter.getInitialConfigurationContent().then(content => {
|
||||
adapter.getInitialConfigurationContent(null).then(content => {
|
||||
const expected = ['{',
|
||||
' "version": "0.2.0",',
|
||||
' "configurations": [',
|
||||
|
||||
Reference in New Issue
Block a user