

- languageDefined: Use language configurations to determine when to autoclose brackets. Controls whether the editor should automatically close brackets after the user adds an opening bracket. - off: The editor will never be optimized for usage with a Screen Reader. - on: The editor will be permanently optimized for usage with a Screen Reader. - auto: The editor will use platform APIs to detect when a Screen Reader is attached. 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. 选择 >Preferences: Open Default Settings (JSON),为默认设置(为 只读)。.其文件路径为 C:\Users\Administrator\AppData\Roaming\Code\User\settings.json。
