{ // "Print to console": { // "scope": "javascript,typescript", // "prefix": "log", // "body": [ // "console.log('$1');", // "$2" // ], // "description": "Log output to console" // } "allow unused": { "scope": "rust", "prefix": "allowunused", "body": [ "#[allow(unused)]" ], "description": "#[allow(unused)]" } }