sommerper / filetype-color

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

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

Open thebeachdev opened 9 years ago

thebeachdev 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/Anvil/.atom/packages/filetype-color/lib/filetype-color-view.js:61:20)
konabuta commented 9 years ago

Any update on this issue ?

sommerper commented 9 years ago

I currently don't have much time to fix this but feel free to make a pull request if you want to fix it.

thebeachdev commented 9 years ago

I’m sorry, new to web development, and I’m not even sure what I did or how i did it. I would try to fix it, but I don’t know where to begin.

jwhitcraft commented 9 years ago

@sommerper see #36