Skip to content

Commit

Permalink
Merge pull request #179 from neild3r/vscode-web
Browse files Browse the repository at this point in the history
Make changes to help support vscode web
  • Loading branch information
neild3r committed Aug 18, 2021
2 parents 9542f79 + c0790c4 commit 2f5cb2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

All notable changes to the "php-docblocker" extension will be documented in this file.

## [2.2.2] - 2021-10-18
- Improve compatability with vscode web

## [2.2.1] - 2021-10-17
- Supported workspace trust - Thanks @tianyiw2013
- Add case insensitive matching - Thanks @tianyiw2013
Expand Down Expand Up @@ -121,7 +124,8 @@ All notable changes to the "php-docblocker" extension will be documented in this
## 0.1.0 - 2017-03-12
- Initial release

[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.1...HEAD
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.2...HEAD
[2.2.2]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.0.1...v2.1.0
Expand Down
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "php-docblocker",
"displayName": "PHP DocBlocker",
"description": "A simple, dependency free PHP specific DocBlocking package",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"publisher": "neilbrayfield",
"author": "Neil Brayfield <dev@brayfield.uk>",
Expand Down Expand Up @@ -33,7 +33,12 @@
"supported": true
}
},
"extensionKind": [
"workspace",
"ui"
],
"icon": "images/logo.png",
"browser": "./out/src/extension.js",
"main": "./out/src/extension.js",
"contributes": {
"commands": [
Expand Down

0 comments on commit 2f5cb2c

Please sign in to comment.