refactor: rename getDevstarDomain -> devstarDomain

This commit is contained in:
Levi Yan
2025-06-16 14:02:25 +08:00
parent 10182bc117
commit 10baf67798
3 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ export async function getVsCodeCommitId(): Promise<string> {
}
}
export function getDevstarDomain(): string | undefined {
export function devstarDomain(): string | undefined {
// 从用户配置中读取
return vscode.workspace.getConfiguration('devstar').get('devstarDomain')
}