Files
azuredatastudio/src
Kevin Cunnane e63bb6a8ec Fixes #2523
The IdGenerator was recreated each time and had a high likelihood of conflicts. Invitably after adding dozens or hundreds of icons you'll start seeing the CSS class replaced and overridden.

The solution is to do like elsewhere: have 1 const that is loaded on first import of the file and keeps a global track.

Side note is that it'd be a good idea to cache CSS rules with the same iconPath so we don't create lots of additional rules unnecessarily. If we reuse the same icon a bunch we should cache them - #2524 is tracking this.
2018-09-11 16:36:17 -07:00
..
2018-09-11 16:36:17 -07:00
2018-09-06 14:43:52 -07:00
2018-09-11 11:52:04 -07:00
2018-09-04 14:55:00 -07:00
2018-06-05 11:24:51 -07:00
2018-09-04 14:55:00 -07:00
2018-09-04 14:55:00 -07:00
2018-09-04 14:55:00 -07:00