URI converter for VSCode typo fix

This commit is contained in:
BoykoAlex
2022-03-11 13:51:39 -05:00
parent 0019b52443
commit 433d8ba27d

View File

@@ -67,7 +67,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<LanguageCli
}
return uri.toString();
},
protocol2Code: uri => VSCode.Uri.file(uri)
protocol2Code: uri => VSCode.Uri.parse(uri)
},
// See PT-158992999 as to why a scheme is added to the document selector
// documentSelector: [ PROPERTIES_LANGUAGE_ID, YAML_LANGUAGE_ID, JAVA_LANGUAGE_ID ],