Skip to content

Commit 2017064

Browse files
authored
Reference filepaths consistently in README (#208)
* Reference filepaths consistently in README * Update \ in Module not found errors
1 parent 993756c commit 2017064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can follow how `restart` command is implemented in `package.json` and `exten
9999

100100
## Testing
101101

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.
103103

104104
If you have installed the test requirements you should be able to see the tests in the test explorer.
105105

@@ -141,7 +141,7 @@ To manually upgrade your local project:
141141

142142
### Changing path or name of `lsp_server.py` something else
143143

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`.
145145

146146
Also make sure that the inserted paths in `lsp_server.py` are pointing to the right folders to pick up the dependent packages.
147147

0 commit comments

Comments
 (0)