Tyler James Leonhardt
Tyler James Leonhardt
Continuing on from https://github.com/microsoft/vscode/pull/237993 We need the new Core contributed Sign up view to allow a GHE.com user to sign in. Right now, there is only one button and it...
I love this filter:  Can I also have in the editor itself somewhere?  Usecase: I want to filter down to only events I care about, but compare an...
### Summary of the new feature / enhancement Reviving https://github.com/PowerShell/PowerShell/issues/17663 I self-host daily builds with this in my Profile: ```pwsh #region Update PowerShell Daily $updateJob = Start-ThreadJob -ScriptBlock { Invoke-Expression...
Take a look at the docs on VS Code's built-in auth support: https://code.visualstudio.com/api/references/vscode-api#authentication You'll probably want `getSession`. It's way easier than having to manage a PAT.
With this change, we support being able to on-the-fly create an Auth Provider based on an oauth-authorization-server's metadata. MCP then leverages this because by following the MCP spec we can...
No errors occurred; it just hangs on "Just a moment" indefinitely after selecting my email address on the login screen.  _Originally posted by @BrunoCQ in https://github.com/microsoft/vscode/issues/240581#issuecomment-2656584537_
Please see this section of the spec: https://datatracker.ietf.org/doc/html/rfc8252#section-7.3 > Native apps that are able to open a port on the loopback network > interface without needing special permissions (typically, those...
Testing #6329 I would love to see unread notifications in the view as well - and the difference between read & unread notifications.
### Describe the Issue Don't write this stuff to user settings. ### Steps to Reproduce 1. use the Azure MCP server for the first time and select the subscriptions you...