Move atom extensions in STS4 repo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user