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 11{
22 "name" : " processing4-vscode-extension" ,
3+ "version" : " 1.0.0" ,
4+ "publisher" : " stefterv" ,
35 "displayName" : " Processing" ,
46 "description" : " Run Processing sketches in VSCode" ,
57 "author" : " Stef Tervelde" ,
68 "license" : " LGPL-2.1-or-later" ,
7- "version" : " 1.0.0" ,
89 "repository" : {
910 "type" : " git" ,
1011 "url" : " https://github.com/Stefterv/processing4-vscode-extension"
1112 },
12- "publisher" : " stefterv" ,
13- "categories" : [],
13+ "icon" : " media/processing-color.png" ,
14+ "categories" : [
15+ " Programming Languages"
16+ ],
1417 "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"
1629 ],
30+ "sponsor" : {
31+ "url" : " https://github.com/processing"
32+ },
1733 "engines" : {
1834 "vscode" : " ^1.75.0"
1935 },
You can’t perform that action at this time.
0 commit comments