File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ Then install the language server:
5757
5858``` sh
5959# Install ellsp package.
60- $ eask install-deps --dev
60+ eask install-deps --dev
6161
6262# Install the proxy server.
63- $ eask exec install-ellsp
63+ eask exec install-ellsp
6464```
6565
6666To test to see if the server installed successfully, execute the following command:
6767
6868``` sh
69- $ eask exec ellsp
69+ eask exec ellsp
7070```
7171
7272If you see the following screen (no error), you successfully installed the language server! 🎉🥳
@@ -86,17 +86,17 @@ To test the language server locally:
8686
8787``` sh
8888# Add link to current package
89- $ eask link add ellsp ./
89+ eask link add ellsp ./
9090```
9191
9292Then follow the same steps as installation:
9393
9494``` sh
9595# Install the proxy server.
96- $ eask exec install-ellsp
96+ eask exec install-ellsp
9797
9898# Test the language server.
99- $ eask exec ellsp
99+ eask exec ellsp
100100```
101101
102102## 🔗 References
You can’t perform that action at this time.
0 commit comments