You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output from any or all UI diagnostic tabs (Server, etc.)
Environemnt
NOTE: NeoVim is supported only on a best-effort basis. Please check the README
for limitations of neovim. Don't be offended if I ask you to reproduce issues in
Vim.
NOTE: Windows support is experimental and best-efrort only. If you find an
issue related to Windows or windows-isms, consider sending a PR or
discussing on Gitter rather than raising an issue.
Version of Vimspector: (e.g. output of git rev-parse HEAD if cloned or the
name of the tarball used to install otherwise)
Output of vim --version or nvim --version
Output of which vim or which nvim:
Output of :py3 print( __import__( 'sys' ).version ):
Output of :py3 import vim:
There is no output
Output of :py3 import vimspector:
There is no output
For neovim: output of :checkhealth
Using Vim
Operating system: and version
Declaration
Please complete the following declaration. If this declaration is not completed, your issue may be closed without comment.
If I use let g:vimspector_bottombar_height = 5 (or any value)
it works but after one second it return to the same strange size.
EDIT: The terminal windows work fine, so it looks its only a bottom window problem.
In the minimal configuration everything its ok, so I will try to debug my .vimrc, anyway I open the issues so can help people in the future, or maybe someone already can suppose where the problem is.
The text was updated successfully, but these errors were encountered:
I think your setting is forcing the terminal to be 20 lines. Which means vim has to resize the window below to fill the space.
Not obvious how to resolve this one as I doubt temporarily changing termwinsize will always work. I’ll take a look perhaps. But you should be able to fix this with the VimspectorTerminalOpened autocommand right?
[EDIT2: I think I found the solution, look the next comment]
Describe the bug
When I open the debugger the bottom window is too big.
Minimal reproduciton
vim -Nu /path/to/vimspector/support/minimal_vimrc
? [Yes/No] NoCall vimspector with F5 using the VISUAL_STUDIO mapping.
Expected behaviour
The windows should have the default size or at least work with the customization variables.
Actual behaviour
The windows keep the strange size.
Environemnt
NOTE: NeoVim is supported only on a best-effort basis. Please check the README
for limitations of neovim. Don't be offended if I ask you to reproduce issues in
Vim.
NOTE: Windows support is experimental and best-efrort only. If you find an
issue related to Windows or windows-isms, consider sending a PR or
discussing on Gitter rather than raising an issue.
Version of Vimspector: (e.g. output of
git rev-parse HEAD
if cloned or thename of the tarball used to install otherwise)
Output of
vim --version
ornvim --version
Output of
which vim
orwhich nvim
:Output of
:py3 print( __import__( 'sys' ).version )
::py3 import vim
:There is no output
:py3 import vimspector
:There is no output
:checkhealth
Using Vim
Declaration
Additional information
If I use let g:vimspector_bottombar_height = 5 (or any value)
it works but after one second it return to the same strange size.
EDIT: The terminal windows work fine, so it looks its only a bottom window problem.
In the minimal configuration everything its ok, so I will try to debug my .vimrc, anyway I open the issues so can help people in the future, or maybe someone already can suppose where the problem is.
The text was updated successfully, but these errors were encountered: