style: formatting

This commit is contained in:
Levi Yan
2025-06-22 10:48:45 +08:00
parent 6f1c19241b
commit 00fd73d41b
3 changed files with 32 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ export default class DSHome {
const config = {
language: vscode.env.language
}
panel.webview.postMessage({command: 'getHomeConfig', data: {homeConfig: config}})
panel.webview.postMessage({ command: 'getHomeConfig', data: { homeConfig: config } })
break;
case 'getUserToken':
const userToken = this.user.getUserTokenFromLocal()