mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 14:01:38 +01:00
Fix for Bug [debug] offer initial 2 templates in intellisense
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user