Add error notification, bump version number

This commit is contained in:
Jacob Grossman
2021-12-02 08:08:53 -06:00
parent b3984daad5
commit 6067a88fb8
3 changed files with 5 additions and 4 deletions

View File

@@ -2,8 +2,7 @@
"name": "mind-reader",
"displayName": "Mind_Reader",
"repository": "https://github.com/SingleSemesterSnobs/Mind_Reader",
"description": "",
"version": "0.0.1",
"version": "1.0.0",
"engines": {
"vscode": "^1.60.0"
},
@@ -303,7 +302,7 @@
},
"mindReader.connection.portPath": {
"type": "string",
"markdownDescription": "Specifies the serial port path to use if `#mindReader.connectAutomatically#` is not set."
"markdownDescription": "The default port to try and establish a connection on."
},
"mindReader.connection.clearOutputOnRun": {
"type": "boolean",