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": {
|
"configurations": {
|
||||||
|
//
|
||||||
|
// NOTE:
|
||||||
|
// If you add to this, you must update tests/get_configurations.test.vim
|
||||||
|
//
|
||||||
|
|
||||||
"launch - netcoredbg": {
|
"launch - netcoredbg": {
|
||||||
"adapter": "netcoredbg",
|
"adapter": "netcoredbg",
|
||||||
"configuration": {
|
"configuration": {
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ function Test_Get_Configurations()
|
||||||
let configs = vimspector#GetConfigurations()
|
let configs = vimspector#GetConfigurations()
|
||||||
call assert_equal([
|
call assert_equal([
|
||||||
\ 'launch - netcoredbg',
|
\ 'launch - netcoredbg',
|
||||||
|
\ 'launch - netcoredbg - with debug log',
|
||||||
\ 'launch - mono',
|
\ 'launch - mono',
|
||||||
\ ], configs)
|
\ ], configs)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue