Skip to content

Commit

Permalink
Update vscode default api version to 1.38.0
Browse files Browse the repository at this point in the history
Signed-off-by: Doron Nahari <doron.nahari@sap.com>
  • Loading branch information
DoroNahari authored and akosyakov committed Sep 5, 2019
1 parent 78e0b20 commit cdfa345
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.33.1';
export const VSCODE_DEFAULT_API_VERSION = '1.38.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 cdfa345

Please sign in to comment.