Rename language client extension to Android

This commit is contained in:
Dave Holoway
2020-06-28 23:04:29 +01:00
parent 3a55d3627f
commit fed16b22f5

View File

@@ -54,7 +54,7 @@ function activateLanguageClient(context) {
// Create the language client and start the client.
client = new LanguageClient(
'androidJavaLanguageServer',
'Java (Android)',
'Android',
serverOptions,
clientOptions
);