eclipse-theia/theia

support vscode extension-editing extension

Open

#8129 opened on Jul 2, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
builtinshelp wantedvscode

Description

open-vsx: https://open-vsx.org/extension/vscode/extension-editing source code: https://github.com/microsoft/vscode/tree/master/extensions/extension-editing

Extension provides JSON validations for language configurations, icon and color themes for VS Code extension developers. It does not provide content of schemas though, it should be implemented in the plugin system.

Contributor guide