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
The latest VS Code release 1.56.0 supports showing variable values inline in the editor when stepping through source code.
To enable this feature, the debug.inlineValues setting has a new (default) value auto. When set to auto, inline values are automatically enabled for those languages that have "improved inline value" support.
This could be a nice enhancement to the Autolisp extension.
The text was updated successfully, but these errors were encountered:
The latest VS Code release 1.56.0 supports showing variable values inline in the editor when stepping through source code.
To enable this feature, the debug.inlineValues setting has a new (default) value auto. When set to auto, inline values are automatically enabled for those languages that have "improved inline value" support.
This could be a nice enhancement to the Autolisp extension.
The text was updated successfully, but these errors were encountered: