Skip to content

Commit

Permalink
Merge pull request #180 from neild3r/vscode-web-test
Browse files Browse the repository at this point in the history
Remove FS module usage in main code
  • Loading branch information
neild3r authored Aug 18, 2021
2 parents 6df8395 + 1f60453 commit a02c877
Show file tree
Hide file tree
Showing 8 changed files with 1,047 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
.vscode-test
.vscode-test-web
.nyc_output
out
node_modules
Expand Down
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.vscode/**
.vscode-test/**
.vscode-test-web/**
node_modules/**
coverage/**
out/test/**
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [2.2.3] - 2021-10-18
- Remove usage of FS module to fix start up errors in vscode web

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

Expand Down Expand Up @@ -124,7 +127,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.2...HEAD
[Unreleased]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.3...HEAD
[2.2.3]: https://github.com/neild3r/vscode-php-docblocker/compare/v2.2.2...v2.2.3
[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
Expand Down
Loading

0 comments on commit a02c877

Please sign in to comment.