Skip to content

Commit

Permalink
chore: update default vscode engine version (#4320)
Browse files Browse the repository at this point in the history
  • Loading branch information
bk1012 authored Jan 16, 2025
1 parent 19214f6 commit 92e7bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-common/src/const/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const DEFAULT_APPLICATION_WEB_HOST = 'web';
export const DEFAULT_URI_SCHEME = 'sumi';
export const DEFAULT_OPENVSX_REGISTRY = 'https://open-vsx.org'; // Official Registry

export const DEFAULT_VSCODE_ENGINE_VERSION = '1.94.2';
export const DEFAULT_VSCODE_ENGINE_VERSION = '1.96.2';

0 comments on commit 92e7bca

Please sign in to comment.