Skip to content

Commit 6545e99

Browse files
committed
fixes #312
1 parent 67906c6 commit 6545e99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/script/frontend/debuger_factory.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ local function create_process_in_console(args, callback)
206206
console = 'new',
207207
cwd = args.cwd or fs.path(args.runtimeExecutable):parent_path(),
208208
suspended = true,
209+
searchPath = true,
209210
}
210211
if not process then
211212
return nil, err

0 commit comments

Comments
 (0)