This plan captures our work in June. We will ship in early July. This is a 4-week iteration.
The endgame details for this iteration are tracked in https://github.com/microsoft/vscode/issues/101289.
Below is a summary of the top level plan items.
Legend of annotations:
| Mark | Description |
| ------------------- | ------------------------------------------------- |
| :runner: | work in progress |
| :hand: | blocked task |
| :muscle: | stretch goal for this iteration |
| :red_circle: | missing issue reference |
| :large_blue_circle: | more investigation required to remove uncertainty |
| :black_circle: | under discussion within the team |
| :black_large_square:| a large work item, larger than one iteration |
additionalTextEdits
until the completion item is resolved https://github.com/Microsoft/language-server-protocol/issues/1003 @dbaeumerwebview
debugging https://github.com/microsoft/vscode/issues/96626 @connor4312 @weinandmsix
installer for VS Code on Windows https://github.com/microsoft/vscode/issues/61793 @sbattenwinget
support (update manifest on release, support insiders version) https://github.com/microsoft/vscode/issues/100745 @lszomoru @fiveisprimeripgrep
binaries for Windows on ARM https://github.com/microsoft/vscode/issues/98587 @roblourensBacklog: https://github.com/microsoft/vscode/issues/92164
file://
protocol for serving static assets @deepak1556iconv-lite
) https://github.com/microsoft/vscode/issues/79275 @bpaserosandbox: true
and contextIsolation
for some of our windows to get our feet wet @deepak1556Based on https://github.com/microsoft/vscode/issues/93598#issuecomment-640893897 it looks like there's a better issue to link object editing support to, namely #99635
Why not skip electron 8, use 9 instead?
I remember there is a history vscode skipped a major version of electron.
@yubaoquan we found out quite a few blocking issues when we started exploring Electron 8 https://github.com/microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Aelectron-8-update, jumping versions would only make it difficult to narrow down the issue and get them fixed in a timely manner. When we push Electron 8 to insiders, Electron 9 will adopted into our exploration builds, upgrading to Electron 9 was also blocked by https://github.com/microsoft/vscode/issues/95955 which got fixed yesterday.
To top it all I would say, its too soon to skip versions :)
Most helpful comment
Why not skip electron 8, use 9 instead?
I remember there is a history vscode skipped a major version of electron.