Skip to content

Commit

Permalink
Fix obsolete completion.snippets config
Browse files Browse the repository at this point in the history
  • Loading branch information
TonalidadeHidrica committed Jul 11, 2022
1 parent dfcbed0 commit e3bde57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ide-completion/src/snippet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
//
// rust-analyzer allows the user to define custom (postfix)-snippets that may depend on items to be accessible for the current scope to be applicable.
//
// A custom snippet can be defined by adding it to the `rust-analyzer.completion.snippets` object respectively.
// A custom snippet can be defined by adding it to the `rust-analyzer.completion.snippets.custom` object respectively.
//
// [source,json]
// ----
// {
// "rust-analyzer.completion.snippets": {
// "rust-analyzer.completion.snippets.custom": {
// "thread spawn": {
// "prefix": ["spawn", "tspawn"],
// "body": [
Expand Down

0 comments on commit e3bde57

Please sign in to comment.