Robert Yawn

Results 2 issues of Robert Yawn

I dug up a list of icon names from `/resources/app/out/vs/base/browser/ui/octiconLabel/octicons/` and compiled it as JSON. I haven't determined (or put much thought into) the best way to expose them (seems...

The additional `hasOwnProperty` check is unneeded: - `Object.prototype.hasOwnProperty` checks if a property is found directly on an object (see [hasOwnProperty](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty)). - `Object.getOwnPropertyNames` returns all properties found directly on an object...