Commit ed5364c
committed
Refactor language-server command to use ThemeCommand's run method
Previously `theme language-server` command implemented
its own `run` logic. This commit refactors `language-server`
to use ThemeCommand's base `run()` method. This will help
to standardize command architecture and allow for
out of the box authentication and environments support1 parent 2375b66 commit ed5364c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
0 commit comments