EasonMo
EasonMo
> I don't know why the OWNER didn't merge my PR. I tried contacting him on twitter, asking him to merge your commits, but it didn't seem to work.
@CRAG666 The problem still exists, the problematic code is in [commands.lua](https://github.com/CRAG666/code_runner.nvim/blob/main/lua/code_runner/commands.lua#L52C2-L56C6). ```lua -- Fallback to project or file type execution local context = get_project():run(false) if not context then get_filetype():run() end...
@seriiserii825 Please update the plugin. It should be fixed now.