add valuesFormatting by default
This commit is contained in:
parent
628492ba6c
commit
3580241216
1 changed files with 25 additions and 13 deletions
38
package.json
38
package.json
|
|
@ -346,7 +346,8 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "${2:Launch Program}",
|
"name": "${2:Launch Program}",
|
||||||
"target": "${1:./bin/executable}",
|
"target": "${1:./bin/executable}",
|
||||||
"cwd": "^\"\\${workspaceRoot}\""
|
"cwd": "^\"\\${workspaceRoot}\"",
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -357,7 +358,8 @@
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"name": "${2:Attach to PID}",
|
"name": "${2:Attach to PID}",
|
||||||
"target": "${1:[PID]}",
|
"target": "${1:[PID]}",
|
||||||
"cwd": "^\"\\${workspaceRoot}\""
|
"cwd": "^\"\\${workspaceRoot}\"",
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -370,7 +372,8 @@
|
||||||
"executable": "${1:./bin/executable}",
|
"executable": "${1:./bin/executable}",
|
||||||
"target": ":${2:2345}",
|
"target": ":${2:2345}",
|
||||||
"remote": true,
|
"remote": true,
|
||||||
"cwd": "^\"\\${workspaceRoot}\""
|
"cwd": "^\"\\${workspaceRoot}\"",
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -387,7 +390,8 @@
|
||||||
"cwd": "${3:/home/remote_user/project/}",
|
"cwd": "${3:/home/remote_user/project/}",
|
||||||
"keyfile": "${4:/home/my_user/.ssh/id_rsa}",
|
"keyfile": "${4:/home/my_user/.ssh/id_rsa}",
|
||||||
"user": "${5:remote_user}"
|
"user": "${5:remote_user}"
|
||||||
}
|
},
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -407,7 +411,8 @@
|
||||||
"forwardX11": true,
|
"forwardX11": true,
|
||||||
"x11host": "localhost",
|
"x11host": "localhost",
|
||||||
"x11port": 6000
|
"x11port": 6000
|
||||||
}
|
},
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -426,7 +431,8 @@
|
||||||
"attach 1",
|
"attach 1",
|
||||||
"load ${1:./bin/executable.elf}"
|
"load ${1:./bin/executable.elf}"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -675,7 +681,8 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "${2:Launch Program}",
|
"name": "${2:Launch Program}",
|
||||||
"target": "${1:./bin/executable}",
|
"target": "${1:./bin/executable}",
|
||||||
"cwd": "^\"\\${workspaceRoot}\""
|
"cwd": "^\"\\${workspaceRoot}\"",
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -686,7 +693,8 @@
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"name": "${2:Attach to PID}",
|
"name": "${2:Attach to PID}",
|
||||||
"target": "${1:[PID]}",
|
"target": "${1:[PID]}",
|
||||||
"cwd": "^\"\\${workspaceRoot}\""
|
"cwd": "^\"\\${workspaceRoot}\"",
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -703,7 +711,8 @@
|
||||||
"cwd": "${3:/home/remote_user/project/}",
|
"cwd": "${3:/home/remote_user/project/}",
|
||||||
"keyfile": "${4:/home/my_user/.ssh/id_rsa}",
|
"keyfile": "${4:/home/my_user/.ssh/id_rsa}",
|
||||||
"user": "${5:remote_user}"
|
"user": "${5:remote_user}"
|
||||||
}
|
},
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -723,7 +732,8 @@
|
||||||
"forwardX11": true,
|
"forwardX11": true,
|
||||||
"x11host": "localhost",
|
"x11host": "localhost",
|
||||||
"x11port": 6000
|
"x11port": 6000
|
||||||
}
|
},
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -882,7 +892,8 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "${2:Launch Program}",
|
"name": "${2:Launch Program}",
|
||||||
"target": "${1:./bin/executable}",
|
"target": "${1:./bin/executable}",
|
||||||
"cwd": "^\"\\${workspaceRoot}\""
|
"cwd": "^\"\\${workspaceRoot}\"",
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -893,7 +904,8 @@
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"name": "${2:Attach to PID}",
|
"name": "${2:Attach to PID}",
|
||||||
"target": "${1:[PID]}",
|
"target": "${1:[PID]}",
|
||||||
"cwd": "^\"\\${workspaceRoot}\""
|
"cwd": "^\"\\${workspaceRoot}\"",
|
||||||
|
"valuesFormatting": "parseText"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -917,4 +929,4 @@
|
||||||
"@types/node": "^7.0.5",
|
"@types/node": "^7.0.5",
|
||||||
"@types/mocha": "^2.2.39"
|
"@types/mocha": "^2.2.39"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue