Commit graph

4 commits

Author SHA1 Message Date
Gaetan Lepage
b4ddb32288 plugins/dap: minor refactoring 2024-01-09 15:57:55 +01:00
traxys
8aa4b7e4ce
helpers: Add option helpers for types that are either a lua str or a value (#876)
Those types needed the following code in apply:

if builtins.isString value
then mkRaw value
else value

This commit avoids this boilerplate, and clarifies that the `str` is lua
code in the documentation.
2024-01-02 00:30:10 +01:00
Gaetan Lepage
19f39c3b1b plugins: swith to the new behaviour of mkRaw 2023-11-23 11:39:41 +01:00
Wolbyte
d025d14f4e
plugins/dap: init + extensions + tests (#455) 2023-07-03 21:04:46 +02:00