Skip to content

Commit

Permalink
modify env settings descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bmewburn committed Jan 2, 2021
1 parent d17a633 commit 513483e
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 99 deletions.
184 changes: 87 additions & 97 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,15 +444,15 @@
},
"intelephense.environment.documentRoot": {
"type": "string",
"description": "The directory of the entry point to the application (directory of index.php). Can be absolute or relative to the workspace folder. Used for resolving script inclusion.",
"description": "The directory of the entry point to the application (directory of index.php). Can be absolute or relative to the workspace folder. Used for resolving script inclusion and path suggestions.",
"scope": "resource"
},
"intelephense.environment.includePaths": {
"type": "array",
"items": {
"type": "string"
},
"description": "The include paths (as individual absolute path items) as defined in the include_path ini setting or paths to external libraries. Used for resolving script inclusion and/or adding external symbols to folder.",
"description": "The include paths (as individual path items) as defined in the include_path ini setting or paths to external libraries. Can be absolute or relative to the workspace folder. Used for resolving script inclusion and/or adding external symbols to folder.",
"scope": "resource"
},
"intelephense.environment.phpVersion": {
Expand Down

0 comments on commit 513483e

Please sign in to comment.