File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " processing4-vscode-extension" ,
3
+ "version" : " 1.0.0" ,
4
+ "publisher" : " stefterv" ,
3
5
"displayName" : " Processing" ,
4
6
"description" : " Run Processing sketches in VSCode" ,
5
7
"author" : " Stef Tervelde" ,
6
8
"license" : " LGPL-2.1-or-later" ,
7
- "version" : " 1.0.0" ,
8
9
"repository" : {
9
10
"type" : " git" ,
10
11
"url" : " https://github.com/Stefterv/processing4-vscode-extension"
11
12
},
12
- "publisher" : " stefterv" ,
13
- "categories" : [],
13
+ "icon" : " media/processing-color.png" ,
14
+ "categories" : [
15
+ " Programming Languages"
16
+ ],
14
17
"keywords" : [
15
- " multi-root ready"
18
+ " processing" ,
19
+ " pde" ,
20
+ " language" ,
21
+ " lsp" ,
22
+ " language-server" ,
23
+ " sketch" ,
24
+ " arduino" ,
25
+ " java" ,
26
+ " development" ,
27
+ " creative-coding" ,
28
+ " learning"
16
29
],
30
+ "sponsor" : {
31
+ "url" : " https://github.com/processing"
32
+ },
17
33
"engines" : {
18
34
"vscode" : " ^1.75.0"
19
35
},
You can’t perform that action at this time.
0 commit comments