I'm using VSCodium: ver 1.79.2, release: 23166
Example of my snippet which does not work, actually does not showing in editor:
"Insert: # EOF": {
"scope": "sh,bash",
"prefix": "eof",
"body": [
"# EOF $0",
],
"description": "Insert EOF"
},
I expect that after typing the prefix, the [eof] menu to show up with option "insert EOF"