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

Support for vscode type #287

Open
prabhu opened this issue Jan 30, 2024 · 3 comments
Open

Support for vscode type #287

prabhu opened this issue Jan 30, 2024 · 3 comments
Labels
Proposed new type vsx Proposed new type

Comments

@prabhu
Copy link

prabhu commented Jan 30, 2024

With an ever-growing list of malicious plugins, vscode rightly requires its type, similar to sublime and others. I'm proposing to use vsix as the type to represent the file extension used by these extensions since the same extension can be installed locally as well as via marketplaces such as Visual Studio and open-vsx.

Eg:

https://marketplace.visualstudio.com/items?itemName=ms-python.python

pkg:vsix/[email protected]
pkg:vsix/[email protected]?download_url=https%3A%2F%2Fmarketplace.visualstudio.com%2F_apis%2Fpublic%2Fgallery%2Fpublishers%2Fms-python%2Fvsextensions%2Fpython%2F2023.25.10292213%2Fvspackage

vscode extensions installed from open-vsx

Eg: https://open-vsx.org/extension/muhammad-sammy/csharp

pkg:vsix/muhammad-sammy/[email protected]?download_url=https%3A%2F%2Fgithub.com%2Fmuhammadsammy%2Ffree-vscode-csharp%2Freleases%2Fdownload%2F2.15.30%2Fcsharp-platform-neutral-2.15.30.vsix

Related:

  • osquery 5.11.0 supports collecting vscode extensions
@pombredanne
Copy link
Member

@prabhu This looks fine, can you draft a type definition? (PS: I am not convinced by the vsix name as being the most obvious thing)

@prabhu
Copy link
Author

prabhu commented Jun 10, 2024

@pombredanne, what about vsx similar to open-vsx?

@prabhu
Copy link
Author

prabhu commented Sep 7, 2024

vscode is constantly in the news these days. What is the process to get a type definition going?

@johnmhoran johnmhoran added Proposed new type vsx Proposed new type labels Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposed new type vsx Proposed new type
Projects
None yet
Development

No branches or pull requests

3 participants