Skip to content

Commit

Permalink
Merge branch 'main' into develop-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeryan committed Sep 2, 2024
2 parents 611cf60 + 8f937cc commit 23ace1d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## <small>0.0.19 (2024-09-02)</small>

* fix: Error: spawn EINVAL (#129) ([f9f1352](https://github.com/valeryan/vscode-phpsab/commit/f9f1352)), closes [#129](https://github.com/valeryan/vscode-phpsab/issues/129) [#128](https://github.com/valeryan/vscode-phpsab/issues/128)
* chore(development): add commitizen, update docs (#116) ([d0117bc](https://github.com/valeryan/vscode-phpsab/commit/d0117bc)), closes [#116](https://github.com/valeryan/vscode-phpsab/issues/116)
* chore(release): bump version to v0.0.18 (#117) ([c528257](https://github.com/valeryan/vscode-phpsab/commit/c528257)), closes [#117](https://github.com/valeryan/vscode-phpsab/issues/117) [#108](https://github.com/valeryan/vscode-phpsab/issues/108)
* fix bad github name (#112) ([2270cef](https://github.com/valeryan/vscode-phpsab/commit/2270cef)), closes [#112](https://github.com/valeryan/vscode-phpsab/issues/112)


## <small>0.0.18 (2024-02-29)</small>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-phpsab",
"displayName": "PHP Sniffer & Beautifier",
"description": "PHP Sniffer & Beautifier for Visual Studio Code",
"version": "0.0.18",
"version": "0.0.19",
"icon": "php_logo.png",
"publisher": "valeryanm",
"homepage": "https://github.com/valeryan/vscode-phpsab",
Expand Down
1 change: 1 addition & 0 deletions src/services/sniffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const validate = async (document: TextDocument) => {
env: process.env,
encoding: 'utf8',
tty: true,
shell: true,
};
logger.info(
`SNIFFER COMMAND: ${resourceConf.snifferExecutablePath} ${lintArgs.join(' ')}`,
Expand Down

0 comments on commit 23ace1d

Please sign in to comment.