0% found this document useful (0 votes)
13 views

T

Uploaded by

ldplayerver4.0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

T

Uploaded by

ldplayerver4.0
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 9

{

// Telemetry

// - all: Sends usage data, errors, and crash reports.


// - error: Sends general error telemetry and crash reports.
// - crash: Sends OS level crash reports.
// - off: Disables all product telemetry.
"telemetry.telemetryLevel": "all",

// Controls whether the editor shows CodeLens.


"diffEditor.codeLens": false,

// - legacy: Uses the legacy diffing algorithm.


// - advanced: Uses the advanced diffing algorithm.
"diffEditor.diffAlgorithm": "advanced",

// Controls how many lines are used as context when comparing unchanged regions.
"diffEditor.hideUnchangedRegions.contextLineCount": 3,

// Controls whether the diff editor shows unchanged regions.


"diffEditor.hideUnchangedRegions.enabled": false,

// Controls how many lines are used as a minimum for unchanged regions.
"diffEditor.hideUnchangedRegions.minimumLineCount": 3,

// Controls how many lines are used for unchanged regions.


"diffEditor.hideUnchangedRegions.revealLineCount": 20,

// When enabled, the diff editor ignores changes in leading or trailing


whitespace.
"diffEditor.ignoreTrimWhitespace": true,

// Timeout in milliseconds after which diff computation is cancelled. Use 0 for


no timeout.
"diffEditor.maxComputationTime": 5000,

// Maximum file size in MB for which to compute diffs. Use 0 for no limit.
"diffEditor.maxFileSize": 50,

// When enabled, the diff editor shows a special gutter for revert and stage
actions.
"diffEditor.renderGutterMenu": true,

// Controls whether the diff editor shows +/- indicators for added/removed
changes.
"diffEditor.renderIndicators": true,

// When enabled, the diff editor shows arrows in its glyph margin to revert
changes.
"diffEditor.renderMarginRevertIcon": true,

// Controls whether the diff editor shows the diff side by side or inline.
"diffEditor.renderSideBySide": true,

// If the diff editor width is smaller than this value, the inline view is used.
"diffEditor.renderSideBySideInlineBreakpoint": 900,

// If enabled and the editor width is too small, the inline view is used.
"diffEditor.useInlineViewWhenSpaceIsLimited": true,
// - off: Lines will never wrap.
// - on: Lines will wrap at the viewport width.
// - inherit: Lines will wrap according to the `editor.wordWrap` setting.
"diffEditor.wordWrap": "inherit",

// Controls whether suggestions should be accepted on commit characters. For


example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts
a suggestion and types that character.
"editor.acceptSuggestionOnCommitCharacter": true,

// Controls whether suggestions should be accepted on `Enter`, in addition to


`Tab`. Helps to avoid ambiguity between inserting new lines or accepting
suggestions.
// - on
// - smart: Only accept a suggestion with `Enter` when it makes a textual
change.
// - off
"editor.acceptSuggestionOnEnter": "on",

// Controls the number of lines in the editor that can be read out by a screen
reader at once. When we detect a screen reader, we automatically set the default to
be 500.
"editor.accessibilityPageSize": 10,

// Controls if the UI should run in a mode where it is optimized for screen


readers.
// - auto: Use platform APIs to detect when a Screen Reader is attached.
// - on: Optimize for usage with a Screen Reader.
// - off: Assume a screen reader is not attached.
"editor.accessibilitySupport": "auto",

// Controls whether the editor should automatically close brackets after the user
adds an opening bracket.
// - always
// - languageDefined: Use language configurations to determine when to autoclose
brackets.
// - beforeWhitespace: Autoclose brackets only when the cursor is to the left of
whitespace.
// - never
"editor.autoClosingBrackets": "languageDefined",

// Controls whether the editor should automatically close comments after the user
adds an opening comment.
// - always
// - languageDefined: Use language configurations to determine when to autoclose
comments.
// - beforeWhitespace: Autoclose comments only when the cursor is to the left of
whitespace.
// - never
"editor.autoClosingComments": "languageDefined",

// Controls whether the editor should remove adjacent closing quotes or brackets
when deleting.
// - always
// - auto: Remove adjacent closing quotes or brackets only if they were
automatically inserted.
// - never
"editor.autoClosingDelete": "auto",
// Controls whether the editor should type over closing quotes or brackets.
// - always
// - auto: Type over closing quotes or brackets only if they were automatically
inserted.
// - never
"editor.autoClosingOvertype": "auto",

// Controls whether the editor should automatically close quotes after the user
adds an opening quote.
// - always
// - languageDefined: Use language configurations to determine when to autoclose
quotes.
// - beforeWhitespace: Autoclose quotes only when the cursor is to the left of
whitespace.
// - never
"editor.autoClosingQuotes": "languageDefined",

// Controls whether the editor should automatically adjust the indentation when
users type, paste, move or indent lines.
// - none: The editor will not insert indentation automatically.
// - keep: The editor will keep the current line's indentation.
// - brackets: The editor will keep the current line's indentation and honor
language defined brackets.
// - advanced: The editor will keep the current line's indentation, honor
language defined brackets and invoke special onEnterRules defined by languages.
// - full: The editor will keep the current line's indentation, honor language
defined brackets, invoke special onEnterRules defined by languages, and honor
indentationRules defined by languages.
"editor.autoIndent": "full",

// Controls whether the editor should automatically surround selections when


typing quotes or brackets.
// - languageDefined: Use language configurations to determine when to
automatically surround selections.
// - quotes: Surround with quotes but not brackets.
// - brackets: Surround with brackets but not quotes.
// - never
"editor.autoSurround": "languageDefined",

// Controls whether bracket pair colorization is enabled or not. Use


`workbench.colorCustomizations` to override the bracket highlight colors.
"editor.bracketPairColorization.enabled": true,

// Controls whether each bracket type has its own independent color pool.
"editor.bracketPairColorization.independentColorPoolPerBracketType": false,

// Enable triggering `editor.codeActionsOnSave` when `files.autoSave` is set to


`afterDelay`.
"editor.codeActions.triggerOnFocusChange": false,

// Run Code Actions for the editor on save.


"editor.codeActionsOnSave": {},

// Enable/disable showing nearest Quick Fix within a line when not currently on a
diagnostic.
"editor.codeActionWidget.includeNearbyQuickFixes": true,

// Enable/disable showing group headers in the Code Action menu.


"editor.codeActionWidget.showHeaders": true,

// Controls whether the editor shows CodeLens.


"editor.codeLens": true,

// Controls the font family for CodeLens.


"editor.codeLensFontFamily": "",

// Controls the font size in pixels for CodeLens. When set to 0, 90% of
`editor.fontSize` is used.
"editor.codeLensFontSize": 0,

// Controls whether the editor should render the inline color decorators and
color picker.
"editor.colorDecorators": true,

// Controls the condition to make a color picker appear from a color decorator
// - clickAndHover: Make the color picker appear both on click and hover of the
color decorator
// - hover: Make the color picker appear on hover of the color decorator
// - click: Make the color picker appear on click of the color decorator
"editor.colorDecoratorsActivatedOn": "clickAndHover",

// Controls the max number of color decorators that can be rendered in an editor
at once.
"editor.colorDecoratorsLimit": 500,

// Enable that the selection with the mouse and keys is doing column selection.
"editor.columnSelection": false,

// Controls if empty lines should be ignored with toggle, add or remove actions
for line comments.
"editor.comments.ignoreEmptyLines": true,

// Controls whether a space character is inserted when commenting.


"editor.comments.insertSpace": true,

// Controls whether syntax highlighting should be copied into the clipboard.


"editor.copyWithSyntaxHighlighting": true,

// Control the cursor animation style.


"editor.cursorBlinking": "blink",

// Controls whether the smooth caret animation should be enabled.


// - off: Smooth caret animation is disabled.
// - explicit: Smooth caret animation is enabled only when the user moves the
cursor with an explicit gesture.
// - on: Smooth caret animation is always enabled.
"editor.cursorSmoothCaretAnimation": "off",

// Controls the cursor style.


"editor.cursorStyle": "line",

// Controls the minimal number of visible leading lines (minimum 0) and trailing
lines (minimum 1) surrounding the cursor. Known as 'scrollOff' or 'scrollOffset' in
some other editors.
"editor.cursorSurroundingLines": 0,

// Controls when `editor.cursorSurroundingLines` should be enforced.


// - default: `cursorSurroundingLines` is enforced only when triggered via the
keyboard or API.
// - all: `cursorSurroundingLines` is enforced always.
"editor.cursorSurroundingLinesStyle": "default",

// Controls the width of the cursor when `editor.cursorStyle` is set to `line`.


"editor.cursorWidth": 0,

// Controls whether inline color decorations should be shown using the default
document color provider
"editor.defaultColorDecorators": false,

// Defines a default folding range provider that takes precedence over all other
folding range providers. Must be the identifier of an extension contributing a
folding range provider.
"editor.defaultFoldingRangeProvider": null,

// Defines a default formatter which takes precedence over all other formatter
settings. Must be the identifier of an extension contributing a formatter.
"editor.defaultFormatter": null,

// Controls whether the Go to Definition mouse gesture always opens the peek
widget.
"editor.definitionLinkOpensInPeek": false,

// Controls whether `editor.tabSize#` and `#editor.insertSpaces` will be


automatically detected when a file is opened based on the file contents.
"editor.detectIndentation": true,

// Controls whether the editor should allow moving selections via drag and drop.
"editor.dragAndDrop": true,

// Controls whether you can drag and drop a file into a text editor by holding
down the `Shift` key (instead of opening the file in an editor).
"editor.dropIntoEditor.enabled": true,

// Controls if a widget is shown when dropping files into the editor. This widget
lets you control how the file is dropped.
// - afterDrop: Show the drop selector widget after a file is dropped into the
editor.
// - never: Never show the drop selector widget. Instead the default drop
provider is always used.
"editor.dropIntoEditor.showDropSelector": "afterDrop",

// Controls whether copying without a selection copies the current line.


"editor.emptySelectionClipboard": true,

// Scrolling speed multiplier when pressing `Alt`.


"editor.fastScrollSensitivity": 5,

// Controls whether the Find Widget should add extra lines on top of the editor.
When true, you can scroll beyond the first line when the Find Widget is visible.
"editor.find.addExtraSpaceOnTop": true,

// Controls the condition for turning on Find in Selection automatically.


// - never: Never turn on Find in Selection automatically (default).
// - always: Always turn on Find in Selection automatically.
// - multiline: Turn on Find in Selection automatically when multiple lines of
content are selected.
"editor.find.autoFindInSelection": "never",

// Controls whether the cursor should jump to find matches while typing.
"editor.find.cursorMoveOnType": true,

// Controls whether the Find Widget should read or modify the shared find
clipboard on macOS.
"editor.find.globalFindClipboard": false,

// Controls whether the search automatically restarts from the beginning (or the
end) when no further matches can be found.
"editor.find.loop": true,

