push my previous commit. I have also see it work where I did not have to follow the last step (I assume that the changes I committed locally were the same as someone else committed to remote, so there wasn't any actual changes to push). After this, I was able to work with my tea...
Testing #217398 It'd be cool if I could right click on one of the commits and revert or reset it in case I accidentally commit or something.
The problem Every time that we upgrade the VSCode fork, we have to resolve many merge conflicts that arise from changes...
Paul Slaughterchanged the description10 months agoCompare with previous version Paul Slaughtermentioned in commit2deddc1110 months ago Paul Slaughtermentioned in merge requestgitlab-web-ide-vscode-fork!79 (merged)10 months ago Paul Slaughterchanged the description10 months agoCompare with previous version...
This reverts commit714ce79. sandy081self-assigned thisApr 16, 2024 sandy081enabled auto-merge (squash)April 16, 2024 07:23 vscodenpaadded this to theApril 2024milestoneApr 16, 2024 lszomoruapproved these changesApr 16, 2024 View reviewed changes ...
microsoft/vscodePublic NotificationsYou must be signed in to change notification settings Fork28.4k Star162k New issue Merged lszomorumerged 1 commit intomainfromlszomoru/structural-mole Nov 24, 2023 +2−2 Member lszomorucommentedNov 24, 2023 ...
// prompt the user if we want to commit all or not 2116- constmessage=l10n.t('There are no staged changes to commit.\n\nWould you like to stage all your changes and commit them directly?'); 2117- constyes=l10n.t('Yes');
microsoft/vscodePublic NotificationsYou must be signed in to change notification settings Fork28.3k Star161k New issue Merged rzhao271merged 1 commit intorelease/1.88fromconnor4312/209693-candidate Apr 8, 2024 Member connor4312commentedApr 5, 2024 ...
rzhao271 committed Jul 26, 2021 1 parent f1a91d2 commit ffceebb Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 test/integration/browser/src/index.ts Original file line numberDiff line numberDiff line...
Modified paths.lengths to paths.length > 0 to be consistent with the previous PR adding chunk splitting. (TS 3.7 would allow for this to be paths?.length) Is using a limiter necessary for either of the 2 functions? If the revert command throws an error, is it necessary to deal with an...