When I try to swich git branch in VSCode, it will crash. But when I switch branch in outer terminal, it wouldn't. Maybe vscode will simultaneously fetch the change of files and it will cost most of the bandwidth. VSCodeTriageBotassignedlszomoruJun 13, 2024 ...
switch-to-gitlab/rescript-vscodemaster 15 Branches57 TagsCode This branch is 16 commits behind rescript-lang/rescript-vscode:master.Folders and filesLatest commit nojaf Getting started (rescript-lang#1040) f173347· Oct 8, 2024 History2,405 Commits...
Type: Bug Go to Source Control Expand Remote origin, branches Select "Create & Switch to Branch" Branch name is no longer populated VS Code version: Code 1.94.1 (e10f2369d0d9614a452462f2e01cdc4aa9486296, 2024-10-05T05:44:32.189Z) OS vers...
VSCodeTriageBotassignedlszomoruMay 27, 2024 lszomoruaddedbugIssue identified by VS Code Team member as probable buggitGIT issueslabelsMay 27, 2024 lszomoruadded this to theOn DeckmilestoneMay 27, 2024 fireattackchanged the titleGit fails to switch to remote branch with the same name as a local...
Type: Bug Open 'source control' => Click switch to another branch => choose 'Create new branch' in menu => Choose source branch =>X XXXX Enter branch name XXXX (no this step) expect: enter new branch name (like it was before) result: swi...
VSCode Version: version 1.19 OS Version: macOS 10.13.1 Steps to Reproduce: open iTerm, cd to the project folder and use code . to open in VSCode switch git branch in iTerm the file explorer in left doesn't update use code --disable-extensions to open it again, it fixed use code . ...
1 Branch0 TagsCode Folders and filesLatest commit mfripp Make README.md more specific 23dcf0a· Jan 3, 2025 History82 Commits .vscode Initial webview commit Aug 21, 2023 resources Initial webview commit Aug 21, 2023 src better error handling for switch info switch not found Nov 10, 2023...
Issue Type: Bug I have a workspace with 2 projects in it. When I switch one of the projects branch, all the projects in the workspace will get switched to the same branch. This didn't happen in the previous version, and I couldn't find a...
reference: GitReference; name: string; flags: CreateFlags[]; suggestNameOnly?: boolean; } type DeleteFlags = '--force' | '--remotes'; @@ -151,7 +153,7 @@ export class BranchGitCommand extends QuickCommand { counter++; } if (args.state.name != null) { if (!args.state.suggestNam...
VSCode Version: Version 1.31.1 (1.31.1) OS Version: MacOS Version 10.14.3 Steps to Reproduce: Open MacOS Terminal. Go to project folder. Open folder with VSCode: $ code . Switch to another branch: $ git checkout anotherbranch VSCode shows error: Unable to open: <file-name>: file not...