Skip to content

Commit 9109b9b

Browse files
committed
publisher fix
1 parent 70c50d8 commit 9109b9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "processing4-vscode-extension",
3-
"description": "A language server example",
4-
"author": "Microsoft Corporation",
5-
"license": "MIT",
3+
"description": "Run Processing sketches in VS Code",
4+
"author": "Stef Tervelde",
5+
"license": "LGPL-2.1-or-later",
66
"version": "1.0.0",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/Microsoft/vscode-extension-samples"
9+
"url": "https://github.com/Stefterv/processing4-vscode-extension"
1010
},
11-
"publisher": "vscode-samples",
11+
"publisher": "stefterv",
1212
"categories": [],
1313
"keywords": [
1414
"multi-root ready"

0 commit comments

Comments
 (0)