Custom snippets and snakemake support
This commit is contained in:
parent
e138cc0188
commit
cecf9a7f3d
5 changed files with 37 additions and 138 deletions
9
my-snippets/snippets/python.json
Normal file
9
my-snippets/snippets/python.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"# type: ignore": {
|
||||
"prefix": "ti",
|
||||
"body": [
|
||||
" # type: ignore"
|
||||
],
|
||||
"description": "Insert # type: ignore"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue