PsychoDevThailand / language-mql5

mql5 mql4 mqh language support in Atom.
MIT License
8 stars 6 forks source link

language-mql5.cson: Duplicate key '.source.mql5' #2

Open OscarB7 opened 6 years ago

OscarB7 commented 6 years ago

I got an error about ".source.mql5" was duplicate and fixed it by commenting this line. Please take a look.

Error message:

Failed to load snippets from 'C:\Users\Oscar Blanco.atom\packages\language-mql5\snippets\language-mql5.cson' .atom\packages\language-mql5\snippets\language-mql5.cson: Duplicate key '.source.mql5'

2018-08-19 11_01_45-language-mql5 cson c__users_oscar blanco_ atom_packages_language-mql5_snippets

Duplicate line:

https://github.com/PsychoDevThailand/language-mql5/blob/3060ad78fb3ea4c2a5dee837b5118c4781f91f02/snippets/language-mql5.cson#L77

ghost commented 6 years ago

Same issue is with me. 🥇

ghost commented 6 years ago

now, I have fixed it by renaming the key in language-mql5.cson file

brunocoelho commented 5 years ago

Same error here, solved it removing this line https://github.com/PsychoDevThailand/language-mql5/blob/master/snippets/language-mql5.cson#L77

brunocoelho commented 5 years ago

@PsychoDevThailand Do you think removing this line is enough?

jason-linthwaite commented 5 years ago

Same here. I removed it and worked for me. Merge ?!