fix: fix up the locale (#205)
This commit is contained in:
parent
660c688d55
commit
43117c63b0
1 changed files with 4 additions and 0 deletions
|
@ -835,6 +835,10 @@ export default class TypeScriptServiceClient implements ITypeScriptServiceClient
|
|||
}
|
||||
}
|
||||
|
||||
if (this._configuration.locale) {
|
||||
args.push('--locale', this._configuration.locale)
|
||||
}
|
||||
|
||||
if (this._configuration.typingsCacheLocation) {
|
||||
args.push('--globalTypingsCacheLocation', `"${this._configuration.typingsCacheLocation}"`)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue