Skip to content

Commit

Permalink
Merge pull request #42 from k--kato/#41/AutocompletePriority
Browse files Browse the repository at this point in the history
fixed #42 Autocomplete order/priority?
  • Loading branch information
Keisuke KATO committed May 19, 2017
2 parents 90542c5 + 74d42ba commit a35ed46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
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.15 (May 19, 2017)

* enhancement - Autocomplete order/priority? See [#41](https://github.com/k--kato/vscode-docomment/issues/41).

## 0.0.14 (February 15, 2017)

* bug fix - 3 Attributes bug. See [#34](https://github.com/k--kato/vscode-docomment/issues/34).
Expand Down
27 changes: 10 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "docomment",
"version": "0.0.14",
"version": "0.0.15",
"publisher": "k--kato",
"engines": {
"vscode": "^1.8.0"
"vscode": "^1.12.2"
},
"displayName": "C# XML Documentation Comments",
"description": "Generate C# XML documentation comments for ///",
"categories": [
"Snippets",
"Other"
],
"galleryBanner": {
Expand All @@ -17,12 +16,6 @@
},
"main": "./out/src/extension",
"contributes": {
"snippets": [
{
"language": "csharp",
"path": "./snippets/csharp.json"
}
],
"configuration": {
"type": "object",
"title": "C# XML Documentation Comments configuration",
Expand All @@ -45,15 +38,15 @@
"dependencies": {
},
"devDependencies": {
"typescript": "^2.1.6",
"vscode": "^1.0.3",
"tslint": "^4.4.2",
"typescript": "^2.3.2",
"vscode": "^1.1.0",
"tslint": "^5.2.0",
"istanbul": "^0.4.5",
"coveralls": "^2.11.16",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"@types/node": "^7.0.5",
"@types/mocha": "^2.2.39"
"coveralls": "^2.13.1",
"mocha": "^3.4.1",
"mocha-lcov-reporter": "^1.3.0",
"@types/node": "^7.0.18",
"@types/mocha": "^2.2.41"
},
"extensionDependencies": [
],
Expand Down

0 comments on commit a35ed46

Please sign in to comment.