How can I commit some changes to a file, but not others, in VSCode?

前端 未结 5 1489
醉话见心
醉话见心 2020-12-22 19:53

VSCode has excellent git integration but I can\'t find a way to do partial commits. Basically, I want to be able to select specific changes in my files and stage them withou

5条回答
  •  离开以前
    2020-12-22 20:23

    This option has been moved to the palette:

    shift+command+P and type "stage selected ranges"

提交回复
热议问题