PT #164318678: Support for Jar sources processing by Boot LS

This commit is contained in:
BoykoAlex
2019-05-01 16:10:50 -04:00
parent 8bf5e1fd23
commit 744ffe074e
4 changed files with 36 additions and 1 deletions

View File

@@ -44,6 +44,10 @@ export function activate(context: VSCode.ExtensionContext): Thenable<LanguageCli
language: JAVA_LANGUAGE_ID,
scheme: 'file'
},
{
language: JAVA_LANGUAGE_ID,
scheme: 'jdt'
},
{
language: XML_LANGUAGE_ID,
scheme: 'file'