Skip to content

Commit

Permalink
Releasing v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Apr 30, 2018
1 parent 16fd5d7 commit dcf6632
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls

language: node_js
node_js:
- "9"
- "8"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.0.19 (Apr 30, 2018)

* bug fix - I cant get this extension working. See [#62](https://github.com/kasecato/vscode-docomment/issues/62).

## 0.0.18 (Apr 7, 2018)

* bug fix - It's wrong in this case. See [#52](https://github.com/kasecato/vscode-docomment/issues/52).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The menu under File > Preferences (Code > Preferences on Mac) provides entries t
```json
{
// Press the Enter key to activate a command (Default: false)
"docomment.activateOnEnter": true,
"docomment.activateOnEnter": false,
// Insert spaces when pressing Tab.
"editor.insertSpaces": true,
// The number of spaces a tab is equal to.
Expand All @@ -32,7 +32,7 @@ The menu under File > Preferences (Code > Preferences on Mac) provides entries t

## Installation

1. Install Visual Studio Code 1.19.2 or higher
1. Install Visual Studio Code 1.22.0 or higher
1. Launch Code
1. From the extension view `Ctrl`-`Shift`-`X` (Windows, Linux) or `Cmd`-`Shift`-`X` (macOS)
1. Search and Choose the extension `C# XML Documentation Comments`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docomment",
"version": "0.0.18",
"version": "0.0.19",
"publisher": "k--kato",
"engines": {
"vscode": "^1.22.0"
Expand Down

0 comments on commit dcf6632

Please sign in to comment.