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 evolutions between 1.77.0 and 1.78.0 #12558

Closed
rschnekenbu opened this issue May 24, 2023 · 2 comments
Closed

[vscode] proposed API evolutions between 1.77.0 and 1.78.0 #12558

rschnekenbu opened this issue May 24, 2023 · 2 comments
Labels
builtins Issues related to VS Code builtin extensions vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

Sources

  • commit ref for tags
  • command used
    • git difftool -d 7f329fe..252e546 -- src/vscode-dts/
    • git diff 7f329fe..252e546 -- src/vscode-dts/ > diff_1.77.0_to_1.78.0.txt
    • git log --oneline 7f329fe..252e546 -- src/vscode-dts/ > gitlog_1.77.0_to_1.78.0.txt

Evaluation

@rschnekenbu
Copy link
Contributor Author

According to command line report for proposed API usage on 1.78.0 version of the builtins

  • the removed proposed APIs (that are now public APIs) are impacting builtins, so the public API shall be updated according to these APIs.
  • 2 extensions (markdown-language-features & ipynb) rely on proposed APIs that were modified (dropMetadata - added API and documentPaste - only comments)

@vince-fugnitto vince-fugnitto added vscode issues related to VSCode compatibility builtins Issues related to VS Code builtin extensions labels May 24, 2023
@msujew
Copy link
Member

msujew commented Jun 4, 2024

Given that we're now way further along in the API version, I think this can be closed.

@msujew msujew closed this as completed Jun 4, 2024
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

3 participants