Skip to content

Commit

Permalink
Publish settings configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Furkan Duman authored and Furkan Duman committed Jul 6, 2016
1 parent 7cf3161 commit 97c3e39
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added client/.DS_Store
Binary file not shown.
Binary file added client/esp8266.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"description": "Supports NodeMCU upload over serial port, lua error detection and lua optimization",
"author": "Furkan Duman",
"license": "MIT",
"version": "0.0.1",
"publisher": "Furkan Duman",
"version": "1.0.1",
"publisher": "fduman",
"icon": "esp8266.gif",
"engines": {
"vscode": "^0.10.10"
},
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-nodemcu-languageserver",
"description": "Nodemcu language server",
"version": "0.0.1",
"version": "1.0.1",
"author": "Furkan Duman",
"license": "MIT",
"engines": {
Expand Down
1 change: 1 addition & 0 deletions test.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("test")

0 comments on commit 97c3e39

Please sign in to comment.