From 6082e11924dfbde86b8da412db8b2a2ea659f088 Mon Sep 17 00:00:00 2001 From: Petr Vanek Date: Tue, 30 Oct 2018 10:24:41 +0100 Subject: [PATCH] release 0.3.0 --- CHANGELOG.md | 3 ++- README.md | 2 +- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab74394..9c6ae48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 1957a22..d3d5606 100644 --- a/README.md +++ b/README.md @@ -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] \ No newline at end of file +- `qore.appendToLog` Boolean flag specifying whether to append to QLS log file or to overwrite it on each restart. [default=true] diff --git a/package.json b/package.json index d98c40c..8cc8113 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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" } }