Skip to content

Commit 2ded5b2

Browse files
jogo-bobbrow
authored andcommitted
Fix typo in c_cpp_properties.schema.json (#1945)
1 parent 58cfb5e commit 2ded5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/c_cpp_properties.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"env": {
111111
"type": "object",
112-
"description": "Custom variables that can be resused anywhere in this file using the ${variable} or ${env:variable} syntax.",
112+
"description": "Custom variables that can be reused anywhere in this file using the ${variable} or ${env:variable} syntax.",
113113
"patternProperties": {
114114
"(?!^workspaceFolder$)(?!^workspaceRoot$)(?!^default$)(^.+$)": {
115115
"oneOf": [
@@ -147,4 +147,4 @@
147147
"configurations",
148148
"version"
149149
]
150-
}
150+
}

0 commit comments

Comments
 (0)