Custom snippets and snakemake support

This commit is contained in:
Kevin Knosala 2024-04-12 12:06:47 +02:00
parent e138cc0188
commit cecf9a7f3d
5 changed files with 37 additions and 138 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": "python",
"path": "./snippets/python.json"
}
]
}
}