mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
44f596334a
DAP follows the same strict TypeScript interface syntax as LSP which states: > The document uses TypeScript interfaces in strict mode to describe > these. This means for example that a `null` value has to be explicitly > listed and that a mandatory property must be listed even if a falsify > value might exist. So we have to skip serializing any fields that end in `?` instead of passing `null`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |