
Controls whether the editor should run in a mode where it is optimized for screen readers. - smart: Only accept a suggestion with `Enter` when it makes a textual change. Helps to avoid ambiguity between inserting new lines or accepting suggestions. Controls whether suggestions should be accepted on `Enter`, in addition to `Tab`. "editor.acceptSuggestionOnCommitCharacter": true, For example, in JavaScript, the semi-colon (` `) can be a commit character that accepts a suggestion and types that character. Controls whether suggestions should be accepted on commit characters. Controls whether the diff editor shows the diff side by side or inline. Controls whether the diff editor shows +/- indicators for added/removed changes. Controls whether the diff editor shows changes in leading or trailing whitespace as diffs.

其文件路径为 C:\Users\Administrator\AppData\Roaming\Code\User\settings.json。
