Removal of proposed API
See original GitHub issueI suggest that anything using the proposed API is removed. My reasoning is that it is Proposed API is a set of unstable API
and They are subject to change
. Having to hack them to work is also problematic for less knowledgeable people.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Using Proposed API - Visual Studio Code
Use Visual Studio Code's Proposed API. ... Remove dependency on @types/vscode and use npx vscode-dts main to download vscode.d.ts from microsoft/vscode main ...
Read more >Investigate removal of enable-proposed-api command line ... - GitHub
Today, proposed API can be used by extensions when running out of sources when ... Investigate removal of enable-proposed-api command line argument #110729....
Read more >Deprecated API Migration Guide - Kubernetes
As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed ......
Read more >Features and APIs Overview | Android Developers
Learn about the new features and APIs for developers in Android 11. ... For a detailed list of new, modified, and removed APIs,...
Read more >API Extensions Policy Removal — Nova Specs documentation
As an API developer, I want easy to maintain the policies for APIs by cleaning up the legacy extensions policies. Proposed change¶. This...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I agree, we can make a special plugin to use only proposed api like: https://github.com/microsoft/vscode/tree/master/extensions/git/src/api Example: this plugin keep only “stable api” and “svn-scm-proposed” with proposed APIs, but it is a dependent plugin
Yeah it will be requires
LineChange