We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643e8d1 commit c07059bCopy full SHA for c07059b
1 file changed
src/languageservice/services/schemaRequestHandler.ts
@@ -53,7 +53,7 @@ export const schemaRequestHandler = (
53
54
// HTTP(S) requests are sent and the response result is either the schema content or an error
55
if (scheme === 'http' || scheme === 'https') {
56
- // If we running inside of VSCode we need to make a content request. This content request
+ // If we are running inside of VSCode we need to make a content request. This content request
57
// will make it so that schemas behind VPN's will resolve correctly
58
if (useVSCodeContentRequest) {
59
return connection.sendRequest(VSCodeContentRequest.type, uri).then(
0 commit comments