You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ You can follow how `restart` command is implemented in `package.json` and `exten
99
99
100
100
## Testing
101
101
102
-
See `src\test\python_tests\test_server.py` for starting point. See, other referred projects here for testing various aspects of running the tool over LSP.
102
+
See `src/test/python_tests/test_server.py` for starting point. See, other referred projects here for testing various aspects of running the tool over LSP.
103
103
104
104
If you have installed the test requirements you should be able to see the tests in the test explorer.
105
105
@@ -141,7 +141,7 @@ To manually upgrade your local project:
141
141
142
142
### Changing path or name of `lsp_server.py` something else
143
143
144
-
If you want to change the name of `lsp_server.py` to something else, you can. Be sure to update `constants.ts` and `src\test\python_tests\lsp_test_client\session.py`.
144
+
If you want to change the name of `lsp_server.py` to something else, you can. Be sure to update `constants.ts` and `src/test/python_tests/lsp_test_client/session.py`.
145
145
146
146
Also make sure that the inserted paths in `lsp_server.py` are pointing to the right folders to pick up the dependent packages.
0 commit comments