debug configuration manager: multi root preparation

This commit is contained in:
isidor
2017-07-24 11:08:51 +02:00
parent a188171bf8
commit 67222edf5d
13 changed files with 321 additions and 265 deletions

View File

@@ -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": [',