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

Does not install from VS-Code #51

Closed p0nce closed 7 years ago

p0nce commented 8 years ago

When I compile from source from VS-Code, the following build error happens:

../../../../../.dub/packages/dub-1.1.0-beta.1/dub/source/dub/internal/sdlang/lexer.d(16,8): Error: module stream is in file 'std/stream.d' which cannot be read
WebFreak001 commented 8 years ago

See https://github.com/dlang/dub/issues/952 https://github.com/Pure-D/code-d/issues/80

WebFreak001 commented 8 years ago

oops, wrong repository

WebFreak001 commented 7 years ago

Should be fixed now

p0nce commented 7 years ago

Thanks! Will try again :)