diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-01-26 20:39:21 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-01-26 20:39:21 -0500 |
| commit | b4e9a75a3d0f4846d0d1ef9d4e5870f8fb7370ae (patch) | |
| tree | 967181fce7d061287973d8089a6f03cf2748e4be /docs | |
| parent | 87d1f74c1711ba99b917298bf3d9d26c9c636582 (diff) | |
remove snippets settings
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index f374407d..4b2be88e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -718,8 +718,6 @@ Here's a list of all settings currently available from the UI: | | | enum: Braces around scopes, same line.|`enum`|`braces`| | | | | | enum: Braces around scopes, new line.|`enum`|`bracesNewLine`| | | |rendering|Maximum String Annotation Length|The maximum substring length that will be shown in string annotations.|`number`|`32`|[`SettingsUserScope`]|<a id='rendering.strings.maxAnnotationLength'>rendering.strings.maxAnnotationLength</a>| -|snippets|Indentation Syntax highlighting for snippets|String to use for indentation in snippets (tip: to use a tab, copy/paste a tab from another text field and paste here)|`string`|` `|[`SettingsUserScope`]|<a id='snippets.indentation'>snippets.indentation</a>| -|snippets|Syntax highlighting for snippets|Whether to syntax highlight (may be performance problems with very large snippets and the current highlighting implementation.)|`boolean`|`True`|[`SettingsUserScope`]|<a id='snippets.syntaxHighlight'>snippets.syntaxHighlight</a>| |triage|Triage Analysis Mode|Controls the amount of analysis performed on functions when opening for triage.|`string`|`basic`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='triage.analysisMode'>triage.analysisMode</a>| | | | enum: Only perform control flow analysis on the binary. Cross references are valid only for direct function calls.|`enum`|`controlFlow`| | | | | | enum: Perform fast initial analysis of the binary. This mode does not analyze types or data flow through stack variables.|`enum`|`basic`| | | |
