Tyler James Leonhardt

Results 627 comments of Tyler James Leonhardt

> Maybe use a dynamic parameter to detect Windows, and make the option only available on that platform? The consistency-obsessed guy in me is scared of this tbh... but the...

We'll need this issue fixed for https://github.com/Windos/PoshNotify/issues/9

Hi @virtuallyunknown sorry for the delay here. I have done some work recently to improve the experience. I'm curious if it fixes the issue you're seeing. You can try out...

We've just released VS Code 1.92 & Copilot Chat 0.18. (should be available in a moment if it's not already) 1. Can you try with that? It has some auth...

Unfortunately, we cannot do this at this time. We use a [GitHub OAuth App](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps) and it doesn't and won't support the granularity of access per-repo. After numerous discussions with GitHub,...

@rjgotten can you elaborate on how you got the faking of `@types/node` to work? Did you update _your_ package.json's devDeps with the fake `@types/node` or do you script updating MSAL.js's...

Got it working with this in my `tsconfig.json`: ```jsonc "compilerOptions": { // ... // HACK to workaround: https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/6269 "typeRoots": ["packages/@types"], "types": ["node"] } ``` where the `packages/@types/node` folder had: *...

For Copilot Chat, our line of code would have shown: ``` GitHub Copilot could not connect to server. Extension activation failed: .... ``` But instead you say that it says...

@furmangg are you still seeing this? I am not able to repro. Chrome works just fine.