Skip to content

Commit

Permalink
docs(jsonnet): add session parameter to XDebug documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lcube45 authored and Toilal committed Jan 8, 2021
1 parent 8595c9f commit 5febad8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/features/jsonnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,10 @@ It will use the following `ddb` configuration to generate appropriate `environme
- `version`: The XDebug version to configure. If set to null, both XDebug 2 and 3 configurations will be set.
- type: number (2 or 3) or null
- default: null

- `session`: The XDebug idekey to configure. By default project-name, but you can set explicitly this value to set env vars PHP_IDE_CONFIG and XDEBUG_CONFIG.
- type: string
- default: project-name

!!! example
```json
ddb.Xdebug()
Expand Down

0 comments on commit 5febad8

Please sign in to comment.