Fix get_configurations test
This commit is contained in:
parent
dd88e051a4
commit
a41db89523
2 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,11 @@
|
|||
}
|
||||
},
|
||||
"configurations": {
|
||||
//
|
||||
// NOTE:
|
||||
// If you add to this, you must update tests/get_configurations.test.vim
|
||||
//
|
||||
|
||||
"launch - netcoredbg": {
|
||||
"adapter": "netcoredbg",
|
||||
"configuration": {
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ function Test_Get_Configurations()
|
|||
let configs = vimspector#GetConfigurations()
|
||||
call assert_equal([
|
||||
\ 'launch - netcoredbg',
|
||||
\ 'launch - netcoredbg - with debug log',
|
||||
\ 'launch - mono',
|
||||
\ ], configs)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue