microsoft / microsoft/vscode-pull-request-github
Continuously trying to push changes (and fail)
未关闭
@lszomoru 已经在做这个了。
开始于 2026年5月14日。
- 主要语言
- TypeScript
- 星标
- 2.6k
- 派生
- 795
- 平均合并
- 1 天 4 小时
- 30 天内合并 PR
- 46
描述
Type: Bug
Continuously trying to push changes even though they were pushed already, and the PR UI has been opened from the link in push summary
Reproduction is rather simple.
$ git fetch github --prune
$ git switch -c stage-test github/HEAD
$ git commit --allow-empty -m "Test commit"
$ git push github stage-test:stage-test # actually, push.default = current
$ git status
On branch stage-test
Your branch is ahead of 'github/master' by 1 commit.
(use "git push" to publish your local commits)
Trying to submit a PR using the UI leads to the following message:
[Window Title]
Visual Studio Code
[Content]
You have 1 unpushed commit(s) on 'stage-test'.
Do you want to push them before creating the pull request?
[Push Commits] [Continue Without Pushing] [Cancel]
If you are trying to Push Commits, it does literally nothing.
If you try to Continue Without Pushing, the next message appears:
[Window Title]
Visual Studio Code
[Content]
There are no commits between 'HEAD' and 'AnrDaemon:stage-5'.
Do you want to push your local commits and create the pull request?
[Push Commits] [Cancel]
Extension version: 0.144.0
VS Code version: Code 1.119.1 (974500e64f0d1cfdf7c9821a2a51c2cb3bf0e561, 2026-05-12T01:20:22+09:00)
OS version: Windows_NT x64 10.0.19045
Modes:
System Info
| Item | Value |
|---|---|
| CPUs | Intel(R) Xeon(R) CPU E5-2667 v4 @ 3.20GHz (16 x 3193) |
| GPU Status | 2d_canvas: enabled GPU0: VENDOR= 0x10de, DEVICE=0x0fc1 [NVIDIA GeForce GT 640], DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=30.0.14.7506 ACTIVE GPU1: VENDOR= 0x1414, DEVICE=0x008c [Microsoft Basic Render Driver], DRIVER_VERSION=10.0.19041.5794 Machine model name: Machine model version: direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok skia_graphite: disabled_off trees_in_viz: disabled_off video_decode: enabled video_encode: enabled webgl: enabled webgl2: enabled webgpu: enabled webnn: disabled_off |
| Load (avg) | undefined |
| Memory (System) | 31.85GB (16.93GB free) |
| Process Argv | C:\Users\anrdaemon\Documents\_java\Hexlet\5k.TaskManager --log vscode.git=trace |
| Screen Reader | no |
| VM | 0% |
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。