Allow selecting a specific launch config on LaunchWithSettings
This commit is contained in:
parent
6ad172aef7
commit
12df3c53a2
2 changed files with 4 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ with patch( 'vimspector.utils.SelectFromList',
|
|||
return_value=None ) as p:
|
||||
with patch( 'vimspector.utils.AskForInput',
|
||||
return_value=None ) as p:
|
||||
vim.eval( 'feedkeys( "\<F5>", "xt" )' )
|
||||
vim.eval( 'vimspector#LaunchWithSettings( { "configuration": "run" } )' )
|
||||
vim.eval( 'vimspector#test#signs#AssertCursorIsAtLineInBuffer( fn, 6, 1 )' )
|
||||
p.assert_called()
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue