Fix local adapter specs
Somehow we lost the ability to define adapters in the local .vimspector.json, I think when GetConfigurations was added. Put that feature back.
This commit is contained in:
parent
4ac9785217
commit
8e2d352eb8
3 changed files with 18 additions and 5 deletions
|
|
@ -1,5 +1,17 @@
|
|||
{
|
||||
"$schema": "https://puremourning.github.io/vimspector/schema/vimspector.schema.json",
|
||||
"adapters": {
|
||||
"test_custom": {
|
||||
"command": "This is a test"
|
||||
}
|
||||
},
|
||||
"configurations": {
|
||||
"Use custom gadget": {
|
||||
"adapter": "test_custom",
|
||||
"configuration": {
|
||||
"request": "launch"
|
||||
}
|
||||
},
|
||||
// This is a comment.
|
||||
"run legacy vscode-python": {
|
||||
"adapter": "vscode-python", /* coment goes here too */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue