Fix for Bug [debug] offer initial 2 templates in intellisense

This commit is contained in:
isidor 2015-11-19 11:24:56 +01:00
parent f490377510
commit 68a8a8be2c

View file

@ -388,19 +388,6 @@ export var schema: IJSONSchema = {
type: 'object',
title: nls.localize('app.launch.json.title', "Launch configuration"),
required: ['version', 'configurations'],
default: {
version: '0.2.0',
configurations: [{
name: 'Launch',
type: 'node',
request: 'launch'
}, {
name: 'Attach',
type: 'node',
request: 'attach',
port: 5858
}]
},
properties: {
version: {
type: 'string',