'How can I turn off auto-complete for .txt files in VS Code?

I have a .txt file in VS Code. I use it for typing in plain text.

It suggests auto-completion. I want to keep auto-completion on for other files, such as Python file.

I want to turn of auto-completion suggestions for only .txt files in VS Code. Is that possible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source