calweb / atom-tachyons

Tachyon Support with snippets and autocompletion.
MIT License
17 stars 1 forks source link

Duplicate key error #2

Open chrisparana opened 6 years ago

chrisparana commented 6 years ago

I'm getting a duplicate key error for "Simple Large Type." Tried uninstalling and reinstalling the package, did not resolve the issue.

Failed to load snippets from '/Users/chrisparana/.atom/packages/atom-tachyons/snippets/components.cson' /Users/chrisparana/.atom/packages/atom-tachyons/snippets/components.cson: Duplicate key 'Simple Large Type'

Failed to load snippets from '/Users/chrisparana/.atom/packages/atom-tachyons/snippets/components-react.cson' /Users/chrisparana/.atom/packages/atom-tachyons/snippets/components-react.cson: Duplicate key 'Simple Large Type'

rickychilcott commented 6 years ago

It's right here: https://github.com/calweb/atom-tachyons/blob/master/snippets/components-react.cson#L476-L502

@chrisparana or @calweb can you remove the duplicate key, and/or do some Package Updates (#1) to fix this issue.

Looks like there are ~1k users of this plugin and that error at launch of atom is fun to deal with.