Tyler James Leonhardt

Results 86 issues of Tyler James Leonhardt

I noticed that Start-Job returns an object that has a property that allows you to get the runspace: ``` $myJob = Start-Job -ScriptBlock { gci } $myJob.ChildJobs[0].Runspace Id Name ComputerName...

To help bootstrap those who want to use this 😃

enhancement

naturally we should be testing our stuff somehow.

enhancement

At this point it's just a couple of calls that are only used in the web. ```[tasklist] ### Tasks - [x] https://github.com/microsoft/vscode/blob/376cf9168f4305bfcba7a03839270ddb04e7ed59/src/vs/code/browser/workbench/workbench.ts#L31 - [x] https://github.com/microsoft/vscode/blob/376cf9168f4305bfcba7a03839270ddb04e7ed59/src/vs/workbench/services/authentication/browser/authenticationService.ts#L80C1-L80C1 - [ ] https://github.com/microsoft/vscode/blob/376cf9168f4305bfcba7a03839270ddb04e7ed59/src/vs/code/electron-main/auth.ts#L70-L71 ```

feature-request
debt
authentication

fixes https://github.com/microsoft/vscode/issues/187247

ref https://github.com/microsoft/vscode/issues/187247

## Summary of the new feature/enhancement In bash, you can do alias's like so: ```bash alias gb="git branch" ``` which is really useful for typing less. In PowerShell we can...

Issue-Enhancement
WG-Engine
WG-NeedsReview
KeepOpen

**Describe the bug** When you are `onStartupFinished` activated, you compete with vscode for start up time and as a result, you hurt vscode's full startup time in the process. It's...

[`winget`](https://docs.microsoft.com/en-us/windows/package-manager/winget/) is the new package manager on Windows. FiraCode should be installable via `winget`.

Hello :wave: I'm Tyler from the VS Code team. I'm opening this issue because you use the [keytar](https://github.com/atom/node-keytar) shim that VS Code provides. Keytar is [officially archived](https://github.com/atom/node-keytar) and not being...