mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Do not split URLs in comments.
This commit is contained in:
parent
4aba1021fd
commit
290d9b44db
1 changed files with 1 additions and 2 deletions
|
|
@ -138,8 +138,7 @@ class SocketIO(object):
|
|||
def _wait_for_message(self):
|
||||
# TODO: docstring
|
||||
# base protocol defined at:
|
||||
# https://github.com/Microsoft/language-server-protocol/
|
||||
# blob/master/protocol.md#base-protocol
|
||||
# https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#base-protocol
|
||||
|
||||
# read all headers, ascii encoded separated by '\r\n'
|
||||
# end of headers is indicated by an empty line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue