My personal snippets are stored in /folder/filename: project/.github/oracle_sql.json.code-snippets
has several individual snippets all with prefix: ut_
"NOT_TO_BE_EMPTY": {
"prefix": "ut_not_to_be_empty",
"body": [
"\\$IF $$$DEBUG $$THEN",
" ut.expect(a_actual,'${1:label}').NOT_TO_BE_EMPTY();",
"$$END"
],
"description": "Unary if dataset is not empty."
},
I only have (1) snippers file and while writing code, intellisense shows duplicate items for same snippet. Any suggestions?
