genesis-ai-dev / copilot-server

Copilot Language Server
Apache License 2.0
0 stars 0 forks source link

Wildebeest spell checking in copilot server #7

Open ryderwishart opened 7 months ago

ryderwishart commented 7 months ago

Dictionary data format (simple version)

"entries": [
  { "headWord": "word"},
]
ryderwishart commented 7 months ago

I've noticed the spell check is not always filtering out the punctuation in the quick-fix suggestion (it still updates the dictionary correctly, but the quick fix suggestion includes the punctuation).

Image