[vscode] proposed API evolution and menu declarations between 1.90 and 1.91 #13871
Closed
16 tasks done
Labels
vscode
issues related to VSCode compatibility
As of today, VS Code 1.91 not yet released. Evaluation based on main branch, commit 01b9e01
Sources
commit ref for tags
command used
git difftool -d 89de5a8..01b9e01 -- src/vscode-dts/
on vscode repogit submodule foreach "grep -irn enabledApiProposals --include=package.json | cut -d ':' -f 1 | xargs jq --raw-output '{filename: input_filename, enabledApiProposals: .enabledApiProposals}'" > ./vscode-builtins-enabled-proposals-1.91.0.txt
on vscode-builtin-extensions repo, on commit 01b9e01git difftool -d 89de5a8..01b9e01 -- src/vs/workbench/services/actions/common/menusExtensionPoint.ts
on vscode repoEvaluation
The text was updated successfully, but these errors were encountered: