feat: l10n support
This commit is contained in:
@@ -27,7 +27,7 @@ export default class DSHome {
|
||||
async toggle(devstarHomePageUrl: string = this.devstarHomePageUrl) {
|
||||
const panel = vscode.window.createWebviewPanel(
|
||||
'homeWebview',
|
||||
'Home',
|
||||
vscode.l10n.t('Home'),
|
||||
vscode.ViewColumn.One,
|
||||
{
|
||||
enableScripts: true,
|
||||
|
Reference in New Issue
Block a user