diff --git a/src/vs/workbench/parts/debug/node/debugConfigurationManager.ts b/src/vs/workbench/parts/debug/node/debugConfigurationManager.ts index f97f962a98f6c306fefc56a0751a4b2fa71770e1..32866d6005e276f5a234ee52ca08fd28fff8df5c 100644 --- a/src/vs/workbench/parts/debug/node/debugConfigurationManager.ts +++ b/src/vs/workbench/parts/debug/node/debugConfigurationManager.ts @@ -137,6 +137,7 @@ const schema: IJSONSchema = { type: 'object', title: nls.localize('app.launch.json.title', "Launch"), required: ['version', 'configurations'], + default: { version: '0.2.0', configurations: [], compounds: [] }, properties: { version: { type: 'string',