This media is not supported in your browser
VIEW IN TELEGRAM
VS Code November 2022 Release Highlights (v1.74)
👌2
This media is not supported in your browser
VIEW IN TELEGRAM
VS Code January 2023 Release Highlights (v1.75)
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
VS Code July 2023 Release Highlights (v1.81)
👍3👌3❤1
This media is not supported in your browser
VIEW IN TELEGRAM
IPython stack trace rendering:
Exception stack traces from IPython now render clickable links to help navigate to the error. This will only apply if the Jupyter extension does not alter the stack trace first:
Exception stack traces from IPython now render clickable links to help navigate to the error. This will only apply if the Jupyter extension does not alter the stack trace first:
"jupyter.formatStackTraces": false.👍7
This media is not supported in your browser
VIEW IN TELEGRAM
Multi-document highlighting:
Initial support for code highlighting across multiple documents was added via the setting Editor: Multi Document Occurrences (
Note: This initial implementation features only textual occurrences, with support for semantic highlighting coming in the future.
Initial support for code highlighting across multiple documents was added via the setting Editor: Multi Document Occurrences (
editor.multiDocumentOccurrencesHighlight). Note: This initial implementation features only textual occurrences, with support for semantic highlighting coming in the future.
👍4
This media is not supported in your browser
VIEW IN TELEGRAM
Hide Editor Tabs:
Users are now able to hide editor tabs by setting
Users are now able to hide editor tabs by setting
workbench.editor.showTabs to none. Other showTabs options are multiple (default) and single to show a single editor tab for the active editor.👍3