Skip to content

Commit

Permalink
update description of option
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Mar 23, 2024
1 parent 55c1b08 commit b852a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"phpstan.enableLanguageServer": {
"type": "boolean",
"description": "Enable language server that provides on-hover type information. Disable this if you have a custom PHPStan binary that runs on another filesystem (such as Docker). Does not work with PHPStan Pro enabled or for PHPStan version < 1.8.0.",
"description": "Enable language server that provides on-hover type information. Disable this if you have a custom PHPStan binary that runs on another filesystem (such as Docker) or if you run into caching problems. Does not work with PHPStan Pro enabled or for PHPStan version < 1.8.0.",
"default": false
},
"phpstan.ignoreErrors": {
Expand Down Expand Up @@ -302,4 +302,4 @@
"dependencies": {
"tmp-promise": "^3.0.3"
}
}
}
2 changes: 1 addition & 1 deletion shared/commands/defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const config = {
jsonDefinition: {
type: 'boolean',
description:
'Enable language server that provides on-hover type information. Disable this if you have a custom PHPStan binary that runs on another filesystem (such as Docker). Does not work with PHPStan Pro enabled or for PHPStan version < 1.8.0.',
'Enable language server that provides on-hover type information. Disable this if you have a custom PHPStan binary that runs on another filesystem (such as Docker) or if you run into caching problems. Does not work with PHPStan Pro enabled or for PHPStan version < 1.8.0.',
default: false,
},
},
Expand Down

0 comments on commit b852a0f

Please sign in to comment.