We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0085694 commit 51e25fdCopy full SHA for 51e25fd
lua/code_runner/commands.lua
@@ -50,7 +50,7 @@ function M.run_code(filetype, user_argument)
50
end
51
52
-- Fallback to project or file type execution
53
- local context = get_project():run(false)
+ local context = get_project():run(nil, false)
54
if not context then
55
get_filetype():run()
56
0 commit comments