// Controls whether the search string in the Find Widget is seeded from the
editor selection.
// - never: Never seed search string from the editor selection.
// - always: Always seed search string from the editor selection, including word
at cursor position.
// - selection: Only seed search string from the editor selection.
"editor.find.seedSearchStringFromSelection": "always",

// Controls whether the editor has code folding enabled.


"editor.folding": true,

// Controls whether the editor should highlight folded ranges.


"editor.foldingHighlight": true,

// Controls whether the editor automatically collapses import ranges.


"editor.foldingImportsByDefault": false,

// The maximum number of foldable regions. Increasing this value may result in
the editor becoming less responsive when the current source has a large number of
foldable regions.
"editor.foldingMaximumRegions": 5000,

// Controls the strategy for computing folding ranges.


// - auto: Use a language-specific folding strategy if available, else the
indentation-based one.
// - indentation: Use the indentation-based folding strategy.
"editor.foldingStrategy": "auto",

// Controls the font family.


"editor.fontFamily": "Consolas, 'Courier New', monospace",

// Configures font ligatures or font features. Can be either a boolean to


enable/disable ligatures or a string for the value of the CSS 'font-feature-
settings' property.
"editor.fontLigatures": false,

// Controls the font size in pixels.


"editor.fontSize": 14,

// Configures font variations. Can be either a boolean to enable/disable the


translation from font-weight to font-variation-settings or a string for the value
of the CSS 'font-variation-settings' property.
"editor.fontVariations": false,

// Controls the font weight. Accepts "normal" and "bold" keywords or numbers
between 1 and 1000.
"editor.fontWeight": "normal",

// Controls whether the editor should automatically format the pasted content. A
formatter must be available and the formatter should be able to format a range in a
document.
"editor.formatOnPaste": false,

// Format a file on save. A formatter must be available and the editor must not
be shutting down. When `files.autoSave` is set to `afterDelay`, the file will only
be formatted when saved explicitly.
"editor.formatOnSave": false,

// Controls if format on save formats the whole file or only modifications. Only
applies when `editor.formatOnSave` is enabled.
// - file: Format the whole file.
// - modifications: Format modifications (requires source control).
// - modificationsIfAvailable: Will attempt to format modifications only
(requires source control). If source control can't be used, then the whole file
will be formatted.
"editor.formatOnSaveMode": "file",

// Controls whether the editor should automatically format the line after typing.
"editor.formatOnType": false,

// Controls whether the editor should render the vertical glyph margin. Glyph
margin is mostly used for debugging.
"editor.glyphMargin": true,

// Alternative command id that is being executed when the result of 'Go to


Declaration' is the current location.
"editor.gotoLocation.alternativeDeclarationCommand":
"editor.action.goToReferences",

