blueimp / atom-open-terminal-here

Open the Terminal (Mac OS X, Linux) or Command Prompt (Windows) in the given directory via context menu or keyboard shortcut in the Atom text editor.
https://atom.io/packages/open-terminal-here
MIT License
47 stars 20 forks source link

Package.activateConfig is deprecated. #2

Closed aferrerdev closed 9 years ago

aferrerdev commented 9 years ago

Use a config schema instead. See the configuration section of https://atom.io/docs/latest/hacking-atom-package-word-count and https://atom.io/docs/api/latest/Config for more details

Package.activateConfig (C:\Users\Alex\AppData\Local\atom\app-1.0.2\resources\app.asar\src\package.js:265:11)
Package.activateNow (C:\Users\Alex\AppData\Local\atom\app-1.0.2\resources\app.asar\src\package.js:236:14)
<unknown> (C:\Users\Alex\AppData\Local\atom\app-1.0.2\resources\app.asar\src\package.js:772:25)
Emitter.emit (C:\Users\Alex\AppData\Local\atom\app-1.0.2\resources\app.asar\node_modules\event-kit\lib\emitter.js:82:11)
CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\Alex\AppData\Local\atom\app-1.0.2\resources\app.asar\src\command-registry.js:222:20)
handleCommandEvent (C:\Users\Alex\AppData\Local\atom\app-1.0.2\resources\app.asar\src\command-registry.js:3:61)
blueimp commented 9 years ago

Thanks for the report, @aferrerdev. I had the deprecation cop package disabled and didn't see this issue myself.

aferrerdev commented 9 years ago

No problem, always its a pleasure to help to improve and detect issues. Good night.