Skip to content

Commit fdff9df

Browse files
authored
wrong name for enum (#1872)
1 parent 80da21f commit fdff9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"type": "string",
206206
"enum": [
207207
"Forward Slash",
208-
"Back Slash"
208+
"Backslash"
209209
],
210210
"default": "Forward Slash",
211211
"description": "The character used as a path separator for #include auto-completion results.",

0 commit comments

Comments
 (0)