Skip to content

Commit

Permalink
bump API to the latest VS Code version
Browse files Browse the repository at this point in the history
Change-Id: I5ef6376431d2ec9ed519d5f2f6b46053542736cc
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
  • Loading branch information
benoitf committed Oct 11, 2020
1 parent 6fb058a commit c636266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-ext-vscode/src/node/plugin-vscode-init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import * as theia from '@theia/plugin';
import { BackendInitializationFn, PluginAPIFactory, Plugin, emptyPlugin } from '@theia/plugin-ext';

export const VSCODE_DEFAULT_API_VERSION = '1.44.0';
export const VSCODE_DEFAULT_API_VERSION = '1.50.0';

/** Set up en as a default locale for VS Code extensions using vscode-nls */
process.env['VSCODE_NLS_CONFIG'] = JSON.stringify({ locale: 'en', availableLanguages: {} });
Expand Down

0 comments on commit c636266

Please sign in to comment.