Oscar Bark
Oscar Bark
> I looked into this today in my forked extension and found the issue and pushed a [fix](https://github.com/avaly/vscode-restore-git-branch-tabs/commit/3ea5af2263947dc2297663d55d5e8db1215f0a55) there. > > It's available in v1.0.1 of the [forked extension](https://marketplace.visualstudio.com/items?itemName=avaly.restore-git-branch-tabs-improved). Great...
I am interested in getting this PR merged!
Lovely repo, btw!
It would be a nice opt-in setting to have, but by default I oppose having the extension perform any git operations.
- Where in you _docfx.json_ are you adding `"enumSortOrder"`? For me, the following works (version 2.75): ```json5 "metadata": [ { // Other stuff "enumSortOrder": "declaringOrder" } ], ``` - Your...
I am very interested in this feature as well. # Feature proposal I propose extending the `record` config keys with a key called `recordSchedule` whose value is an array of...
Regarding the time range specifications: An alternative to the expressions proposed above could be to use [iCal rrules](https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html). This format seems more powerful and any expression always has a duration,...