You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Lua: Export Document" -> Should generate markdown files after choosing the output folder.
Actual Behaviour
Nothing renders
Reproduction steps
Open a lua file
press ctl + shift + p
select "Lua: Export Document"
choose a folder
no output generated.
Additional Notes
This may be user error, if so, no notification provided by the extension.
I'm using LuaJIT as the interpreter.
Log
script/cli/doc.lua:287: bad argument #1 to 'path' (bee::path expected, got nil)
stack traceback:
[C]: in function 'bee.filesystem.path'
script/cli/doc.lua:287: in upvalue 'collectConfig'
script/cli/doc.lua:300: in function 'cli.doc.export'
script/cli/doc.lua:354: in function 'cli.doc.makeDoc'
script/core/command/exportDocument.lua:11: in function 'core.command.exportDocument'
script/provider/provider.lua:984: in function <script/provider/provider.lua:962>
[C]: in function 'xpcall'
script/proto/proto.lua:200: in function <script/proto/proto.lua:175>
The text was updated successfully, but these errors were encountered:
Which OS are you using?
Linux
Expected Behaviour
"Lua: Export Document" -> Should generate markdown files after choosing the output folder.
Actual Behaviour
Nothing renders
Reproduction steps
ctl + shift + p
no output generated.
Additional Notes
Log
The text was updated successfully, but these errors were encountered: