This commit is contained in:
2023-11-03 21:04:02 +01:00
commit 3b1035fd35
14 changed files with 372 additions and 0 deletions

14
snippets/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "user snippets",
"engines": {
"vscode": "^1.11.0"
},
"contributes": {
"snippets": [
{
"language": "rust",
"path": "./rust.json"
}
]
}
}