Closed SrMordred closed 7 years ago
Should maybe add this to the README. Also you can use git submodule update --init --recursive
on an already cloned repository to get the submodules
Last time I've tried to install on OSX, I had to patch the installer to get git submodules to be downloaded. Same issue probably?
yeah im gonna add it to the installer here and on vscode soon
Didn't mean to close this
Managed to install and use it on OSX! It's great! DCD warnings were a nice surprise. On the downside, the debugging didn't work out of the box, I haven't look into it yet.
you need to install code-debug, its a separate extension I made. Search for webfreak.debug and then also read the README on how to setup lldb for OSX for code-debug
Since libdparse are a submodule, it only clone with workdspace-d if --recursive option are added. (normal git clone leaves the libdparse dir empty) (I´m git noob, so if i´m saying something very stupid please ignore/edit )