Fix comment typo (#243145)

I think this is supposed to say "without deviating from it"?
This commit is contained in:
Kevin Wang
2025-03-11 12:58:20 -04:00
committed by GitHub
parent c4df08cbdb
commit 856dbe90b0

View File

@@ -126,7 +126,7 @@ declare module 'vscode' {
commands?: Command[];
/**
* When set and the user types a suggestion without derivating from it, the inline suggestion is not updated.
* When set and the user types a suggestion without deviating from it, the inline suggestion is not updated.
* Defaults to false (might change).
*/
enableForwardStability?: boolean;