Fix typos.

This commit is contained in:
felixfeit 2020-11-26 19:31:46 +01:00 committed by GitHub
commit 4db4880b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1108,7 +1108,7 @@ to:
[the debugpy
documentation](https://github.com/microsoft/debugpy#debugpy-cli-usage) for
details.
* use the built-in "multi-session" adapter. This just asks for the host/port to
* Use the built-in "multi-session" adapter. This just asks for the host/port to
connect to. For example:
```json
@ -1127,11 +1127,11 @@ to:
}
```
See [deatils of the launch
See [details of the launch
configuration](https://github.com/microsoft/debugpy/wiki/Debug-configuration-settings)
for explanation of things like `pathMappings`.
Additional documenation, including how to do this when the remote machine can
Additional documentation, including how to do this when the remote machine can
only be contacted via SSH [are provided by
debugpy](https://github.com/microsoft/debugpy/wiki/Debugging-over-SSH).