added test snippet for cpp

This commit is contained in:
Oliver Hartmann
2023-01-09 09:52:21 +01:00
parent 874cb95f01
commit 35552af831
2 changed files with 28 additions and 0 deletions

14
my_snippets/package.json Normal file
View File

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