Re: code-d 0.10.1 released (D support for vscode)

2016-03-12 Thread Dmitry Olshansky via Digitalmars-d-announce
On 11-Mar-2016 23:03, WebFreak001 wrote: I just released a new version of code-d, it now supports projects without any dub.json file which some people probably will like. This is really useful for standalone projects with a custom build system like writing an OS/Kernel or other projects that

Re: code-d 0.10.1 released (D support for vscode)

2016-03-12 Thread WebFreak001 via Digitalmars-d-announce
Additionally if you use dub for your projects you can now get an additional package version manager from the vscode marketplace which makes sure your dependencies are up to date. ext install versionlens then open a dub.json file and you are ready to go Github:

Re: code-d 0.10.1 released (D support for vscode)

2016-03-12 Thread Dmitry via Digitalmars-d-announce
On Saturday, 12 March 2016 at 18:44:23 UTC, WebFreak001 wrote: Is it work only with GDC and LDC? Because with DMD it doesn't. Then where I can get GDC and LDC for Windows (of course, I'm about binaries)? P.S. Windows 7 x64 the debugger extension is using GDB or LLDB, just install one of

Re: code-d 0.10.1 released (D support for vscode)

2016-03-12 Thread WebFreak001 via Digitalmars-d-announce
On Saturday, 12 March 2016 at 18:57:41 UTC, Dmitry wrote: On Saturday, 12 March 2016 at 18:44:23 UTC, WebFreak001 wrote: Is it work only with GDC and LDC? Because with DMD it doesn't. Then where I can get GDC and LDC for Windows (of course, I'm about binaries)? P.S. Windows 7 x64 the

Re: code-d 0.10.1 released (D support for vscode)

2016-03-12 Thread WebFreak001 via Digitalmars-d-announce
On Saturday, 12 March 2016 at 18:41:23 UTC, Dmitry wrote: On Friday, 11 March 2016 at 20:03:47 UTC, WebFreak001 wrote: [...] After last update I have an exeption when close VSCode: https://dl.dropboxusercontent.com/u/78963719/D/forum/error.png [...] Error: http://pastebin.com/wqmkMw7c

Re: code-d 0.10.1 released (D support for vscode)

2016-03-12 Thread Dmitry via Digitalmars-d-announce
On Friday, 11 March 2016 at 20:03:47 UTC, WebFreak001 wrote: I just released a new version of code-d, it now supports projects without any dub.json file which some people probably will like. This is really useful for standalone projects with a custom build system like writing an OS/Kernel or