Skip to content

Aeschli/111508 #2156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 122 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
122 commits
Select commit Hold shift + click to select a range
5c20fa8
Add LspTypes for C# and clean up table.
kaby76 Sep 26, 2020
67f7f96
Add Nova to list of Tools supporting the LSP
apexskier Sep 28, 2020
c9287f9
Merge pull request #1100 from microsoft/aeschli/review-9-29
dbaeumer Sep 29, 2020
ac10f13
Merge pull request #1099 from apexskier/patch-1
dbaeumer Sep 29, 2020
5efd961
usful -> useful
aeschli Sep 30, 2020
1cf527d
Clarify code action resolve
dbaeumer Oct 1, 2020
b0e64be
Clarify progress reporting
dbaeumer Oct 5, 2020
4bbb1d9
Add support for Diagnostic#data property
dbaeumer Oct 5, 2020
ce25d53
Merge pull request #1098 from kaby76/gh-pages
dbaeumer Oct 5, 2020
bbdbaea
Add label support for document symbol
dbaeumer Oct 6, 2020
b56a40f
Clarify client responsibility to convert selection into a position.
dbaeumer Oct 8, 2020
1de6e8e
Document code description support.
dbaeumer Oct 9, 2020
b1e2203
Fixes some misspellings
KamasamaK Oct 11, 2020
8700c61
Update to new Microsoft cookie banner
Oct 11, 2020
73d55e4
Merge pull request #1102 from KamasamaK/spelling-fixes-20201011
Oct 11, 2020
e1cf659
Merge pull request #1103 from gregvanl/gh-pages
Oct 12, 2020
6aa2b33
Fix string literals.
dbaeumer Oct 19, 2020
d8ed409
Add missing capabilities for callHierarchy
KamasamaK Oct 19, 2020
92dd596
Limit code blocks to 96 characters
dbaeumer Oct 19, 2020
605e2b7
Some more code block formatting
dbaeumer Oct 19, 2020
a6086e0
Even more code block formatting
dbaeumer Oct 19, 2020
2edd361
Yet another code block formatting
dbaeumer Oct 19, 2020
6af4576
Not yet done with code blocks.
dbaeumer Oct 19, 2020
f991e01
Reformat code blocks for version 3.15
dbaeumer Oct 19, 2020
edb3db3
One additional reformat
dbaeumer Oct 19, 2020
2bd982c
Code block reformatting for LSIF
dbaeumer Oct 19, 2020
1619082
Merge pull request #1105 from KamasamaK/call-hierarchy-capabilities
dbaeumer Oct 20, 2020
fc7e377
Format code block
dbaeumer Oct 20, 2020
5adfa05
Add data property to CallHierarchyItem
dbaeumer Oct 20, 2020
83affee
Add some missing items to change log
KamasamaK Oct 20, 2020
23a65da
Document refresh support for semantic tokens
dbaeumer Oct 20, 2020
695bdd6
Fix small typo
dbaeumer Oct 20, 2020
44ce151
Add WorkspaceSymbolOptions to workspaceSymbolProvider capability
dbaeumer Oct 21, 2020
e0ce1b7
Merge pull request #1106 from KamasamaK/change-log-20201020
dbaeumer Oct 21, 2020
99b5459
Set tab-size for code block
dbaeumer Oct 22, 2020
5878a52
Fixes #1107: How to dynamically register semantic tokens
dbaeumer Oct 22, 2020
302e8e6
Correct the slash to textDocument/semanticTokens
rcjsuen Oct 22, 2020
ac43401
Merge pull request #1111 from rcjsuen/reverse-slash
dbaeumer Oct 22, 2020
9a503ee
Tune comment widths to avoid horizontal scroll bar
Oct 23, 2020
593deb9
Merge pull request #1112 from gregvanl/gh-pages
Oct 23, 2020
793c37d
Code block formatting
dbaeumer Oct 23, 2020
38ce514
More code block formatting
dbaeumer Oct 23, 2020
ec04261
Code block formatting in LSIF
dbaeumer Oct 23, 2020
3836dcc
Tune width of 3-16 spec
Oct 24, 2020
a94f201
Merge pull request #1113 from gregvanl/gh-pages
Oct 24, 2020
21c21ca
Clarify SemanticTokenTypes#type
dbaeumer Oct 29, 2020
47bfde0
Update sdks.md
jojanaho Nov 1, 2020
527de9b
Merge pull request #1121 from jojanaho/patch-1
dbaeumer Nov 2, 2020
c6f1e4a
Update for Haskell Language Server (HLS)
thai-d-v Nov 3, 2020
bbee25d
Merge pull request #1122 from dvthai89/patch-1
dbaeumer Nov 3, 2020
7108dd1
Document InsertReplaceEdit
dbaeumer Nov 3, 2020
a3f10f1
Escape dollar signs.
AndreasMatthias Nov 3, 2020
04150e6
Fixes #1077:
dbaeumer Nov 4, 2020
4587d91
Add Stylable LSP to list of implementors
tomrav Nov 4, 2020
b795b3b
Clarify number: introduce integer, uinteger and decimal.
dbaeumer Nov 4, 2020
f30ed19
Merge pull request #1126 from tomrav/patch-1
dbaeumer Nov 5, 2020
cc2c6b2
Clarify close in the context of diagnostics
dbaeumer Nov 5, 2020
2ff3565
Fixes #1125: Specification: Misleading section title?
dbaeumer Nov 5, 2020
1a9e041
Merge pull request #1124 from AndreasMatthias/gh-pages-am
dbaeumer Nov 5, 2020
4a29ca0
Fixes #1128: Support to preserve properties on MessageActionItem
dbaeumer Nov 5, 2020
7ddb972
Fix typo
dbaeumer Nov 5, 2020
e8345fa
Fixes #1021: Add client capability to signal whether client normalize…
dbaeumer Nov 5, 2020
bc00b8b
Fixes #754: Add localization option in initialization request.
dbaeumer Nov 5, 2020
1ecc719
Fixes #910: Document the structure of a notification & request / resp…
dbaeumer Nov 5, 2020
792891b
Fixes #83: Clarify magic indentation fixes applied to multi-line text…
dbaeumer Nov 6, 2020
ce0393b
Fixes #483: Standardize typical CLI options
dbaeumer Nov 6, 2020
558f1e1
Fixes #192: Missing support for onDidChangeCodeLenses
dbaeumer Nov 6, 2020
05a65d0
Update servers.md
Nov 9, 2020
a955452
Fixes #1133: Should showMessage : ShowMessageRequestClientCapabilitie…
dbaeumer Nov 9, 2020
8612567
Merge pull request #1135 from kthoms/patch-7
dbaeumer Nov 9, 2020
4e76338
Clarify insertTextMode default behavior
dbaeumer Nov 9, 2020
357026e
Some word smithing.
dbaeumer Nov 10, 2020
ec37705
Fixes #612: Feature request: Server initiated "window/showTextDocumen…
dbaeumer Nov 10, 2020
61b0a71
Fix href link
dbaeumer Nov 10, 2020
df3b370
Formatting fixes
dbaeumer Nov 10, 2020
03ee8ee
Fix typo
dbaeumer Nov 10, 2020
af7e5c2
Fixes #1136: clarify codeAction/resolve spec
dbaeumer Nov 11, 2020
6a9887b
Clarify #83
dbaeumer Nov 11, 2020
dcd83d6
Fixes #1131: ApplyWorkspaceEditResponse: failedChange is undocumented
dbaeumer Nov 11, 2020
141e668
Fixes #957: rootUri deprecated or not?
dbaeumer Nov 11, 2020
e57a5bd
Fixes #962: Could you add an example for a `telemetry event` to the s…
dbaeumer Nov 11, 2020
6e15957
Fixes #884: What is the purpose of the two definitions, SymbolInforma…
dbaeumer Nov 11, 2020
add234b
Fixes #857: Document/Explain Specification Versions
dbaeumer Nov 11, 2020
0ee5355
Fixes #653: DidChangeWatchedFiles for Folders?
dbaeumer Nov 12, 2020
d1bfc10
Fixes #363: Reduce RegEx capabilities to smaller and more common set
dbaeumer Nov 12, 2020
76e76fc
Add some documentation to regular expression engine
dbaeumer Nov 12, 2020
8acd60f
Added missing client capabilities and fixed misspelling
KamasamaK Nov 12, 2020
99b21c4
Merge pull request #1138 from KamasamaK/missing-capabilities-20201112
dbaeumer Nov 13, 2020
abe4127
Clarify regular expression engine
dbaeumer Nov 13, 2020
0babc45
Clarified telemetry event
dbaeumer Nov 13, 2020
bdfc3a3
ProgressToken should be integer.
dbaeumer Nov 13, 2020
aeca74d
Introduce OptionalVersionedTextDocumentIdentifier
dbaeumer Nov 13, 2020
52abeaf
Did save sends a versioned text document identifer.
dbaeumer Nov 13, 2020
0ab460c
Improve wording
KamasamaK Nov 13, 2020
286c38e
Merge pull request #1141 from KamasamaK/improve-wording-20201113
dbaeumer Nov 13, 2020
2389208
Enable spell checking
dbaeumer Nov 13, 2020
a7f5ec7
Fixes #1092: Support onTypeRename
dbaeumer Nov 13, 2020
828b5d0
Add on type rename to change log
dbaeumer Nov 13, 2020
0e11644
Fix toc
dbaeumer Nov 13, 2020
25d9772
Fix trace param interface names
KamasamaK Nov 16, 2020
58ab131
Merge pull request #1142 from KamasamaK/trace-params-name
dbaeumer Nov 16, 2020
40e9f05
Correct spelling
dbaeumer Nov 16, 2020
285ae37
Fixes #998: Support WorkspaceEditEntryMetadata
dbaeumer Nov 16, 2020
e004d18
Spell checking
dbaeumer Nov 16, 2020
4e1c4ea
Fixes #791: Which variant of Markdown?
dbaeumer Nov 17, 2020
ba532da
Add mardown property
dbaeumer Nov 17, 2020
c69224c
Fix layouting issues
dbaeumer Nov 17, 2020
063ee0f
Add markdown parser
dbaeumer Nov 18, 2020
99b8f2a
Clarify #1144
dbaeumer Nov 19, 2020
8bbf1a0
Clarify livetime of a progress token
dbaeumer Nov 20, 2020
9bcd089
Add terraform-ls
paultyng Nov 20, 2020
4bc9573
Fixes #1147: 3.16: didSave breaking change with (Versioned)TextDocume…
dbaeumer Nov 23, 2020
6525763
Merge pull request #1145 from paultyng/terraform-ls
dbaeumer Nov 23, 2020
575c23a
Rename member -> method.
dbaeumer Nov 23, 2020
ed36538
ConvertprepareSupportDefaultBehavior to enum
dbaeumer Nov 30, 2020
d4d7d55
Tweaks to simplify parsing of spec
DanTup Dec 1, 2020
3344911
Merge pull request #1156 from DanTup/parse-tweaks
dbaeumer Dec 1, 2020
df42c47
Rename onTypeRename to LinkedEditing
dbaeumer Dec 1, 2020
f6931b6
More rename fixes
dbaeumer Dec 1, 2020
5ad3980
LinkedEditing -> LinkedEditingRange
dbaeumer Dec 1, 2020
c485961
Update toc
dbaeumer Dec 1, 2020
a5d401a
small formatting changes, missing comma. For microsoft/vscode#111508
aeschli Dec 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"editor.rulers": [
80
],
"cSpell.words": [
"ABAP",
"EBNF",
"LSIF",
"Naur",
"RGBA",
"Retriggers",
"Struct",
"Sublime's",
"Unregistration",
"bibtex",
"diagnostic's",
"downcase",
"hover's",
"lightbulbs",
"quickfix",
"refactorings",
"retrigger",
"sectionid",
"textedit",
"transactionally",
"uhhhh",
"uinteger",
"unregister",
"unregisterations",
"unregistrations",
"upcase",
"workspaceedit"
]
}
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 2.7.0p0
ruby 2.5.1p57

