- The following code creates a snippet which prints one line. How do you make the snippet with choices?
"Hello message": {
"prefix": "hello",
"body": [
"echo 'Hello $1' "
],
"description": "Hello message"
}
- Which command should you use to make your code snippets available for your use in the shell?