Compare commits
1 Commits
29f0e6a05a
...
0.0.8
Author | SHA1 | Date | |
---|---|---|---|
|
01616ee985 |
Binary file not shown.
@@ -1,3 +1,3 @@
|
|||||||
# lspclient README
|
# Java-TX Language Server
|
||||||
|
|
||||||
This is the README for the Java-TX LSP Client.
|
This is the official Plugin for Java-TX.
|
@@ -26,7 +26,7 @@ function createClient(context: vscode.ExtensionContext): LanguageClient {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const clientOptions: LanguageClientOptions = {
|
const clientOptions: LanguageClientOptions = {
|
||||||
documentSelector: [{ scheme: 'file', language: 'java' }],
|
documentSelector: [{ scheme: 'file', pattern: '**/*.jav' }],
|
||||||
synchronize: {
|
synchronize: {
|
||||||
fileEvents: vscode.workspace.createFileSystemWatcher('**/*.jav')
|
fileEvents: vscode.workspace.createFileSystemWatcher('**/*.jav')
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user