Skip to content

Commit 86359b3

Browse files
Furkan DumanFurkan Duman
Furkan Duman
authored and
Furkan Duman
committed
Marketplace fixes
1 parent 97c3e39 commit 86359b3

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

client/.DS_Store

0 Bytes
Binary file not shown.

License.txt client/License.txt

File renamed without changes.

README.md client/README.md

File renamed without changes.

client/package.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
"name": "vscode-nodemcu",
3-
"description": "Supports NodeMCU upload over serial port, lua error detection and lua optimization",
4-
"author": "Furkan Duman",
3+
"displayName": "NodeMcu",
4+
"description": "Supports NodeMCU upload over serial port, lua error detection and lua optimization, intellisense",
5+
"author": {
6+
"name": "Furkan Duman",
7+
"email": "[email protected]"
8+
},
59
"license": "MIT",
610
"version": "1.0.1",
711
"publisher": "fduman",
812
"icon": "esp8266.gif",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/fduman/vscode-nodemcu"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/fduman/vscode-nodemcu/issues"
19+
}
920
"engines": {
1021
"vscode": "^0.10.10"
1122
},

0 commit comments

Comments
 (0)