mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"Print to console": {
|
|
"prefix": "log",
|
|
"body": [
|
|
"console.log('$1');",
|
|
"$2"
|
|
],
|
|
"description": "Log output to console"
|
|
}
|
|
} |