mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Fix comment typo (#243145)
I think this is supposed to say "without deviating from it"?
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user