Skip to content

Commit 469bb71

Browse files
committed
Update package description and keywords
Refined the extension description for clarity and added new keywords ('processingOrg', 'p5', 'p5.js') to improve discoverability in VSCode marketplace.
1 parent 3d362fb commit 469bb71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"publisher": "processing-foundation",
55
"displayName": "Processing",
6-
"description": "The easiest way to create and run Processing sketches in VSCode. Features include syntax highlighting, code completion, error checking, and more.",
6+
"description": "The easiest way to create and run Processing sketches in VSCode. With syntax highlighting, code completion, error checking, and more.",
77
"author": "Processing Foundation",
88
"license": "LGPL-2.1-or-later",
99
"repository": {
@@ -16,13 +16,16 @@
1616
],
1717
"keywords": [
1818
"processing",
19+
"processingOrg",
1920
"pde",
2021
"language",
2122
"lsp",
2223
"language-server",
2324
"sketch",
2425
"arduino",
2526
"p5js",
27+
"p5",
28+
"p5.js",
2629
"java",
2730
"development",
2831
"creative-coding",

0 commit comments

Comments
 (0)