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
When typing pretty long expressions in the debugger console, navigation is not well easy when the expression reaches the width of the console panel :
Is there any possibility to have an input widget that fits the text content ? (like an auto-height textarea widget could behave in an html application).
Also thanks for that very useful extension !
The text was updated successfully, but these errors were encountered:
Hi!
The issue that you linked isn't directly related to the problem you are describing.
It is interesting, that you moved the DEBUG CONSOLE into the Side bar. Normally it would be inside the Panel (see https://code.visualstudio.com/docs/getstarted/userinterface).
These are VS Code components and the extension has no direct influence over them.
I will try what you describe here but I think it will be better if you open an issue with vscode directly: https://github.com/microsoft/vscode
Related to issue #406 (not really sure)
When typing pretty long expressions in the debugger console, navigation is not well easy when the expression reaches the width of the console panel :
Is there any possibility to have an input widget that fits the text content ? (like an auto-height textarea widget could behave in an html application).
Also thanks for that very useful extension !
The text was updated successfully, but these errors were encountered: