Tyler James Leonhardt
Tyler James Leonhardt
Unfortunately, due to a whole class of issues caused by the native broker https://github.com/microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-authentication+label%3Abug+label%3Aupstream I just don't feel comfortable removing the classic implementation yet... so it's postponed for now.
# Summary of Status ## VS Code Desktop 🏃 ### Current status Microsoft Authentication using MSAL is currently on by-default, using MSAL Node. This will go through the broker in...
This should be working now. I forgot to add a redirect uri to the client id configuration
Steps: * Install [Fugio](https://marketplace.visualstudio.com/items?itemName=TylerLeonhardt.fugio) * Run `Fugio: Mint Token` * `microsoft` * `VSCODE_CLIENT_ID:a4fd7674-4ebd-4dbc-831c-338314dd459e VSCODE_TENANT:common profile` It should take you through the flow to mint a token
@chrmarti you have to include `createIfNone: true` to get the session picker. Otherwise it just silently clears the preference... that's how it works today, not saying it _should_ work that...
@rkeithhill Yeah what you're describing is exactly what we want. I like the idea of a CONTRIBUTING.md being the top-level contributing guide (coding style, how to PR, expectations for a...
... possibly. I need to speak to the vscode folks to see if they have any ideas. My thinking is that `[System.Console]::OutputEncoding` is somehow related to the `chcp` output... In...
I'll quote @rjmholt on this... "Encoding is a tar pit" 😅
We saw this once in `#websearch` and haven't seen it since. I'll mark this as verified.
It's the ones without a scheme but a port. Nice find. This code changed recently due to [a security vulnerability](https://github.com/microsoft/vscode/issues/248848)... where wildcards were leaking in to other parts of the...