Skip to content

Commit

Permalink
Deprecated announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Dec 18, 2020
1 parent b9e1639 commit b3a8115
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 63 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.1.20 (Dec 18, 2020)

* deplicated announcement
* upgrade libs

## 0.1.19 (Nov 14, 2020)

* bug fix - Type is detected as parameter. See [#113](https://github.com/kasecato/vscode-docomment/issues/113).
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

Generate XML documentation comments for Visual Studio Code.

## Deprecated Announcement

`C# for Visual Studio Code (powered by OmniSharp)` now officially supports the documentation comment from [v1.23.8](https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.23.8) (December 18th, 2020). You can use the official one by turning on `Editor: Format On Type`.

This extension will be deprecated in the future. Thanks to the users who have supported me so far.

## Usage

Expand Down
126 changes: 68 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docomment",
"version": "0.1.19",
"version": "0.1.20",
"publisher": "k--kato",
"engines": {
"vscode": "^1.40.0"
Expand Down Expand Up @@ -230,15 +230,15 @@
],
"dependencies": {},
"devDependencies": {
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.7",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.14",
"@types/vscode": "^1.40.0",
"coveralls": "^3.1.0",
"eslint": "^7.13.0",
"eslint": "^7.15.0",
"mocha": "^8.2.1",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"typescript": "^4.0.5",
"typescript": "^4.1.3",
"vscode-test": "^1.4.1"
},
"extensionDependencies": [],
Expand Down

0 comments on commit b3a8115

Please sign in to comment.