Skip to content

Commit

Permalink
vscode: API version to 1.78.0 (eclipse-theia#12655)
Browse files Browse the repository at this point in the history
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 <rschnekenburger@eclipsesource.com>
  • Loading branch information
rschnekenbu committed Jun 29, 2023
1 parent 6e07902 commit 897f7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/application-package/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 897f7a8

Please sign in to comment.