Burke Holland

Results 9 comments of Burke Holland

An example of where this is needed is if you have a list of items that you want to be able to reorder. Reordering the items will trigger a scroll,...

This is kinda related to #8. I think it's ok to set it in the workspace settings. If you set any other colors there, they will also change for other...

This is true, but if you change any other color in the editor, I will get that too. What makes the title bar special?

What if we allow both? Set it for everyone in workspace settings, or read from editorconfig? Editorconfig would override workspace settings. This would address #8 as well and is something...

Hit this same issue today. #### Works ```` "vscode-edge-devtools.userDataDir": "C:/Users/buhollan/AppData/Local/Microsoft/Edge/User Data" ```` #### Does not work Launches with the temp profile ```` "vscode-edge-devtools.userDataDir": "C:/Users/buhollan/AppData/Local/Microsoft/Edge/User Data/Profile 2" ```` How can we...

Done some digging and I've determined that this is actually a function of the SlideContainer extending the AbsoluteLayout. Labels do not wrap in AbsoluteLayouts. I'm going to investigate this further...

This kind of functionality would be paramount for testing API methods with something like Axios. Rarely does anyone just plain JS for most things in JavaScript.

I'm experiencing this behavior as well. I've ended up architecting my app around anything that doesn't force me to do a full page reload (I.e. avoiding stores) because the reload...

FWIW, I'm using 1.1.3 with 18.17.0 without issue. App is a Vite/Vue application.