BUNDLED WITH
2.1.4
8 changes: 4 additions & 4 deletions _data/specification-3-15-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
anchor: markupContent
- title: Work Done Progress
anchor: workDoneProgress
- title: Work Done Progress Params
anchor: workDoneProgressParams
- title: Work Done Progress Options
anchor: workDoneProgressOptions
- title: Client Initiated Progress
anchor: clientInitiatedProgress
- title: Server Initiated Progress
anchor: serverInitiatedProgress
- title: Partial Results
anchor: partialResults
- title: Partial Result Params
Expand Down
16 changes: 12 additions & 4 deletions _data/specification-3-16-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
children:
- title: URI
anchor: uri
- title: Regular Expression
anchor: regExp
- title: Text Documents
anchor: textDocuments
- title: Position
Expand Down Expand Up @@ -63,10 +65,10 @@
anchor: markupContent
- title: Work Done Progress
anchor: workDoneProgress
- title: Work Done Progress Params
anchor: workDoneProgressParams
- title: Work Done Progress Options
anchor: workDoneProgressOptions
- title: Client Initiated Progress
anchor: clientInitiatedProgress
- title: Server Initiated Progress
anchor: serverInitiatedProgress
- title: Partial Results
anchor: partialResults
- title: Partial Result Params
Expand Down Expand Up @@ -95,6 +97,8 @@
anchor: window_showMessage
- title: showMessageRequest
anchor: window_showMessageRequest
- title: showDocument
anchor: window_showDocument
- title: logMessage
anchor: window_logMessage
- title: progress/create
Expand Down Expand Up @@ -187,6 +191,8 @@
anchor: textDocument_codeLens
- title: codeLens resolve
anchor: codeLens_resolve
- title: codeLens refresh
anchor: codeLens_refresh
- title: documentLink
anchor: textDocument_documentLink
- title: documentLink resolve
Expand Down Expand Up @@ -217,6 +223,8 @@
anchor: callHierarchy_outgoingCalls
- title: semantic tokens
anchor: textDocument_semanticTokens
- title: linkedEditingRange
anchor: textDocument_linkedEditingRange
- title: moniker
anchor: textDocument_moniker
- title: Change Log
Expand Down
22 changes: 12 additions & 10 deletions _implementors/sdks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,24 @@ index: 3

