atom / snippets

Atom snippets package
MIT License
205 stars 101 forks source link

Invalid snippet files generates a notification that never disappears! #165

Closed shawninder closed 6 years ago

shawninder commented 9 years ago

Repro:

  1. Open your snippets
  2. Write some invalid CSON and save
  3. Notice the big red error notification
  4. Remove the error and save again
  5. EXPECT the warning to disappear
  6. OBSERVE that it stays there forever
50Wliu commented 6 years ago

This is intentional. Notifications have no state and cannot be modified once created.