Update manifest-yaml LS jar to the latest
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user