October 08, 2016
On Saturday, 8 October 2016 at 18:05:58 UTC, WebFreak001 wrote:
> Try deleting the executable from /Users/me/.vscode/extensions/code-d.../bin/workspace-d and then try to reinstall it again using code-d

I did.

October 08, 2016
On Saturday, 8 October 2016 at 19:08:10 UTC, bitwise wrote:
> On Saturday, 8 October 2016 at 18:05:58 UTC, WebFreak001 wrote:
>> Try deleting the executable from /Users/me/.vscode/extensions/code-d.../bin/workspace-d and then try to reinstall it again using code-d
>
> I did.

then try deleting at and manually installing it using

git clone git@github.com:Pure-D/workspace-d.git
dub build --build=release

and set the folder path to that executable
October 08, 2016
On Saturday, 8 October 2016 at 19:10:22 UTC, WebFreak001 wrote:

> git clone git@github.com:Pure-D/workspace-d.git

Done, but had to use this instead(some permission error):
git clone https://github.com/Pure-D/workspace-d

> dub build --build=release
> and set the folder path to that executable

The build seems to have worked, but I don't see any build output, and the console gives no indication of where it went.


October 08, 2016
On Saturday, 8 October 2016 at 19:43:07 UTC, bitwise wrote:
> On Saturday, 8 October 2016 at 19:10:22 UTC, WebFreak001 wrote:
>
>> git clone git@github.com:Pure-D/workspace-d.git
>
> Done, but had to use this instead(some permission error):
> git clone https://github.com/Pure-D/workspace-d
>
>> dub build --build=release
>> and set the folder path to that executable
>
> The build seems to have worked, but I don't see any build output, and the console gives no indication of where it went.

Can you make some recording of whats wrong with the developer tools open? (ctrl-shift-p -> developer tools)

Also I'm on the D as WebFreak001 if you want a more direct chat
October 08, 2016
On Saturday, 8 October 2016 at 19:46:17 UTC, WebFreak001 wrote:
> Also I'm on the D as WebFreak001 if you want a more direct chat

D irc on freenode* lol my messages today
October 08, 2016
On Saturday, 8 October 2016 at 19:46:17 UTC, WebFreak001 wrote:
> On Saturday, 8 October 2016 at 19:43:07 UTC, bitwise wrote:
>> On Saturday, 8 October 2016 at 19:10:22 UTC, WebFreak001 wrote:
>>
>>> git clone git@github.com:Pure-D/workspace-d.git
>>
>> Done, but had to use this instead(some permission error):
>> git clone https://github.com/Pure-D/workspace-d
>>
>>> dub build --build=release
>>> and set the folder path to that executable
>>
>> The build seems to have worked, but I don't see any build output, and the console gives no indication of where it went.

Sorry, I expected a "./bin" folder or something. "workspace-d" was sitting in the root folder.

I've set "d.workspacedPath" to the path of the new file and it seems to have suppressed the error, but completion still isn't working. When I open a single file, I get no errors, but when I put a d file in a folder and opened the folder with VSCode, I got this:

"Could not initialize DCD. See console for details!"
I've checked all the consoles I could find in VSCode, and can't find any details.

> Also I'm on the D as WebFreak001 if you want a more direct chat

I assume you mean #d? I'm there.

Thanks


October 09, 2016
On Wednesday, 5 October 2016 at 13:32:55 UTC, Rory McGuire wrote:
> I haven't used anything else since I started using Sublime because of CTRL+d (multi select the next match of my current selection) and fuzzy search of the available commands.

Both Atom and Vscode have the ctrl+d feature and should have the fuzzy features (I don't remember).

After all Atom and Vscode are open source clones of Sublime.
October 09, 2016
On Sunday, 9 October 2016 at 10:19:06 UTC, Wild wrote:
> After all Atom and Vscode are open source clones of Sublime.

Sublime is fast, unlike Atom and VSCode.
October 09, 2016
On Sunday, 9 October 2016 at 15:41:17 UTC, Dmitry wrote:
> On Sunday, 9 October 2016 at 10:19:06 UTC, Wild wrote:
>> After all Atom and Vscode are open source clones of Sublime.
>
> Sublime is fast, unlike Atom and VSCode.

Yeah I noticed that too when I started making sublime-d yesterday. Like instant startup time and no lags

So sublime plugin using workspace-d in progress: https://github.com/Pure-D/sublime-d
October 09, 2016
On Sunday, 9 October 2016 at 15:42:51 UTC, WebFreak001 wrote:
> On Sunday, 9 October 2016 at 15:41:17 UTC, Dmitry wrote:
>> On Sunday, 9 October 2016 at 10:19:06 UTC, Wild wrote:
>>> After all Atom and Vscode are open source clones of Sublime.
>>
>> Sublime is fast, unlike Atom and VSCode.
>
> Yeah I noticed that too when I started making sublime-d yesterday. Like instant startup time and no lags
>
> So sublime plugin using workspace-d in progress: https://github.com/Pure-D/sublime-d

Oh, great! Thank you!