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:
Ben Jackson 2020-11-30 10:19:02 +00:00
commit 8e2d352eb8
3 changed files with 18 additions and 5 deletions

View file

@ -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 */