Skip to content

Commit 25bf569

Browse files
committed
updated description
1 parent f372edc commit 25bf569

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const state = {
2020
terminal: undefined as Terminal | undefined,
2121
client: undefined as LanguageClient | undefined,
2222
selectedVersion: undefined as ProcessingVersion | undefined,
23-
onDidVersionChange: new EventEmitter<null>(),
23+
onDidVersionChange: new EventEmitter<null>()
2424
};
2525

2626
export async function activate(context: ExtensionContext) {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.6",
44
"publisher": "stefterv",
55
"displayName": "Processing",
6-
"description": "Run Processing sketches in VSCode",
6+
"description": "The easiest way to create and run Processing sketches in VSCode. Features include syntax highlighting, code completion, error checking, and more.",
77
"author": "Stef Tervelde",
88
"license": "LGPL-2.1-or-later",
99
"repository": {
@@ -22,6 +22,7 @@
2222
"language-server",
2323
"sketch",
2424
"arduino",
25+
"p5js",
2526
"java",
2627
"development",
2728
"creative-coding",

0 commit comments

Comments
 (0)