Henning Dieterichs
Henning Dieterichs
Nice. I was not aware of monacos advanced diff capabilities. However, after reviewing the HTML structure of GitHubs diff viewer, I think this feature is close to impossible for a...
Good catch! I'll try to fix it soon.
Thanks ;) I don't mind the color, actually. You can find the code [here](https://github.com/hediet/easy-attach/blob/master/src/cli.entry.ts#L10). I think I should just remove the color then... Btw. you don't need to copy the...
That makes sense! However, when the label picker is opened, you need to close it to accept the change (if you close the tab without closing the picker, the label...
> On second thought, can't do that because we'd have to query the entire storage to find them. It's best to store a single object like: I also prefer the...
Maybe it actually is not so hard to implement at least the milestone-on-click feature as a separate user-script. This works to trigger the milestone form: ```ts $("[data-menu-trigger=milestone-select-menu]").click() ``` And this...
Thanks for your PR! Can you please open an issue to describe the problem that this PR fixes?
Please also describe what you mean with "does not work as expected". Thank you!
Great idea! To test this change, we adopted the smoke-test to import `monaco-editor` (instead of `./esm/vs/editor/editor.api.js`), but unfortunately this breaks CI now. Can you look into it? Thank you!
> always call resource.toString(true) (skipEncoding) for all calls to model.uri.toString? This is already just a hack. File path -> uri was never intended to be a bijective map...