Pure-D / workspace-d

CLI deprecated, API + functionality moved into https://github.com/Pure-D/serve-d
MIT License
75 stars 15 forks source link

git clone not working, solve with --recursive #58

Closed SrMordred closed 7 years ago

SrMordred commented 7 years ago

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 )

WebFreak001 commented 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

p0nce commented 7 years ago

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?

WebFreak001 commented 7 years ago

yeah im gonna add it to the installer here and on vscode soon

WebFreak001 commented 7 years ago

64

WebFreak001 commented 7 years ago

Didn't mean to close this

p0nce commented 7 years ago

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.

WebFreak001 commented 7 years ago

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