Skip to content

Commit

Permalink
Loosened Some Configuration Scopes (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony authored Jan 26, 2024
1 parent 84b783a commit 0422ba8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ needing to add options that most users will not need.
- `phpCodeSniffer.specialOptions.phpcsIntegrationPathOverride` option that allows for
overriding the path to the directory containing the extension's PHPCS integration.

### Changed
- All applicable configuration options should be able to be set at the folder level.

## [2.2.0] - 2023-11-07
### Fixed
- Workers should still be freed when PHPCS does not run.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"items": {
"type": "string"
},
"scope": "window"
"scope": "resource"
},
"phpCodeSniffer.lintAction": {
"type": "string",
Expand Down Expand Up @@ -115,13 +115,13 @@
"Uses the PSR-12 coding standard,",
"Uses the custom standard referenced in the custom ruleset option."
],
"scope": "window"
"scope": "resource"
},
"phpCodeSniffer.standardCustom": {
"type": "string",
"markdownDescription": "The custom coding standard to use if `#phpCodeSniffer.standard#` is set to 'Custom'.",
"default": "",
"scope": "window"
"scope": "resource"
},
"phpCodeSniffer.executable": {
"type": "string",
Expand Down Expand Up @@ -151,7 +151,7 @@
"items": {
"type": "string"
},
"scope": "window"
"scope": "resource"
}
}
},
Expand Down

0 comments on commit 0422ba8

Please sign in to comment.