Diego Mateos

Results 100 issues of Diego Mateos

> I kind of already bumped #761 but my issue is not really about auto-complete although it could be nice. I feel like the extension is missing a command to...

enhancement

Right now, when you have the same file _(or simple equal filename?)_, new highlights get matched and colored only in the first editor (by creation order)... instead of the currently...

I use it a lot and its the only thing I miss from [e-clock](https://chrome.google.com/webstore/detail/e-clock/ojhhcfhabhligodffabdhcaoicecaboo). ![image](https://user-images.githubusercontent.com/26868611/236607325-c4989ea9-3fc7-4f02-8d8c-057c60be7b83.png) Thanks for the extension! cheers

I love the swiping up to increase time feature. I think it would be nice to have the option to swipe down to decrease session time too. Atm when I...

My fix to the issues related to https://github.com/JacquesLucke/blender_vscode/issues/140 * Logs the mapping json to a vscode logging output * Reorders the mappings to fix breakpoints being triggered in a read-only...

As stated in the changelog: > * Changed scope of `blender.executables` to `resource`. The value is firstly looked up in workspace settings before user settings. I would also make the...

enhancement

When blocking a url with a regex e.g. *://*vscode*/* and also using a redirect page e.g. https://vardecab.github.io/blocker/blocker.html, the browser errores with ERR_TOO_MANY_REDIRECTS. Basically the rule is being matched also after...

**Describe the bug** Currently the imgui mouse pos is updated whenever the widget window/window is active. But in the case of widgets windows it also makes sense to check the...

Fixes https://github.com/seanchas116/qtimgui/issues/52 * I took the approach of modifying the `isActive()` virtual function for only the widget and let the polymorphism do nothing new for windows. * I also modified...

Just wanted to share what I ended up using to fix the input as mentioned in https://github.com/seanchas116/qtimgui/issues/49 * Takes stuff from https://github.com/seanchas116/qtimgui/pull/44 * Is not as simple as https://github.com/seanchas116/qtimgui/pull/48 (havent...