Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
prepare v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simplyRoba committed Jun 6, 2018
1 parent 94c620b commit 99a1b1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* column multicursor
* shrink modifier for better readability

## [0.2.5] - 2018-xx-xx
## [0.2.5] - 2018-06-06

## Changed

Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ List of all configuration values

Key|Values|Default|Description
---|------|-------|-----------
`impex.editor.columnHighlighting.enabled`|`true` or `false`|`false`|enables the column highlighting
`impex.editor.columnHighlighting.enabled`|`true` or `false`|`true`|enables/disables the column highlighting
4 changes: 3 additions & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ Read more about vsce [here](https://code.visualstudio.com/docs/extensions/publis
To build the extension clone the repository, change to the root directory and run:

```bash
npm install

gulp build
```

This will clean all artifacts and call the typescript compiler.
This will download all dependencies, clean all artifacts and call the typescript compiler.

## Run

Expand Down

0 comments on commit 99a1b1f

Please sign in to comment.