I found this answer which gives clear steps:
cmd+shift+p
"Configure Snippets" / "New Global Snippets file..."
Enter a file name for this snippet like uuid or my_snippets
Replace the slug content by:
{ "Insert UUID": { "prefix": "uuid", "body": ["${UUID}"], "description": "Create UUID" } }