Skip to content

Commit

Permalink
vscode extension: improve description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jun 16, 2024
1 parent d0ed043 commit ecd790f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "slint",
"displayName": "Slint",
"description": "Slint Language extension",
"description": "Slint language support, featuring auto-completion, go-to definition, refactoring, syntax coloration, and a live preview and editing of Slint GUIs. Slint is a lightweight cross-platform native GUI framework for Rust, C++, JavaScript, and Python.",
"keywords": ["Slint", "GUI", "UI", "HMI", "Qt/QML Alternative", "live preview", "drag-and-drop editor"],
"version": "1.7.0",
"publisher": "Slint",
"icon": "extension-logo.png",
Expand Down

0 comments on commit ecd790f

Please sign in to comment.