I want to create a custom function snippet like this :
const handle = () => {
}
But when I put it in visual studio code javascript snippets JSON file it gets red underline which means the format is not correct :
How can I put a custom function snippet with no error in visual studio code user snippets ?
