Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode] proposed API evolution between 1.82 and 1.83 #13063

Closed
rschnekenbu opened this issue Nov 6, 2023 · 1 comment
Closed

[vscode] proposed API evolution between 1.82 and 1.83 #13063

rschnekenbu opened this issue Nov 6, 2023 · 1 comment

Comments

@rschnekenbu
Copy link
Contributor

Sources

  • commit ref for tags
  • command used
    • git difftool -d 8b617bd..e7e0370 -- src/vscode-dts/ on vscode repo
    • command: git 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.83.0.txt on vscode-builtin-extensions repo, on tag 1.83.0

Evaluation

@rschnekenbu
Copy link
Contributor Author

So 2 main topics have to be handled here:

  • vscode.proposed.scmHistoryProvider.d.ts, as it is used by git builtin extension
  • the terminal and terminal context menus.
    Closing task, as this is only to document the analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant