diff options
| author | Tarek <tareknaser360@gmail.com> | 2024-12-03 22:38:21 +0200 |
|---|---|---|
| committer | Tarek <tareknaser360@gmail.com> | 2024-12-03 22:38:51 +0200 |
| commit | 68cd57940a2f82ab1bdbc0c799ffecc095c03f88 (patch) | |
| tree | 2775a5f07c7f7a45587a0e5ffb784775b5b9d84a /src/tools/rust-analyzer/editors/code | |
| parent | b94c5355b207568b4c66852e46f823437455dcf4 (diff) | |
| download | rust-68cd57940a2f82ab1bdbc0c799ffecc095c03f88.tar.gz rust-68cd57940a2f82ab1bdbc0c799ffecc095c03f88.zip | |
chore: deprecate `typing.autoClosingAngleBrackets` configuration
Signed-off-by: Tarek <tareknaser360@gmail.com>
Diffstat (limited to 'src/tools/rust-analyzer/editors/code')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index e98205e0eab..68c61e4bf62 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -2605,16 +2605,6 @@ { "title": "typing", "properties": { - "rust-analyzer.typing.autoClosingAngleBrackets.enable": { - "markdownDescription": "Whether to insert closing angle brackets when typing an opening angle bracket of a generic argument list.", - "default": false, - "type": "boolean" - } - } - }, - { - "title": "typing", - "properties": { "rust-analyzer.typing.excludeChars": { "markdownDescription": "Specify the characters to exclude from triggering typing assists. The default trigger characters are `.`, `=`, `<`, `>`, `{`, and `(`. Setting this to a string will disable typing assists for the specified characters.", "default": null, |
