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
This plan captures our work in January 2025. This is a 4-week iteration. We will ship in early February.
Since mid-December, GitHub Copilot has been available for free for everyone. This allows us to treat AI support as an out-of-the-box experience in VS Code. Consequently, going forward, we'll cover our client-side work for Copilot in this plan, similarly to how we have been tracking our work on our Remote Extensions over the last years.
Endgame
Jan 27, 2024: Endgame begins
Jan 31, 2024: Endgame done
The endgame details for this iteration are tracked here.
Having a ml project which includes the training/validation data on a remote server, the current vscode behavior is spidering all resources, installing inotify handlers, and if these fail due to the number, fstat all files.
You end up with a vscode node.js services breaking your ml storage backend by running fstat for 200k files at the speed possible.
This is bad defaults and currently users are even unable to change these defaults.
Depending on the storage backend, tracking down users/projects causing these metadatalookups is manual task and very time consuming.
This plan captures our work in January 2025. This is a 4-week iteration. We will ship in early February.
Since mid-December, GitHub Copilot has been available for free for everyone. This allows us to treat AI support as an out-of-the-box experience in VS Code. Consequently, going forward, we'll cover our client-side work for Copilot in this plan, similarly to how we have been tracking our work on our Remote Extensions over the last years.
Endgame
The endgame details for this iteration are tracked here.
Plan Items
Below is a summary of the top level plan items.
Legend of annotations:
Accessibility
Workbench
Code Editor
Notebook Editor
Jupyter Notebooks
Settings
Languages
Python
TypeScript
Authentication
Source Control
Testing
Terminal
conpty
setting blocks update vscode#225719 @deepak1556API
Extensions
Extension Contributions
Remote Extension Contributions
General
SSH Extension
GitHub Copilot
vscode:
protocol handler for initial chat setup @bpaseroEngineering
Electron
Documentation
Deferred
The text was updated successfully, but these errors were encountered: