Skip to content

Commit

Permalink
Merge pull request #15 from uctakeoff/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
uctakeoff authored Nov 20, 2019
2 parents a4d0732 + c650ea1 commit fa182e7
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 81 deletions.
7 changes: 4 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.vscode/**
.vscode-test/**
out/test/**
out/**/*.map
src/**
.gitignore
tsconfig.json
vsc-extension-quickstart.md
tslint.json
**/tsconfig.json
**/tslint.json
**/*.map
**/*.ts
work/**
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased]


## [1.3.1]

### Fixed

- Problems that occur when `files.encoding` is set to a value other than utf8

## [1.3.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-counter",
"displayName": "VS Code Counter",
"description": "Count lines of code in many programming languages.",
"version": "1.3.0",
"version": "1.3.1",
"publisher": "uctakeoff",
"author": {
"name": "Ushiyama Kentaro"
Expand Down
Loading

0 comments on commit fa182e7

Please sign in to comment.