From 290d9b44db3ce9f9f09cc360cf12a183392a3c87 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Wed, 10 Jan 2018 20:08:55 +0000 Subject: [PATCH] Do not split URLs in comments. --- ptvsd/ipcjson.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ptvsd/ipcjson.py b/ptvsd/ipcjson.py index b8aa2b53..da6075b6 100644 --- a/ptvsd/ipcjson.py +++ b/ptvsd/ipcjson.py @@ -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