Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vanek committed Oct 30, 2018
1 parent 2b4192f commit 6082e11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 0.3.0

* Internal updates.
* Path to Qore language ineterpreter can be specified in settings
* Support of MS Windows

## 0.2.9

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ If you want to log output of QLS, you can use the following configuration settin
- `qore.logging` Boolean flag to set logging on or off. [default=false]
- `qore.logFile` String specifying QLS log file path. If logging is turned on, all the operations will be logged to this file. If not defined, `~/.qls.log` is used on Unix-like systems and `%AppData%\QLS\qls.log` on Windows.
- `qore.logVerbosity` Verbosity of QLS logging. From 0 to 2. [default=0]
- `qore.appendToLog` Boolean flag specifying whether to append to QLS log file or to overwrite it on each restart. [default=true]
- `qore.appendToLog` Boolean flag specifying whether to append to QLS log file or to overwrite it on each restart. [default=true]
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"version": "0.3.0",
"publisher": "qoretechnologies",
"author": {
"name": "Ondřej Musil",
"email": "ondrej.musil@qoretechnologies.com"
"name": "Qore Technologies",
"email": "vscode@qoretechnologies.com"
},
"engines": {
"vscode": "^1.25.0"
Expand Down Expand Up @@ -146,10 +146,10 @@
"@types/node": "^7.0.71",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
"vscode": "^1.1.6"
"vscode": "^1.1.6",
"vsce": "^1.52.0"
},
"dependencies": {
"vsce": "^1.52.0",
"vscode-languageclient": "^5.1.1"
}
}

0 comments on commit 6082e11

Please sign in to comment.