Skip to content

Commit

Permalink
extension: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Sep 21, 2022
1 parent 120ef08 commit 244da6a
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 40 deletions.
4 changes: 3 additions & 1 deletion stylua-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ To view the changelog of the StyLua binary, see [here](https://github.com/Johnny

## [Unreleased]

## [1.4.0] - 2022-09-21

### Added

- Added `stylua.searchParentDirectories` to configure whether we look for configuration files in parent directories or not.
- Added `stylua.disableVersionCheck` to configure whether we call out to GitHub to check for newer versions. Useful if you do not want network requests
- Added v0.13 to release version setting
- Added v0.13, v0.14, v0.15 to release version setting

## [1.3.2] - 2022-03-07

Expand Down
132 changes: 94 additions & 38 deletions stylua-vscode/package-lock.json

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

3 changes: 2 additions & 1 deletion stylua-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MPL-2.0",
"icon": "assets/icon.png",
"version": "1.3.2",
"version": "1.4.0",
"engines": {
"vscode": "^1.53.0"
},
Expand Down Expand Up @@ -52,6 +52,7 @@
"default": "latest",
"enum": [
"latest",
"v0.15",
"v0.14",
"v0.13",
"v0.12",
Expand Down

0 comments on commit 244da6a

Please sign in to comment.