sscotth / file-icon-supplement

Additional file extension icons for all themes including full color (soon) icons.
MIT License
5 stars 2 forks source link

Atom.Object.defineProperty.get is deprecated. #10

Closed svsudhir closed 9 years ago

svsudhir commented 9 years ago

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (C:\Users\Sudhir\AppData\Local\atom\app-0.177.0\resources\app\src\atom.js:54:11)
FileIconSupplementView.addTabClass (C:\Users\Sudhir\.atom\packages\file-icon-supplement\lib\file-icon-supplement-view.coffee:89:18)
sscotth commented 9 years ago

Closing: Dupe of #9