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 {

View File

@@ -24,7 +24,7 @@
"dependencies": {
"atom-package-deps": "^4.6.0",
"download": "^6.2.5",
"pivotal-atom-languageclient-commons": "0.0.15"
"pivotal-atom-languageclient-commons": "0.0.16"
},
"devDependencies": {
"coffeelint": "^1.10.1"

View File

@@ -1,3 +1,3 @@
{
"jarUrl": "https://s3-us-west-1.amazonaws.com/s3-test.spring.io/sts4/fatjars/snapshots/boot-java-language-server-0.0.10-201709182357.jar"
"jarUrl": "https://s3-us-west-1.amazonaws.com/s3-test.spring.io/sts4/fatjars/snapshots/boot-java-language-server-0.0.10-201711061741.jar"
}