Skip to content

Commit 65edc49

Browse files
authored
Add stub lmTools proposal to prevent old extensions from installing in 1.95 (#232668)
1 parent 072f7c3 commit 65edc49

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/vs/platform/extensions/common/extensionsApiProposals.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ const _allApiProposals = {
242242
languageStatusText: {
243243
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.languageStatusText.d.ts',
244244
},
245+
lmTools: {
246+
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.lmTools.d.ts',
247+
version: 15
248+
},
245249
mappedEditsProvider: {
246250
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.mappedEditsProvider.d.ts',
247251
},
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*---------------------------------------------------------------------------------------------
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for license information.
4+
*--------------------------------------------------------------------------------------------*/
5+
6+
// version: 15
7+
8+
declare module 'vscode' {
9+
}

0 commit comments

Comments
 (0)