cleanup: remove reference to deprecated pageReportingOrder setting (#13264)

Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
This commit is contained in:
Ben Hillis 2025-07-17 10:52:03 -07:00 committed by GitHub
parent ca1ed5d5ff
commit ae77467ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 7 deletions

View File

@ -76,7 +76,7 @@ When started, the virtual machine will boot into the provided kernel, and then e
- Identifiers for the system VHD, swap VHD and kernel modules VHD if any
- The machine's hostname
- The configured memory reclaim mode and page reporting order(See [wsl2.pageReporting](https://learn.microsoft.com/windows/wsl/wsl-config))*
- The configured memory reclaim mode and page reporting order
[mini_init](mini_init.md) then creates the [gns process](gns.md), which is responsible for networking configuration and then receives a `LxMiniInitMessageInitialConfig` message, which contains:

View File

@ -1695,12 +1695,6 @@ You can also access more VS Code Remote options through the command palette with
<data name="Settings_OptionalFeaturesPageTitle.Text" xml:space="preserve">
<value>Optional Features</value>
</data>
<data name="Settings_PageReporting.Header" xml:space="preserve">
<value>Enable page reporting</value>
</data>
<data name="Settings_PageReporting.Description" xml:space="preserve">
<value>Default true setting enables Windows to reclaim unused memory allocated to WSL 2 virtual machine.</value>
</data>
<data name="Settings_PrivacyPolicyLink.Content" xml:space="preserve">
<value>Privacy Statement</value>
</data>