Create temporary -res.txt in TEMP folder
Hello,
In utils.ts, the spell and grammar checker creates JSON file .res.txt in the same folder of the original text file.
Modifying the VSCode Explorer view with a temporary internal file is unexpected.
If you click .res.txt to see its JSON content, Run On The Fly creates another .res.res.txt
C:\Tool\python\nlp\Grammalecte-py
# | Filename | Date | Hour | Size |
---|---|---|---|---|
1 | test.res.res.res.txt | 9/5/2025 | 5:03:16 PM | 907,310 |
2 | test.res.res.txt | 9/5/2025 | 5:02:24 PM | 23,821 |
3 | test.res.txt | 9/5/2025 | 5:02:21 PM | 362 |
4 | test.txt | 9/5/2025 | 5:01:22 PM | 25 |
- Create the "-res.txt" in a temporary folder overwriting it if it already exists.
- Do not create a filename with a
dot".res" like a file extension. - Prefer the separator dash "-".
- In TEMP folder, do not run the spell and grammar checker on a file ended by "-res.txt".
Regards,
Gimphried