From 04725b685ad13ffa86e351eecda902610e0e93bc Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 19 Aug 2024 10:29:47 -0400 Subject: [PATCH] fix: bumps vscode extension version to allow side-loading --- vscode/microsoft-kiota/package-lock.json | 4 ++-- vscode/microsoft-kiota/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode/microsoft-kiota/package-lock.json b/vscode/microsoft-kiota/package-lock.json index 1e898f85d0..81b1f75477 100644 --- a/vscode/microsoft-kiota/package-lock.json +++ b/vscode/microsoft-kiota/package-lock.json @@ -1,12 +1,12 @@ { "name": "kiota", - "version": "1.17.100000001", + "version": "1.18.100000001", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kiota", - "version": "1.17.100000001", + "version": "1.18.100000001", "dependencies": { "@vscode/extension-telemetry": "^0.9.7", "@vscode/l10n": "^0.0.18", diff --git a/vscode/microsoft-kiota/package.json b/vscode/microsoft-kiota/package.json index 76296a8fee..b8fa7df264 100644 --- a/vscode/microsoft-kiota/package.json +++ b/vscode/microsoft-kiota/package.json @@ -3,7 +3,7 @@ "displayName": "Microsoft Kiota", "publisher": "ms-graph", "description": "Client generator for HTTP REST APIs described by OpenAPI which helps eliminate the need to take a dependency on a different API client for every API that you need to call, as well as limiting the generation to the exact API surface area you're interested in, thanks to a filtering capability.", - "version": "1.17.100000001", + "version": "1.18.100000001", "kiotaVersion": "1.17.0", "telemetryInstrumentationKey": "4c6357e0-daf9-42b5-bdfb-67878f8957b5", "icon": "images/logo.png",