This media is not supported in your browser
VIEW IN TELEGRAM
VS Code September 2022 Release Highlights (v1.72)
🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
VS Code October 2022 Release Highlights (v1.73)
👍3
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