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.78 and 1.79 #12631

Open
rschnekenbu opened this issue Jun 21, 2023 · 0 comments
Open

[vscode] proposed API evolution between 1.78 and 1.79 #12631

rschnekenbu opened this issue Jun 21, 2023 · 0 comments
Labels
builtins Issues related to VS Code builtin extensions vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

rschnekenbu commented Jun 21, 2023

Commit refs for releases:

Command line used:

  • git difftool -d 252e546..b380da4 -- src/vscode-dts/ on vscode repo
  • git submodule foreach "grep -irn enabledApiProposals --include=package.json | cut -d ':' -f 1 | xargs jq --raw-output '{filename: input_filename, enabledApiProposals: .enabledApiProposals}'" on vscode-builtins-extensions

Changes to be verified (builtin extension relying on modified proposed APIs)

  • ipynb relies on 2 modified proposed API (documentPaste and dropMetadata)
  • vscode-test-resolver relies on 1 modified proposed API (resolvers)
  • markdown-language-features relies on 2 modified proposed APIs (documentPaste and dropMetadata), same as ipynb
  • github relies on 2 new proposed API (canonicalUriProvider & shareProvider)
  • git relies on 1 new proposed API (canonicalUriProvider)

Tasks following proposed API evolution for 1.79

@vince-fugnitto vince-fugnitto added vscode issues related to VSCode compatibility builtins Issues related to VS Code builtin extensions labels Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builtins Issues related to VS Code builtin extensions vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

2 participants