Skip to content

Commit

Permalink
Remove 'node' snippet
Browse files Browse the repository at this point in the history
This snippet was being offered too aggressively, appearing every time the 'n' key is typed. Removing in favour of later adding support for semantically-aware snippets.
  • Loading branch information
desplesda committed Dec 4, 2024
1 parent bd0ec5b commit 70edcd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

### Removed

- The 'node' snippet, which creates a new node, has been removed. (It was being offered at locations where it was syntactically invalid to appear.)

## [2.4.6] 2024-02-27

### Changed
Expand Down
13 changes: 1 addition & 12 deletions snippets.json
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
{
"Node": {
"prefix": "node",
"body": [
"title: ${1:Title}",
"---",
"${0:node text}",
"==="
],
"description": "Create a new node."
}
}
{}

0 comments on commit 70edcd1

Please sign in to comment.