Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit d1fe73f

Browse files
committed
Up version to 0.6.3, update changelog
1 parent 6dc215f commit d1fe73f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## 0.6.3 (12 Feb 2019)
4+
* Shift-Enter: Send-Selected-Lines-To-REPL (#113)
5+
* Add pragma snippet (#114)
6+
* Nim check result reported in `Nim` output channel
7+
* Add suggestion for imports (experimental feature)
8+
39
## 0.6.2 (01 Dec 2018)
410
* Add workspace support (https://github.com/pragmagic/vscode-nim/issues/106)
511
* Syntax improvements (https://github.com/pragmagic/vscode-nim/issues/105)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ This command available from file context menu or by `F6` keyboard shortcut.
7575
## TODO
7676

7777
* Rename support
78-
* Code action for imports (suggest available modules to import)
7978
* Debug support
8079

8180
## ChangeLog

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nim",
33
"displayName": "Nim",
44
"description": "Nim language support for Visual Studio Code",
5-
"version": "0.6.2",
5+
"version": "0.6.3",
66
"publisher": "kosz78",
77
"author": {
88
"name": "Xored Software Inc."

0 commit comments

Comments
 (0)