Tyler James Leonhardt 378b0d711f
Implement titlebar logic using a new NLS property (#177426)
* Revert "Have English language return default result (#175157)"

This reverts commit 3c9f409888c4be37ec305b604941e286f3dc9964.

* Revert "Fix locale and language handling (#174779)"

This reverts commit 4e3219683563939873497516a235691aa2731274.

* Revert "Add en as fallback osLocale (#175039)"

This reverts commit 7b6b6869e8f5b71b5e9cdbd3f590b10964f89607.

* Revert "Ensuring locale is set to the OS locale and language is set to the Application Language (#174733)"

This reverts commit ecf479e662923a158c04ab58a835549a312442bf.

* Implement titlebar correctly using platformLocale
2023-03-17 09:32:40 +01:00
..
2021-05-06 14:45:12 +02:00

VSCode Tests

Contents

This folder contains the various test runners for VSCode. Please refer to the documentation within for how to run them:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)