execjosh / atom-file-types

Specify additional file types for languages.
https://atom.io/packages/file-types
MIT License
52 stars 15 forks source link

Workspace.getEditors is deprecated. #23

Closed kevwil closed 9 years ago

kevwil commented 9 years ago

Use Workspace::getTextEditors instead

Workspace.getEditors (/Users/willkd9/Applications/Atom.app/Contents/Resources/app.asar/src/workspace.js:977:7)
<unknown> (/Users/willkd9/.atom/packages/file-types/lib/file-types.coffee:21:6)
Config.observeKeyPath (/Users/willkd9/Applications/Atom.app/Contents/Resources/app.asar/src/config.js:555:7)
Config.observe (/Users/willkd9/Applications/Atom.app/Contents/Resources/app.asar/src/config.js:135:21)
Object.activate (/Users/willkd9/.atom/packages/file-types/lib/file-types.coffee:19:27)
Package.activateNow (/Users/willkd9/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:238:19)