Move atom extensions in STS4 repo

This commit is contained in:
BoykoAlex
2017-09-20 15:57:32 -04:00
parent 554607b572
commit af715bad53
50 changed files with 1020 additions and 11 deletions

View File

@@ -26,10 +26,9 @@ class BootJavaLanguageClient extends JarLanguageClient {
}
activate() {
// replace the example argument 'linter-ruby' with the name of this Atom package
require('atom-package-deps').install('boot-java').then(function() {
console.log('All dependencies installed, good to go')
});
require('atom-package-deps')
.install('boot-java')
.then(() => console.debug('All dependencies installed, good to go'));
super.activate();
}