master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 5fff121742 - Show all commits

View File

@@ -154,8 +154,7 @@ return {
type = 'server',
port = '${port}',
executable = {
-- CHANGE THIS to your path!
command = masonpath .. '/bin/codelldb.cmd',
command = require'mason-core.path'.bin_prefix'codelldb';
args = { '--port', '${port}' },
-- On windows you may have to uncomment this: