Add --enable-proposed-api
See original GitHub issueI’m trying to pass the --enable-proposed-api flag to vscode
I’m using this patch https://github.com/cdr/code-server/pull/1779/commits/9fb33dce3d8f4854163c978ef02bdd06f1983722
I’ve also added myextension.id
to extensionAllowedProposedApi
.
Tried executing via below however it doesn’t look like that argument is passed to vscode.
code-server --enable-proposed-api myextension.id
code-server --enable-proposed-api=myextension.id
Is there a quick/other way to pass this argument to vscode?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Using Proposed API - Visual Studio Code
These are the steps for testing a proposed API in local extension development: Use Insiders release of VS Code. To your package.json ,...
Read more >enableProposedApi not documented in package.json #33358
Run postinstall scripts to download latest d.ts; Change vscode.engines back; Remember to add enabledProposedApi to package.json. I sometimes ...
Read more >Proposed API | Plugin API - Figma
How do I use proposed APIs? In the manifest, add "enableProposedApi": true . This flag is only meant for development, and will not...
Read more >Visual Studio Code - ArchWiki
The open-source releases above add the Open VSIX extension registry, ... code --enable-proposed-api GitHub.vscode-pull-request-github ...
Read more >webview - VSCode extension IPC with UI inside HTML preview
Add "enableProposedApi": true to your package.json. Manually download vscode.proposed.d.ts and add it to your project: https://raw.
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
See https://github.com/cdr/code-server/pull/1779
v3.5.0 with VS Code v1.48.2 has been released, fixing this issue! 🍻