Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8790f74

Browse files
authored
Merge pull request #46 from mads-hartmann/fix-missing-dependency
Fix missing reference to request dependency
2 parents 00941c0 + 229a9a4 commit 8790f74

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎docs/development-guide.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ published the client lives in a separate repository.
6767

6868
## Working on the server
6969

70-
The easiest way right now is to simple compile and install the server globally
71-
whenever you've made a change, and then reload you vscode window to re-launch
70+
The easiest way right now is to simply compile and install the server globally
71+
whenever you've made a change, and then reload your vscode window to re-launch
7272
the server.
7373

7474
```
@@ -84,4 +84,4 @@ I'm open to suggestions on how to improve this workflow.
8484
[prettier]: https://prettier.io/
8585
[tslint]: https://palantir.github.io/tslint/
8686
[yarn]: https://yarnpkg.com/lang/en/docs/install/
87-
[node]: https://nodejs.org/en/download/
87+
[node]: https://nodejs.org/en/download/

‎server/package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"dependencies": {
2020
"glob": "^7.1.2",
21+
"request": "^2.83.0",
2122
"request-promise-native": "^1.0.5",
2223
"tree-sitter": "^0.11.0",
2324
"tree-sitter-bash": "^0.11.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /