Diego Mateos
Diego Mateos
I instintively tried to search inside the window to highlight what I was looking for, e.g. especific argument. Dunno how hard it would be to integrate VScode search api or...
Hey! I was looking for an option to toggle off and remove the extension from the right click menu: * I never use that feature and would like to declutter...
Vscode now supports opening detachable windows. I wanted to sync the scroll of just two side by side files in the detached window... but if I scroll in the main...
This allows to compile GLM using GLM_FORCE_XYZW_ONLY, which personally simplifies debugging etc.
> Ref https://github.com/cinder/Cinder/issues/2316 I simply removed the `_MSC_VER` check. Feel free to edit or discard. Cheers!
The following define has a an OR that ignores the c++ version check, it even ignores the `__has_include` check https://github.com/cinder/Cinder/blob/4e27a4a5e66fd63000e98afa09d0d0419119ee6b/include/cinder/Filesystem.h#L27-L33 > probably there is no need to check for MSVC...
I may try to add plane cuts for cells and plane walls for containers and later provide a PR. Not all virtual walls as in #3 but for me very...
`face_orders` was define but looks like you forgot to implement it :)
**Describe the feature that you'd like** VS Code has a fairly new multi-diff view feature: https://code.visualstudio.com/updates/v1_86#_review-multiple-files-in-diff-editor It'd be nice if this extension added a button to open it for any...
I would love a silent mode. I basically have a pdf viewer opened that refreshes the file changed from disk, so the notification is reduntant and a bit annoying (I...