19 lines
390 B
Plaintext
19 lines
390 B
Plaintext
{
|
|
// "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)]"
|
|
}
|
|
} |