Skip to content

Commit

Permalink
Fixes microsoft#1565: LanguageKind is marked as proposed and since 3.…
Browse files Browse the repository at this point in the history
…18, but is referenced from non-proposed TextDocumentItem.languageId (microsoft#1593)
  • Loading branch information
dbaeumer authored and MariaSolOs committed Jan 31, 2025
1 parent 2db9a1a commit b189010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions protocol/metaModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15207,9 +15207,8 @@
}
],
"supportsCustomValues": true,
"documentation": "Predefined Language kinds\n@since 3.18.0\n@proposed",
"since": "3.18.0",
"proposed": true
"documentation": "Predefined Language kinds\n@since 3.18.0",
"since": "3.18.0"
},
{
"name": "InlineCompletionTriggerKind",
Expand Down
1 change: 0 additions & 1 deletion types/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,6 @@ export interface TextDocumentItem {
/**
* Predefined Language kinds
* @since 3.18.0
* @proposed
*/
export namespace LanguageKind {
export const ABAP = 'abap' as const;
Expand Down

0 comments on commit b189010

Please sign in to comment.