| Language | Maintainer | Repository |
|------|--------|----------|
| node.js | MS | [vscode-languageserver-node](https://github.com/Microsoft/vscode-languageserver-node) |
| C# | [Inomata Kentaro](https://github.com/matarillo/) | [LanguageServerProtocol](https://github.com/matarillo/LanguageServerProtocol)|
| C# | [OmniSharp](http://www.omnisharp.net/) | [C#-LSP](https://github.com/OmniSharp/csharp-language-server-protocol)|
| C# | MS | work in progress by [David Wilson](https://github.com/daviwil) |
| Java | Eclipse, TypeFox | [Eclipse LSP4J](https://github.com/eclipse/lsp4j) |
| C# | [Ken Domino](https://github.com/kaby76) | [LspTypes for C#](https://github.com/kaby76/lsp-types) |
| C++ | [Kuafu](https://github.com/kuafuwang) | [LspCpp](https://github.com/kuafuwang/LspCpp)|
| C++17 | [otreblan](https://github.com/otreblan) | [libclsp](https://github.com/otreblan/libclsp) (WIP)|
| Go | [disposedtrolley](https://github.com/disposedtrolley) | [golsp-sdk](https://github.com/goodgophers/golsp-sdk) (WIP)|
| Haskell | [Alan Zimmerman](https://github.com/alanz) | [Haskell-LSP](https://github.com/alanz/haskell-lsp)|
| Haskell | [Luke Lau](https://github.com/Bubba) | [lsp-test](https://github.com/Bubba/lsp-test)|
| Haxe | @nadako | [language-server-protocol-haxe](https://github.com/vshaxe/language-server-protocol-haxe)|
| Java | Eclipse, TypeFox | [Eclipse LSP4J](https://github.com/eclipse/lsp4j) |
| node.js | MS | [vscode-languageserver-node](https://github.com/Microsoft/vscode-languageserver-node) |
| Objective-C | [Christopher Atlan](https://twitter.com/catlan) | [LSPKit](https://github.com/catlan/LSPKit)|
| PHP | [Felix Becker](https://github.com/felixfbecker) | [php-language-server](https://github.com/felixfbecker/php-language-server)|
| Python | [Open Law Library](http://www.openlawlib.org/) | [pygls](https://github.com/openlawlibrary/pygls)|
| Python | [Yeger](https://github.com/yeger00) | [pylspclient](https://github.com/yeger00/pylspclient)|
| Rust | [Bruno Medeiros](https://github.com/bruno-medeiros) | [RustLSP](https://github.com/RustDT/RustLSP)|
| Rust | Bruno Medeiros and Markus Westerlind | [lsp-types](https://github.com/gluon-lang/lsp-types)
| Haskell | [Alan Zimmerman](https://github.com/alanz) | [Haskell-LSP](https://github.com/alanz/haskell-lsp)|
| Haskell | [Luke Lau](https://github.com/Bubba) | [lsp-test](https://github.com/Bubba/lsp-test)|
| C# | [OmniSharp](http://www.omnisharp.net/) | [C#-LSP](https://github.com/OmniSharp/csharp-language-server-protocol)|
| C# | [Inomata Kentaro](https://github.com/matarillo/) | [LanguageServerProtocol](https://github.com/matarillo/LanguageServerProtocol)|
| Objective-C | [Christopher Atlan](https://twitter.com/catlan) | [LSPKit](https://github.com/catlan/LSPKit)|
| Rust | [Eyal Kalderon](https://github.com/ebkalderon) | [tower-lsp](https://github.com/ebkalderon/tower-lsp)
| Swift | [Chime](https://twitter.com/chimehq) | [SwiftLSPClient](https://github.com/chimehq/SwiftLSPClient)|
| C++ | [Kuafu](https://github.com/kuafuwang) | [LspCpp](https://github.com/kuafuwang/LspCpp)|
| Go | [disposedtrolley](https://github.com/disposedtrolley) | [golsp-sdk](https://github.com/goodgophers/golsp-sdk) (WIP)|
| C++17 | [otreblan](https://github.com/otreblan) | [libclsp](https://github.com/otreblan/libclsp) (WIP)|
{: .table .table-bordered .table-responsive}
8 changes: 5 additions & 3 deletions _implementors/servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ index: 1
| [Groovy](http://groovy-lang.org/) | [Prominic.NET](https://moonshine-ide.com/) | [Groovy Language Server](https://github.com/prominic/groovy-language-server) | Java |
| [Groovy](http://groovy-lang.org/) | [VsCode Groovy Lint](https://marketplace.visualstudio.com/items?itemName=NicolasVuillamy.vscode-groovy-lint) | [VsCode Groovy Lint Language Server](https://github.com/nvuillam/vscode-groovy-lint/tree/master/server) | TypeScript |
| HTML | MS | [vscode-html-languageserver](https://github.com/Microsoft/vscode/tree/master/extensions/html-language-features/server) | TypeScript |
| Haskell| [Alan Zimmerman](https://github.com/alanz) | [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine) | Haskell |
| Haskell| [Alan Zimmerman](https://github.com/alanz) | [Haskell Language Server (HLS)](https://github.com/haskell/haskell-language-server) | Haskell |
| [Haxe](https://haxe.org/) | [Haxe Foundation](https://github.com/HaxeFoundation/) | [Haxe Language Server](https://github.com/vshaxe/haxe-language-server) | Haxe |
| [Isabelle](https://www.cl.cam.ac.uk/research/hvg/Isabelle/) | [Makarius Wenzel](https://github.com/makarius) | [sources](https://isabelle.in.tum.de/repos/isabelle/file/tip/src/Tools/VSCode) | Scala |
| JSON | MS | [vscode-json-languageserver](https://www.npmjs.com/package/vscode-json-languageserver) | TypeScript |
Expand Down Expand Up @@ -118,11 +118,13 @@ index: 1
| Scala | [Iulian Dragos](https://github.com/dragos) | [dragos-vscode-scala](https://github.com/dragos/dragos-vscode-scala) | Scala |
| Scala | [Scalameta](https://github.com/scalameta) | [Metals](https://github.com/scalameta/metals) | Scala |
| SPARQL | [Stardog Union](https://github.com/stardog-union) | [SPARQL Language Server](https://github.com/stardog-union/stardog-language-servers/tree/master/packages/sparql-language-server) | TypeScript |
| Stylable | [Wix.com](https://www.wix.com) | [stylable/language-service](https://github.com/wix/stylable/tree/master/packages/language-service) | TypeScript |
| Svelte | [UnwrittenFun](https://github.com/UnwrittenFun) | [svelte-language-server](https://github.com/UnwrittenFun/svelte-language-server) | TypeScript |
| Swift | [Apple](https://github.com/apple) | [SourceKit-LSP](https://github.com/apple/sourcekit-lsp) | Swift |
| Sysl | [ANZ Bank](https://github.com/anz-bank) | [Sysl LSP](https://github.com/anz-bank/sysl) | Go |
| SystemVerilog | [dalance](https://github.com/dalance) | [svls](https://github.com/dalance/svls) | Rust |
| [Terraform](https://terraform.io) | [Julio Tain Sueiras](https://github.com/juliosueiras) | [terraform-lsp](https://github.com/juliosueiras/terraform-lsp) | Go |
| [Terraform](https://www.terraform.io/) | [Julio Tain Sueiras](https://github.com/juliosueiras) | [terraform-lsp](https://github.com/juliosueiras/terraform-lsp) | Go |
| [Terraform](https://www.terraform.io/) | [HashiCorp](https://github.com/hashicorp) | [terraform-ls](https://github.com/hashicorp/terraform-ls) | Go |
| Turtle | [Stardog Union](https://github.com/stardog-union) | [Turtle Language Server](https://github.com/stardog-union/stardog-language-servers/tree/master/packages/turtle-language-server) | TypeScript |
| TypeCobol| [TypeCobol](https://github.com/TypeCobolTeam) | [TypeCobol language server](https://github.com/TypeCobolTeam/TypeCobol/tree/master/TypeCobol.LanguageServer) | C# |
| TypeScript|[TypeFox](http://typefox.io/)| [typescript-language-server](https://github.com/theia-ide/typescript-language-server) | TypeScript |
Expand All @@ -137,7 +139,7 @@ index: 1
| WXML| [Qiming Zhao](https://github.com/chemzqm)| [wxml-languageserver](https://github.com/chemzqm/wxml-languageserver) | TypeScript |
| XML | IBM | [XML Language Server](https://github.com/microclimate-devops/xml-language-server) | Java |
| XML | [Red Hat Developers](https://github.com/redhat-developer) and [Angelo ZERR](https://github.com/angelozerr/) | [XML Language Server (LemMinX)](https://github.com/eclipse/lemminx) | Java |
| [Xtext language framework](https://www.eclipse.org/Xtext/) | Eclipse | [Eclipse Xtext](https://github.com/eclipse/xtext-core/blob/master/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/LanguageServerImpl.xtend)| Java |
| [Xtext language framework](https://www.eclipse.org/Xtext/) | Eclipse | [Eclipse Xtext](https://github.com/eclipse/xtext-core/blob/master/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/LanguageServerImpl.java)| Java |
| YAML (with JSON schemas)| [Adam Voss](https://github.com/adamvoss) | [vscode-yaml-languageservice](https://github.com/adamvoss/vscode-yaml-languageservice) | TypeScript |
| YAML| [Red Hat Developers](https://github.com/redhat-developer) | [yaml-language-server](https://github.com/redhat-developer/yaml-language-server) | TypeScript |
| [YANG](https://tools.ietf.org/html/rfc7950)| [Yang tools](https://github.com/yang-tools) | [yang-lsp](https://github.com/yang-tools/yang-lsp) | XTend |
Expand Down
1 change: 1 addition & 0 deletions _implementors/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ index: 2
| [Kate](https://kate-editor.org) | [Kate Team](https://kate-editor.org) | [kate](https://invent.kde.org/kde/kate) |
| [JCIDE](https://www.javacardos.com/tools) | [Javacardos](https://www.javacardos.com) | [JCIDE](https://www.javacardos.com/javacardforum/viewtopic.php?f=5&t=2108&p=6175#p6175) |
| [RAD Studio](https://www.embarcadero.com/products/rad-studio) ([Delphi](https://www.embarcadero.com/products/delphi) and [C++Builder](https://www.embarcadero.com/products/cbuilder)) | [Embarcadero](https://www.embarcadero.com/) | Proprietary |
| [Nova](https://nova.app) | [Panic Inc](http://panic.com) | Proprietary |
{: .table .table-bordered .table-responsive}
17 changes: 1 addition & 16 deletions _includes/cookie_notice.html
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
<div id='mscc-cookie-container'>
<div id='msccBanner' dir='ltr' data-site-name='uhf-code.visualstudio.com' data-mscc-version='0.4.0' data-nver='aspnet-2.0.7'
data-sver='0.1.2' class='cc-banner' role='alert'>
<div class='cc-container'>
<svg class='cc-icon cc-v-center' x='0px' y='0px' viewBox='0 0 44 44' height='30px' fill='none' stroke='currentColor'>
<circle cx='22' cy='22' r='20' stroke-width='2'></circle>
<line x1='22' x2='22' y1='18' y2='33' stroke-width='3'></line>
<line x1='22' x2='22' y1='12' y2='15' stroke-width='3'></line>
</svg>
<span class='cc-v-center cc-text'>This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to
this use.</span>
<a href='https://go.microsoft.com/fwlink/?linkid=845480' aria-label='Learn more about Microsoft&#39;s Cookie Policy'
id='msccLearnMore' class='cc-link cc-v-center cc-float-right' data-mscc-ic='false'>Learn more</a>
</div>
</div>
</div>
<div id='cookie-banner'></div>
26 changes: 21 additions & 5 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<footer class="footer">
<script>
function manageConsent() {
if (WcpConsent.siteConsent.isConsentRequired) {
WcpConsent.siteConsent.manageConsent();
}
}
</script>

<div class="container">
<div class="row">
<div class="col-sm-7">
Expand All @@ -15,11 +23,19 @@
</ul>
</div>
<div class="col-sm-5">
<div class="copyright">
<a id="footer-microsoft-link" class="logo" href="https://www.microsoft.com">
<img src="{{site.baseurl}}/img/microsoft.svg" alt="Microsoft">
</a>
</div>
<ul class="links">
<li style="display: none;" >
<a id="footer-cookie-link" style="cursor: pointer; padding-right:20px" onclick="manageConsent()"
aria-label="Manage cookies">Manage cookies</a>
</li>
<li>
<div class="copyright">
<a id="footer-microsoft-link" class="logo" href="https://www.microsoft.com">
<img src="{{site.baseurl}}/img/microsoft.svg" alt="Microsoft">
</a>
</div>
</li>
</ul>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link rel="stylesheet" href="//uhf.microsoft.com/mscc/statics/mscc-0.4.0.min.css">

<!-- link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous" -->
<link rel="stylesheet" href="{{ "/css/bootswatch/cosmo/bootstrap.min.css" | prepend: site.baseurl }}">
Expand Down
4 changes: 2 additions & 2 deletions _includes/js_files.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>

<!-- MicroSoft cookie library -->
<script src="https://uhf.microsoft.com/mscc/statics/mscc-0.4.0.min.js"></script>
<!-- Microsoft EU cookie compliance library -->
<script src="https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-62780441-30"></script>

Expand Down
Loading