question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add --enable-proposed-api

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found