Commit graph

1425 commits

Author SHA1 Message Date
rickard67
ef54b4633f
Update tools.md
Added RJ TextEd to the list.
2021-12-07 18:31:13 +01:00
Dirk Baeumer
8f1f2404d6
Update change log section 2021-12-06 12:31:08 +01:00
Dirk Bäumer
7f0d72f36c
Merge pull request #1381 from charlespwd/gh-pages-add-liquid-language-server
Add Liquid language-server implementation
2021-11-25 09:42:26 +01:00
Charles-P. Clermont
848a6f21b7 Add Liquid language-server implementation 2021-11-24 15:40:21 -05:00
Dirk Baeumer
fee023f3ef
Document workspace symbol resolve request 2021-11-22 15:22:56 +01:00
Dirk Baeumer
20fe7e0752
Fixes #1378: Update spec to make range handling a viable solo option 2021-11-18 16:26:23 +01:00
Dirk Bäumer
4551212614
Merge pull request #1376 from yinfei8/patch-1
Update servers.md
2021-11-15 14:42:57 +01:00
yinfei
b7d2212f65
Update servers.md
Add a VSCode lua plugin LuaHelper(Written by go language)
2021-11-12 16:16:12 +08:00
Raymond Zhao
b23b8959c8
Generalize rule, polish 2021-11-10 14:02:12 -08:00
Raymond Zhao
bd5788ccda
More polish 2021-11-10 13:45:46 -08:00
Raymond Zhao
593e5d518a
Add scroll-margin-top to h4 2021-11-10 13:39:52 -08:00
Raymond Zhao
b615243e5d
Polish 2021-11-09 09:40:51 -08:00
Raymond Zhao
f1ef229d91
Move scroll-margin-top under media query 2021-11-09 09:29:48 -08:00
Raymond Zhao
e8c686f319
Add scroll margin 2021-11-09 09:25:39 -08:00
Raymond Zhao
594f2629f4
Add margins to inline accordion 2021-11-09 08:06:10 -08:00
Raymond Zhao
d853eadcf4 Polish column widths 2021-11-08 15:37:33 -08:00
Raymond Zhao
6faa695839 Disambiguate inline and side accordions 2021-11-08 15:32:15 -08:00
Raymond Zhao
80b380b1a5 Fix failing dropdown match 2021-11-08 15:09:27 -08:00
Raymond Zhao
d767587d3e Fix specifications dropdown 2021-11-08 15:01:22 -08:00
Raymond Zhao
dc33563d8e Fix implementors small layout 2021-11-08 14:51:32 -08:00
Raymond Zhao
395ed2088a Fix overview selected attribute 2021-11-08 14:45:49 -08:00
Raymond Zhao
dd27eeaeae Add small-nav to overview page 2021-11-08 14:35:20 -08:00
Raymond Zhao
9f4e604bb3 Change specs template for non-large layout 2021-11-08 14:07:35 -08:00
Raymond Zhao
d9ba63686f Show sidebars for smaller widths 2021-11-08 12:44:17 -08:00
Dirk Baeumer
565852e085
Revert "Merge pull request #1373 from microsoft/nimullen/restrictlinking"
This reverts commit d4a43c77ff, reversing
changes made to b0fd75ea7b.
2021-11-08 18:15:22 +01:00
Dirk Bäumer
d4a43c77ff
Merge pull request #1373 from microsoft/nimullen/restrictlinking
Restrict linking to only the 3-17 specification.
2021-11-08 18:10:47 +01:00
Dirk Bäumer
b0fd75ea7b
Merge pull request #1374 from Beaglefoot/patch-2
Add AWK Language Server to the list
2021-11-08 18:10:17 +01:00
Stanislav Chernov
c6d13097f2
Add AWK Language Server to the list 2021-11-06 17:30:06 +03:00
N. Taylor Mullen
704ba32e3b 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
2021-11-05 13:57:48 -07:00
Dirk Baeumer
8ee3c3dd42
Clarify rename 2021-11-05 11:36:23 +01:00
Dirk Baeumer
215b38b4be
Fixes #1284: Question: Should willSaveWaitUntil, willSave and save be rejected if the document is not opened? 2021-11-05 08:47:21 +01:00
Dirk Baeumer
27c15c694a
Fixes #1244: CodeActionContext.triggerKind 2021-11-04 21:10:17 +01:00
Dirk Baeumer
4b0d14937b
Carry #1372 over to 3.17 2021-11-04 18:06:14 +01:00
Dirk Bäumer
0dad6bb8b3
Merge pull request #1372 from fawzi/gh-pages
Make specification more uniform to improve automatic parsing
2021-11-04 18:05:28 +01:00
Fawzi Mohamed
dc493ca187 Make specification more uniform to improve automatic parsing
* always use "_Client Capability_:" before client capabilities
* correct type putting colon before_
* always add colon after "* property type"
2021-11-04 14:59:52 +01:00
Dirk Bäumer
40597e517f
Merge pull request #1371 from TobiasYin/patch-1
Update sdks.md: Add a sdk for golang
2021-11-04 11:29:19 +01:00
Tobias Yin
c8af1ac821
Update sdks.md
Add golang lsp sdk: go-lsp.
2021-11-04 14:22:25 +08:00
Dirk Baeumer
8808ac82de
Move multilineTokenSupport to 3.17 2021-11-02 15:59:53 +01:00
Dirk Bäumer
422d8b31ee
Merge pull request #1178 from DanTup/clarify-semantic-token-endings
Clarify lengths that go past the end of the line for single-line semantic tokens
2021-11-02 15:58:34 +01:00
Dirk Baeumer
e0f15d54bb
Fixes #1290: Add support for CompletionList.range 2021-11-02 15:32:52 +01:00
Dirk Baeumer
60e507f110
Fixes #1235: Data type for data 2021-11-02 12:33:30 +01:00
Dirk Baeumer
f2e1534c6b
Fixes #1200: foldingRange: clarify the meaning of [] vs null responses 2021-11-02 11:53:19 +01:00
Dirk Baeumer
14f7c980e3
Support for HTML tags in markdown 2021-11-02 11:37:10 +01:00
Raymond Zhao
9c237414ac Adjust column widths 2021-11-01 21:27:04 +00:00
Raymond Zhao
afbd6405ee Fixes Microsoft logo in footer in dark mode
See https://github.com/microsoft/debug-adapter-protocol/issues/208
2021-11-01 21:24:50 +00:00
Dirk Baeumer
871d9db627
Add augmentsSyntaxTokens capability 2021-11-01 17:35:21 +01:00
Dirk Baeumer
c3bfa826b4
Small wording change 2021-10-28 16:09:22 +02:00
Dirk Baeumer
22390607ee
Fixes #938: Update completion behavior in the LSP docs 2021-10-28 16:07:58 +02:00
Dirk Baeumer
2144777bca
Addresses #722: How should the client act when textDocumentSync=none 2021-10-28 15:39:40 +02:00
Dirk Baeumer
bf4d2bbf8e
Minor correction 2021-10-28 13:41:07 +02:00