Tyler James Leonhardt

Results 370 comments of Tyler James Leonhardt

Expanding on the issue... The script could accept a `tags` parameter where you could specify "JavaScript" or "game dev" or whatever and it would filter this repo to just those...

Oh nice! So this looks like it's mainly for maintaining this repo, is that right? You'd run the cli to add a new streamer and then regenerate the markdown?

That's sweet! Using json in code is so much better than parsing Markdown 😉

Is such extensibility needed with the trade off of an extension that will always be activated even when it's not used?

@lostintangent maybe I'm missing something in this scenario but this should work: myExtension has the following in the package.json: ```json "activationEvents": [ "onCommand:activation-test.helloWorld" ], "extensionDependencies": [ "tyler.myOtherExtension" ], ``` myOtherExtension...

> but then if CodeSwing introduced a new base file name, the companion extension wouldn't properly activate for it Why would this companion extension want to activate for some new...

I read the Wiki's section in the readme... it looks like these status bars are added when: * The folder is named `foo-wiki` * The folder contains a `gistpad.json` or...

Actually I'm not sure... I think trying `workspaceContains:*-wiki` for the former case might be worth trying but I doubt it works.

Hello everyone 👋 I work on the PowerShell team and wanted to say a couple things: 1. BaGet is amazing. A really sleek NuGet server AND client that works on...

@VertigoRay there's no frontend for that one is there?