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
This media is not supported in your browser
VIEW IN TELEGRAM
With the new
Available options are:
•
•
•
•
accessibility.voice.keywordActivation setting, you can enable VS Code to listen for the "Hey Code" voice command to start a voice session with Copilot Chat. The voice recognition is computed locally on your machine and is never sent to any server.Available options are:
•
chatInView: start voice chat from the Chat view.•
quickChat: start quick voice chat from the Quick Chat control.•
inlineChat: start voice chat from inline chat in the editor.•
chatInContext: start voice from inline chat if the focus is in the editor, otherwise voice chat from the Chat view.👍6🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
Restore auxiliary windows:
With v1.86, all opened floating window associated with a main window will restore when you restart the application. This includes opened editors, and size and location of the auxiliary window.
With v1.86, all opened floating window associated with a main window will restore when you restart the application. This includes opened editors, and size and location of the auxiliary window.
👍3❤2