// Alternative command id that is being executed when the result of 'Go to


Definition' is the current location.
"editor.gotoLocation.alternativeDefinitionCommand":
"editor.action.goToReferences",

// Alternative command id that is being executed when the result of 'Go to


Implementation' is the current location.
"editor.gotoLocation.alternativeImplementationCommand": "",

// Alternative command id that is being executed when the result of 'Go to


Reference' is the current location.
"editor.gotoLocation.alternativeReferenceCommand": "",

// Alternative command id that is being executed when the result of 'Go to Type
Definition' is the current location.
"editor.gotoLocation.alternativeTypeDefinitionCommand":
"editor.action.goToReferences",

// Controls the behavior the 'Go to Declaration'-command when multiple target


locations exist.
// - peek: Show Peek view of the results (default)
// - gotoAndPeek: Go to the primary result and show a Peek view
// - goto: Go to the primary result and enable Peek-less navigation to others
"editor.gotoLocation.multipleDeclarations": "peek",

// Controls the behavior the 'Go to Definition'-command when multiple target


locations exist.
// - peek: Show Peek view of the results (default)
// - gotoAndPeek: Go to the primary result and show a Peek view
// - goto: Go to the primary result and enable Peek-less navigation to others
"editor.gotoLocation.multipleDefinitions": "peek",

// Controls the behavior the 'Go to Implementations'-command when multiple target


locations exist.
// - peek: Show Peek view of the results (default)
// - gotoAndPeek: Go to the primary result and show a Peek view
// - goto: Go to the primary result and enable Peek-less navigation to others
"editor.gotoLocation.multipleImplementations": "peek",

// Controls the behavior the 'Go to References'-command when multiple target


locations exist.
// - peek: Show Peek view of the results (default)
// - gotoAndPeek: Go to the primary result and show a Peek view
// - goto: Go to the primary result and enable Peek-less navigation to others
"editor.gotoLocation.multipleReferences": "peek",

// Controls the behavior the 'Go to Type Definition'-command when multiple target
locations exist.
// - peek: Show Peek view of the results (default)
// - gotoAndPeek: Go to the primary result and show a Peek view
// - goto: Go to the primary result and enable Peek-less navigation to others
"editor.gotoLocation.multipleTypeDefinitions": "peek",

// Controls whether bracket pair guides are enabled or not.


// - true: Enables bracket pair guides.
// - active: Enables bracket pair guides only for the active bracket pair.
// - false: Disables bracket pair guides.
"editor.guides.bracketPairs": false,

// Controls whether horizontal bracket pair guides are enabled or not.


// - true: Enables horizontal guides as addition to vertical bracket pair
guides.
// - active: Enables horizontal guides only for the active bracket pair.
// - false: Disables horizontal bracket pair guides.
"editor.guides.bracketPairsHorizontal": "active",

// Controls whether the editor should highlight the active bracket pair.
"editor.guides.highlightActiveBracketPair": true,

// Controls whether the editor should highlight the active indent guide.
// - true: Highlights the active indent guide.
// - always: Highlights the active indent guide even if bracket guides are
highlighted.
// - false: Do not highlight the active indent guide.
"editor.guides.highlightActiveIndentation": true,

// Controls whether the editor should render indent guides.


"editor.guides.indentation": true,

// Controls whether the cursor should be hidden in the overview ruler.


"editor.hideCursorInOverviewRuler": false,

// Prefer showing hovers above the line, if there's space.


"editor.hover.above": true,
// Controls the delay in milliseconds after which the hover is shown.
"editor.hover.delay": 300,

// Controls whether the hover is shown.


"editor.hover.enabled": true,

// Controls the delay in milliseconds after which the hover is hidden.


"editor.hover.hidingDelay": 300,

// Controls whether the hover should remain visible when mouse is moved over it.
"editor.hover.sticky": true,

// The number of spaces used

You might also like