microsoft / microsoft/vscode-pull-request-github

Continuously trying to push changes (and fail)

オープン
#8,748 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@lszomoru がすでに取り組んでいます。

2026年5月14日 から。

主要言語
TypeScript
スター
2.6k
フォーク
795
平均マージ
1日 4時間
マージ済み PR(30日)
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%

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。