Update manifest-yaml LS jar to the latest

This commit is contained in:
BoykoAlex
2017-07-19 18:27:14 -04:00
parent bc309ea7de
commit 5c2acfd3d8
2 changed files with 6 additions and 3 deletions

View File

@@ -218,12 +218,12 @@ class ManifestYamlLanguageClient extends JarLanguageClient {
constructor() {
super(
'https://s3-us-west-1.amazonaws.com/s3-test.spring.io/sts4/fatjars/snapshots/manifest-yaml-language-server-0.0.9-201707121637.jar',
'https://s3-us-west-1.amazonaws.com/s3-test.spring.io/sts4/fatjars/snapshots/manifest-yaml-language-server-0.0.9-201707192158.jar',
path.join(__dirname, '..', 'server')
);
this.statusElement = document.createElement('span')
this.statusElement.className = 'inline-block'
this.statusElement = document.createElement('span');
this.statusElement.className = 'inline-block';
}
getGrammarScopes() {

View File

@@ -15,6 +15,9 @@
"remote-file-size": "^3.0.3",
"atom-commons": "file:../atom-commons"
},
"scripts": {
"clean": "rm -rf node_modules"
},
"consumedServices": {
"linter-indie": {
"versions": {