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. #18

Open julian-linux opened 9 years ago

julian-linux 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\FGA\AppData\Local\atom\app-0.183.0\resources\app\src\atom.js:54:11)
FiletypeColorView.initialize (C:\Users\FGA\.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