The ability to stay logged in to multiple GitHub accounts simultaneously. A simple account switcher within VSCode that can toggle between accounts for different features (e.g., Copilot, pull requests). Clear indicators showing which account is active for which feature, to prevent any accidental ac...
Free SKU flow does not work with multiple accounts (fix microsoft/vscode-copilot#11323) #236190 Merged bpasero merged 1 commit into main from ben/rare-tortoise Dec 16, 2024 +6 −2 Conversation 0 Commits 1 Checks 7 Files changed 1 Conversation Member bpasero commented Dec 16, 2024...
GitHubArtifactDownloadInput GitHubConnectionModel GitHubConnectionRepoModel GitHubConnectionReposBatchRequest GitImportFailedEvent GitImportGitSource GitImportRequest GitImportRequestParameters GitImportStatusDetail GitImportSucceededEvent GitImportTfvcSource GitItem GitItemDescriptor GitItemRequestData GitLastChangeItem ...
Workspace feature is great because we can grouping projects in a top context (microservices projects in a big API workspace). But, only one workspace can be open. This feature can be powerful if multiple workspaces can be open at the same time (in the same window). And another request : ...
GitHubArtifactDownloadInput GitHubConnectionModel GitHubConnectionRepoModel GitHubConnectionReposBatchRequest GitImportFailedEvent GitImportGitSource GitImportRequest GitImportRequestParameters GitImportStatusDetail GitImportSucceededEvent GitImportTfvcSource GitItem GitItemDescriptor GitItemRequestData GitLastChangeItem ...
GitHubArtifactDownloadInput GitHubConnectionModel GitHubConnectionRepoModel GitHubConnectionReposBatchRequest GitImportFailedEvent GitImportGitSource GitImportRequest GitImportRequestParameters GitImportStatusDetail GitImportSucceededEvent GitImportTfvcSource GitItem GitItemDescriptor GitItemRequestData GitLastChangeItem ...
microsoft / vscode Public Notifications Fork 29.7k Star 165k Commit Permalink Free SKU flow does not work with multiple accounts (fix microsoft/vsc… Browse files …ode-copilot#11323) (#236190) main (#236190) bpasero authored Dec 16, 2024 1 parent 7432213 commit 737e2ed ...
Type: Bug Apologies if this has already been asked. I run multiple monitors and use multiple desktops (win 11) each desktop being used for different projects. I've recently noticed that with VS code when I try and start a new instance (w...
Type: Bug While trying to run a Python file. This is what I can't do - run a interactive Python session inside VS Code And these are some of the error messages that prop up while using the same Python File - Couldn't start client Java La...
VsCode's code folding function works great, but I want to be able to configure which parts fold which parts. Like below JavaScript's jsDoc multi-line comment, I want it to be unfolded so I can see the structure of the overall code. I'm used to using shortcuts to fold code at the...