Use app lang instead of locale for debug session (#171010)

Ref #169114
This commit is contained in:
Raymond Zhao 2023-01-10 17:13:50 -08:00 committed by GitHub
parent 13a387495b
commit 6674e482a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -317,7 +317,7 @@ export class DebugSession implements IDebugSession {
supportsVariableType: true, // #8858
supportsVariablePaging: true, // #9537
supportsRunInTerminalRequest: true, // #10574
locale: platform.locale,
locale: platform.language, // #169114
supportsProgressReporting: true, // #92253
supportsInvalidatedEvent: true, // #106745
supportsMemoryReferences: true, //#129684