Calvin A. Allen

Results 22 comments of Calvin A. Allen

Going to attempt a PR to support 2022, stay tuned :)

@haacked - I've got the project restructured to support this, but running into issues getting the 2022 version to work. Almost all of the core code has been moved into...

LOL, I said that and then immediately figured out the issue. Of course. The new project, even though it was a VSIX, wasn't really doing any VSIX "stuff". Now it...

@haacked How do you like to do versioning? I don't follow SemVer in my extensions, and just use dates / build numbers, so my "art" is based on that, but...

Cool - I'll see what I can get working. Worse case scenario, push a tag with the version number in it, and we can just use that straight from the...

Haven't forgotten about this - planning to do this in the next couple weeks when I have some time off from work :)

Dependency Injection is a huge plus, to me. I've had to roll that myself to support it - same with logging and configuration / environmental configuration. EDIT: Why confused, @normj...

@normj Ha, okay. I was a little confused myself, trying to figure out what I said, lol.

@mrlacey This is extremely similar to what we're doing on CodeStream - i.e., a node backend that is spawned from a `LanguageClient` in Visual Studio. The same node backend is...

Hey, @merlinschumacher, looks like we're going to need some log files to dig into this one. Any chance you could grab those and send them to us? Instructions are here...