From 85dd6219d1634f6c48bcc77ff137a2370d74211e Mon Sep 17 00:00:00 2001 From: Remi Schnekenburger Date: Wed, 28 Jun 2023 09:41:23 +0200 Subject: [PATCH] vscode: API version to 1.78.0 This updates the default VS Code API from 1.77.0 to 1.78.0. Contributed on behalf of STMicroelectronics Signed-off-by: Remi Schnekenburger --- dev-packages/application-package/src/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-packages/application-package/src/api.ts b/dev-packages/application-package/src/api.ts index 6e23cadfccedc..f906021ceea8e 100644 --- a/dev-packages/application-package/src/api.ts +++ b/dev-packages/application-package/src/api.ts @@ -18,4 +18,4 @@ * The default supported API version the framework supports. * The version should be in the format `x.y.z`. */ -export const DEFAULT_SUPPORTED_API_VERSION = '1.77.0'; +export const DEFAULT_SUPPORTED_API_VERSION = '1.78.0';