jupyterlab-contrib / spellchecker

Spellchecker for JupyterLab notebook markdown cells and file editor.
BSD 3-Clause "New" or "Revised" License
204 stars 20 forks source link

Ignore does not work for file extensions #81

Open krassowski opened 3 years ago

krassowski commented 3 years ago

To reproduce:

  1. Create a markdown cell with text: "test.csv"
  2. See csv highlighted as an unknown word
  3. Try to ignore it from context menu
  4. See that it gets added to ignore list as ".csv" but it does not get ignored after all
ocordes commented 3 years ago

Okay, I've checked this, there are two issues: