f / atom-bootstrap3

Twitter Bootstrap 3 Snippets for Atom
MIT License
81 stars 34 forks source link

2 calls to deprecated methods #18

Closed ingcrengifo closed 9 years ago

ingcrengifo commented 9 years ago

I get the following error after installing the bootstrap snippet.

atom-bootstrap3 (2 deprecations) Store package settings files in the settings/ directory instead of scoped-properties/ Called 1 time Package.loadSettings - C:\Users\CRISTIAN\AppData\Local\atom\app-0.196.0\resources\app.asar\src\package.js:566:9

"activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } Called 1 time Package.getActivationCommands - C:\Users\CRISTIAN\AppData\Local\atom\app-0.196.0\resources\app.asar\src\package.js:790:9 Package.hasActivationCommands - C:\Users\CRISTIAN\AppData\Local\atom\app-0.196.0\resources\app.asar\src\package.js:715:20

iarief commented 9 years ago

what version did you use? this should have been resolved in the last commit

ingcrengifo commented 9 years ago

upgrade and fix. many Thanks