Skip to content

Commit

Permalink
add code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 10, 2024
1 parent 6677b8e commit 93cfe36
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .vscode/codeforlife.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,37 @@
"# pylint"
],
"scope": "python"
},
"python.pylint.disable": {
"body": [
"# pylint: disable=${1:__code_name__}"
],
"prefix": [
"# pylint"
],
"scope": "python"
},
"python.pylint.enable": {
"body": [
"# pylint: enable=${1:__code_name__}"
],
"prefix": [
"# pylint"
],
"scope": "python"
},
"javascript.module.doccomment": {
"body": [
"/**",
" * \u00a9 Ocado Group",
" * Created on $CURRENT_DATE/$CURRENT_MONTH/$CURRENT_YEAR at $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND($CURRENT_TIMEZONE_OFFSET).",
" *",
" * ${1:__description__}",
" */"
],
"prefix": [
"/"
],
"scope": "javascript,typescript,javascriptreact,typescriptreact"
}
}

0 comments on commit 93cfe36

Please sign in to comment.