We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b466330 commit 4a16124Copy full SHA for 4a16124
lib/snippets.js
@@ -218,6 +218,7 @@ module.exports = {
218
loadPackageSnippets (callback) {
219
const disabledPackageNames = atom.config.get('core.packagesWithSnippetsDisabled') || []
220
const packages = atom.packages.getLoadedPackages().sort((pack, _) => {
221
+ console.log(pack.path);
222
return /\/app\.asar\/node_modules\//.test(pack.path) ? -1 : 1
223
})
224
0 commit comments