Skip to content

Commit b586334

Browse files
committed
Remove I prefix from interface snippet
1 parent e55e172 commit b586334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"Interface": {
199199
"prefix": "interface",
200200
"body": [
201-
"interface I${1:$TM_FILENAME_BASE}",
201+
"interface ${1:$TM_FILENAME_BASE}",
202202
"{",
203203
"\t$0",
204204
"}"

0 commit comments

Comments
 (0)