-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Furkan Duman
authored and
Furkan Duman
committed
Jul 6, 2016
1 parent
97c3e39
commit 86359b3
Showing
4 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
{ | ||
"name": "vscode-nodemcu", | ||
"description": "Supports NodeMCU upload over serial port, lua error detection and lua optimization", | ||
"author": "Furkan Duman", | ||
"displayName": "NodeMcu", | ||
"description": "Supports NodeMCU upload over serial port, lua error detection and lua optimization, intellisense", | ||
"author": { | ||
"name": "Furkan Duman", | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"version": "1.0.1", | ||
"publisher": "fduman", | ||
"icon": "esp8266.gif", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fduman/vscode-nodemcu" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/fduman/vscode-nodemcu/issues" | ||
} | ||
"engines": { | ||
"vscode": "^0.10.10" | ||
}, | ||
|