Skip to content

Commit

Permalink
Use app lang instead of locale for debug session (#171010)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Jan 11, 2023
1 parent 13a3874 commit 6674e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/debug/browser/debugSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6674e48

Please sign in to comment.