arthwang / vsc-prolog

A VS Code extension that provides language support for prolog
MIT License
97 stars 21 forks source link

slow typing experience #49

Open menuRivera opened 4 years ago

menuRivera commented 4 years ago

This happens when I found myself editing a .pl file, comments are not affected.

Drarig29 commented 3 years ago

I think this is because of the linting. You can disable it with the following setting: "prolog.linter.run": "never".

And because I'm on Windows, I deactivated formatting too (the README says it's Linux only).