We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b139754 commit dadd73fCopy full SHA for dadd73f
protocol/metaModel.json
@@ -15207,9 +15207,8 @@
15207
}
15208
],
15209
"supportsCustomValues": true,
15210
- "documentation": "Predefined Language kinds\n@since 3.18.0\n@proposed",
15211
- "since": "3.18.0",
15212
- "proposed": true
+ "documentation": "Predefined Language kinds\n@since 3.18.0",
+ "since": "3.18.0"
15213
},
15214
{
15215
"name": "InlineCompletionTriggerKind",
types/src/main.ts
@@ -1891,7 +1891,6 @@ export interface TextDocumentItem {
1891
/**
1892
* Predefined Language kinds
1893
* @since 3.18.0
1894
- * @proposed
1895
*/
1896
export namespace LanguageKind {
1897
export const ABAP = 'abap' as const;
0 commit comments