Hi there, this was working great until recently. Now when I try and drag an image into the markdown file tab the image tab can only shift left/right amongst the other tabs, I cannot drag the actual image onto the markdown file?
I am getting the following error reports:
Use activationCommands instead of activationEvents in your package.json
Commands should be grouped by selector as follows:
"activationCommands": {
"atom-workspace": ["foo:bar", "foo:baz"],
"atom-text-editor": ["foo:quux"]
}
Package.getActivationCommands (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:806:9)
Package.hasActivationCommands (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:731:20)
<unknown> (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:185:24)
Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:163:15)
Package.load (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:177:12)
PackageManager.loadPackage (/Applications/Atom.app/Contents/Resources/app.asar/src/package-manager.js:355:14)
Hi there, this was working great until recently. Now when I try and drag an image into the markdown file tab the image tab can only shift left/right amongst the other tabs, I cannot drag the actual image onto the markdown file?
I am getting the following error reports:
Use
activationCommandsinstead ofactivationEventsin your package.jsonCommands should be grouped by selector as follows: