Upgrade to atom-languageclient 0.6.7

This commit is contained in:
BoykoAlex
2017-11-08 13:19:42 -05:00
parent 6c607f6798
commit 4a8cde8552
12 changed files with 15 additions and 11 deletions

View File

@@ -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 {