Skip to content

Commit

Permalink
Add stub lmTools proposal to prevent old extensions from installing i…
Browse files Browse the repository at this point in the history
…n 1.95 (#232668)
  • Loading branch information
roblourens authored Oct 31, 2024
1 parent 072f7c3 commit 65edc49
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vs/platform/extensions/common/extensionsApiProposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ const _allApiProposals = {
languageStatusText: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.languageStatusText.d.ts',
},
lmTools: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.lmTools.d.ts',
version: 15
},
mappedEditsProvider: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.mappedEditsProvider.d.ts',
},
Expand Down
9 changes: 9 additions & 0 deletions src/vscode-dts/vscode.proposed.lmTools.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/

// version: 15

declare module 'vscode' {
}

0 comments on commit 65edc49

Please sign in to comment.