mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 09:50:11 -05:00
Remove class snippet comment (#23209)
This commit is contained in:
committed by
Matt Bierner
parent
b3ba6ce569
commit
520fc643c6
@@ -15,9 +15,6 @@
|
||||
"Class Definition": {
|
||||
"prefix": "class",
|
||||
"body": [
|
||||
"/**",
|
||||
" * ${1:name}",
|
||||
" */",
|
||||
"class ${1:name} {",
|
||||
"\tconstructor(${2:parameters}) {",
|
||||
"\t\t$0",
|
||||
|
||||
Reference in New Issue
Block a user