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 · 1 comment
Open

Support for vscode type #287

prabhu opened this issue Jan 30, 2024 · 1 comment

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/ms-python.python@2023.25.10292213
pkg:vsix/ms-python.python@2023.25.10292213?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/csharp@2.15.30?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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants