web extensions don't provide all properties
See original GitHub issueIt blocks installing such extensions in VS Code version of Gitpod: https://github.com/gitpod-io/gitpod/pull/3257#issuecomment-784015408
Microsoft.VisualStudio.Code.WebResource
and Microsoft.VisualStudio.Code.WebExtension
should be supported. If such information is indexed then we should reindex existing extensions.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Chrome extension can not access custom window properties
Chrome extension can not access custom window properties - Stack Overflow. Stack Overflow for Teams – Start collaborating and sharing ...
Read more >Object.preventExtensions() - JavaScript - MDN Web Docs
The Object.preventExtensions() method prevents new properties from ever being added to an object (i.e. prevents future extensions to the object).
Read more >Chrome app and extension permissions - Google Support
Admin console permission API What it does
Experimental APIs experimental Allows app or extension to use experime...
Fullscreen apps app.window.fullscreen Allows app to open in...
Read more >Stored properties and extensions: a pure Swift approach
The proposed solution is very simple. It is based on the assumption that extensions don't accept stored properties but computed ones. By elaborating...
Read more >Troubleshooting Chrome Web Store violations
The intent of this policy is to ensure a minimum quality level for all items published in the Chrome Web Store. Extensions should...
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 FreeTop 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
Top GitHub Comments
I’m planning to work on this within this or next month.
I just was able to install VIM extension from Open VSX in Gitpod and it runs alone in browser web worker:
@danieldietrich @spoenemann Thank you for all work on it!