VSCode - turn off creative writing suggestion but keep code suggestions

I generally really enjoy using the free Typst compiler w/ VSCode (local) w/ Tinymist extension for Typst.

However the most irritating part is that VSCode pops up in-line suggestions for creative writing, in addition to code completions.

While writing, this can be really irritating, as it auto-inserts whole paragraphs of writing after nearly every word I type.
If it had a delay of, say, 2-3 sec maybe this would be less irritating.

However, when I’m just playing with code and layout, the in-line suggestions are extremely helpful (like replacing all variable names etc).

Is there any way to keep code completions, but remove/delay creative writing suggestions? Is this a “copilot” feature or a tinymist feature, or something else? (I have no paid subscriptions to Microsoft FYI.)

(Previous posts appear to be about turning the entire thing off.)

Thanks for the help. Worst case is I turn it off/on depending on what I’m doing.

This is part of VS code copilot. You can click on the tiny copilot icon at the bottom right and untick inline suggestions for Typst or all languages. There are a few variations and they change every few months, just try to which degree you want to have it deactivated.

Now, this does not affect classical code completion at all - which should be just what you wanted.