microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.45k stars 28.62k forks source link

Iteration Plan for November 2021 #136630

Closed kieferrm closed 2 years ago

kieferrm commented 2 years ago

This plan captures our work in November. This is a 5-week iteration. We will ship in early December. As usual, there will be no release in early January. The next release will come in early February 2022.

In addition to the plan items below, some of us who were tied up in releasing https://vscode.dev will continue house keeping in November.

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:

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

Housekeeping

Accessibility

Workbench

Web

Code Editor

Notebook Editor

Jupyter Notebooks

Languages

AnyCode

See AnyCode.

LSP /LSIF

Python

JavaScript/TypeScript

JSON

Debug

DAP

Terminal

Source Control

API

Extensions

Extension Contributions

Engineering

Builds

Electron

Node.js-free, sand-boxed renderer

Implement a node.js-free, sandboxed, context isolated renderer vscode#92164


Deferred

tristan957 commented 2 years ago

CC @deepak1556 @bpasero: I think VSCode should not release with Electron >= 14 until https://github.com/electron/electron/pull/32049 is merged, otherwise Linux users may have a really bad time. Waiting on one more approval on the PR

deepak1556 commented 2 years ago

@tristan957 thanks for the heads up! the synchronous api is not used in the code base and also Electron 16 will not be merged for the November milestone pending some cleanups https://github.com/microsoft/vscode/pull/137241

tristan957 commented 2 years ago

Cool. Well thanks for merging it anyways!