favish / atom-drupal

Drupal snippets, filetypes and hotkeys for the Atom Editor
MIT License
28 stars 14 forks source link

Failed to load snippets from '/Users/[user]/.atom/packages/drupal/snippets/commerce.cson' #17

Closed truls1502 closed 6 years ago

truls1502 commented 6 years ago

I got a red error message which stated _/Users/[user]/.atom/packages/drupal/snippets/commerce.cson: Duplicate key 'h.commerce_entity_create_alter()'_ once I open the Atom program.

I am using the latest version of Atom: 1.26.1

a-mawlawi commented 6 years ago

I got the same error.

aoristos commented 6 years ago

I found a sequence of duplicate code in the file 'commerce.cson' (lines 70-76 are identical with lines 81-87) The duplicate sequence can be deleted (or commented) to omit the error message.

seraching for duplicate sequence: commerce_entity_create search duplicated snippet

commenting the duplicate sequence: commerce_entity_create duplicated snippet