sommerper / filetype-color

Adds colors to file names in the side bar and panes of Atom editor
MIT License
25 stars 14 forks source link

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

Open drwaky opened 9 years ago

drwaky 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 (/Applications/Atom.app/Contents/Resources/app/src/atom.js:54:11)
FiletypeColorView.initialize (/Users/waky/.atom/packages/filetype-color/lib/filetype-color-view.js:65:20)
inputsh commented 9 years ago

This is a duplicate of https://github.com/sommerper/filetype-color/issues/14.

jwhitcraft commented 9 years ago

see #36