Skip to content

Commit

Permalink
Switch to npm package (#38)
Browse files Browse the repository at this point in the history
* switch to npm package

Instead of relying on the script to download the server.
Additional pro is that dependabot will create PR when it detects new versions on npm

* remove the other resolve module script

* add dependabot config

* still point to a shell script...
  • Loading branch information
predragnikolic authored Apr 21, 2022
1 parent 37312f9 commit 17b2815
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 1,088 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: /language-server
schedule:
interval: daily
time: "11:00"
39 changes: 0 additions & 39 deletions download-language-server.sh

This file was deleted.

Loading

0 comments on commit 17b2815

Please sign in to comment.