Skip to content

Commit

Permalink
Reduce size of published extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 17, 2017
1 parent 895e71a commit aabf72c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
16 changes: 9 additions & 7 deletions client/.vscodeignore
@@ -1,12 +1,14 @@
.gitignore
.vscode-test/**
.vscode/**
typings/**
**/*.map
**/*.test.js
**/*.ts
out/test/**
test/**
samples/**
src/**
**/*.map
.gitignore
temp/**
test/**
tsconfig.json
typings/**
vsc-extension-quickstart.md
temp/**
**/*.ts
**/*.test.js
3 changes: 3 additions & 0 deletions client/CHANGELOG.md
@@ -1,5 +1,8 @@
# Release Notes

## [1.6.2]
* Reduce the size of the extension by excluding automatic test files.

## [1.6.1]
* Fix: [bug: no spell checking when there's no folder opened #162](https://github.com/Jason-Rev/vscode-spell-checker/issues/162)
* Fix: [Incorrectly flagged words #160](https://github.com/Jason-Rev/vscode-spell-checker/issues/160)
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Expand Up @@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "MIT",
"version": "1.6.1",
"version": "1.6.2",
"publisher": "streetsidesoftware",
"repository": {
"type": "git",
Expand Down Expand Up @@ -412,4 +412,4 @@
"tsmerge": "^1.0.4",
"vscode-languageclient": "^3.5.0"
}
}
}

0 comments on commit aabf72c

Please sign in to comment.