Skip to content

Commit 97c3e39

Browse files
Furkan DumanFurkan Duman
Furkan Duman
authored and
Furkan Duman
committed
Publish settings configured
1 parent 7cf3161 commit 97c3e39

File tree

6 files changed

+5
-3
lines changed

6 files changed

+5
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

client/.DS_Store

6 KB
Binary file not shown.

client/esp8266.gif

5.08 KB
Loading

client/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"description": "Supports NodeMCU upload over serial port, lua error detection and lua optimization",
44
"author": "Furkan Duman",
55
"license": "MIT",
6-
"version": "0.0.1",
7-
"publisher": "Furkan Duman",
6+
"version": "1.0.1",
7+
"publisher": "fduman",
8+
"icon": "esp8266.gif",
89
"engines": {
910
"vscode": "^0.10.10"
1011
},

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-nodemcu-languageserver",
33
"description": "Nodemcu language server",
4-
"version": "0.0.1",
4+
"version": "1.0.1",
55
"author": "Furkan Duman",
66
"license": "MIT",
77
"engines": {

test.lua

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("test")

0 commit comments

Comments
 (0)