Results 27 issues of Matías Cánepa

fixes #1979

Bug
Comp: Dialog
Behavior shared with 1.12
Needs tests

Having this CSS: ``` * { box-sizing: border-box; } ``` If you try to resize a dialog, then the inner content (ui-dialog-content) is resized wrongly See this fiddle: [http://jsfiddle.net/QBqff/2/](http://jsfiddle.net/QBqff/2/) A...

Bug
Comp: Dialog
Comp: Resizable
Behavior shared with 1.12

Inside a dialog when start scrolling it's content, if a selectmenu was opened, the items container shows like a fixed element. Steps: 1) Click on select menu to show items...

Bug
Comp: Datepicker
Comp: Dialog
Behavior shared with 1.12

Is it possible to change default color? Right now I get a gray folder and I would like to change it to a yellowish color In atom I can do...

First of all I must tell you that this is fantastic, congratulations for such a nice work. I have an issue that I'm not sure if can be corrected via...

One one hand, there are differences between this theme and Atoms' (we previously agreed that they could be kind of different) but there also differences between the theme itself Here's...

bug

One one hand, there are differences between this theme and Atoms' but there also differences between the theme itself Here's a sample image... ![js_atom_vs_vsc](https://user-images.githubusercontent.com/25961439/115065288-544c5780-9ec4-11eb-8420-9ad3455ba236.png) I think that: - `BaseObject` shoud...

color-inconsistency

Sorry for this, but the more I use visual studio code, the more I see this differences... just as #131 and #132, these gutters should match ``` "workbench.colorCustomizations": { "editorOverviewRuler.addedBackground":...

workbench

just as #131, those gutters should match "workbench.colorCustomizations": { "minimapGutter.addedBackground": "#XXX", "minimapGutter.deletedBackground": "#XXX", "minimapGutter.modifiedBackground": "#XXX", },

workbench

This theme should alter [gutter indicators](https://code.visualstudio.com/docs/editor/versioncontrol#_gutter-indicators) as well Here is what I've edited in settings.json to match Atom's colors ``` "workbench.colorCustomizations": { "editorGutter.addedBackground": "#109868", "editorGutter.deletedBackground": "#9A353D", "editorGutter.modifiedBackground": "#948B60", } ```...

workbench