Upgrade to atom-languageclient 0.6.7
This commit is contained in:
@@ -82,6 +82,10 @@ class BootJavaLanguageClient extends JavaProcessLanguageClient {
|
||||
return new BootStsAdapter();
|
||||
}
|
||||
|
||||
filterChangeWatchedFiles(filePath) {
|
||||
return filePath.endsWith('.gradle') || filePath.endsWith('/pom.xml');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class BootStsAdapter extends StsAdapter {
|
||||
|
||||
Reference in New Issue
Block a user