From 704ba32e3b6055aade32231748a17b5fdaa3f124 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Fri, 5 Nov 2021 13:57:48 -0700 Subject: [PATCH] Restrict linking to only the 3-17 specification. - I tried making linking >= 3-17; however, that wasn't easily doable due to the structure of the jekyll site. The JSFiles themselves are included in the layout which don't have access to page level information. Because of this I've hacked a hardcoded "if 3.17" check into the injected JavaScript to support linking. Once we publish 3.17 we'll need to go back and update the logic to ensure that 3.17+ is supported. Originally attempted fix here: https://github.com/microsoft/language-server-protocol/pull/1342 --- _includes/js_files.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/js_files.html b/_includes/js_files.html index 13e9f07..e94be36 100644 --- a/_includes/js_files.html +++ b/_includes/js_files.html @@ -17,7 +17,6 @@ -