This repository was archived by the owner on Jun 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Dev drive insights and pip cache move rebased to changes from main #2486
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6058ab8
Applied Dev Drive Insights changes on top of Windows Customization fr…
SohamDas2021 1a0d87f
Addressed PR comments 1
SohamDas2021 aa482b9
Addressed PR comments
SohamDas2021 f162c12
Addressed PR comments
SohamDas2021 a1a730a
More cleanups
SohamDas2021 54fd0cf
Merge branch 'main' into user/sodas/devdriveinsights_032824
SohamDas2021 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,6 +117,30 @@ | |
<resheader name="writer"> | ||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||
</resheader> | ||
<data name="DevDriveFreeSizeText" xml:space="preserve"> | ||
<value>{0} {1} free</value> | ||
<comment>Dev drive size free</comment> | ||
</data> | ||
<data name="DevDriveInsightsCard.Description" xml:space="preserve"> | ||
<value>All things, dev drives, optimizations, etc.</value> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missed this one, but will let you update it in another PR #Resolved |
||
<comment>The description for the Dev Drive Insights settings card</comment> | ||
</data> | ||
<data name="DevDriveInsightsCard.Header" xml:space="preserve"> | ||
<value>Dev Drive Insights</value> | ||
<comment>The header for the Dev Drive Insights settings card</comment> | ||
</data> | ||
<data name="DevDriveInsights_Header" xml:space="preserve"> | ||
<value>Dev Drive Insights</value> | ||
<comment>Header for Dev Drive insights page in the breadcrumb bar</comment> | ||
</data> | ||
<data name="DevDriveSizeText" xml:space="preserve"> | ||
<value>Size - {0} {1}</value> | ||
<comment>Dev drive size</comment> | ||
</data> | ||
<data name="DevDriveUsedSizeText" xml:space="preserve"> | ||
<value>{0} {1} used</value> | ||
<comment>Dev drive size used</comment> | ||
</data> | ||
<data name="DeveloperFileExplorerCard.Description" xml:space="preserve"> | ||
<value>Adjust these settings for a more developer-friendly experience using File Explorer</value> | ||
<comment>The description for the Developer File Explorer settings card</comment> | ||
|
@@ -149,6 +173,18 @@ | |
<value>Windows customization</value> | ||
<comment>Navigation pane content</comment> | ||
</data> | ||
<data name="OptimizedDevDriveDescription" xml:space="preserve"> | ||
<value>The environment variable {0} is set to {1}</value> | ||
<comment>Optimized dev drive description</comment> | ||
</data> | ||
<data name="OptimizeDevDriveDialogDescription" xml:space="preserve"> | ||
<value>Contents of {0} will be copied to chosen directory. And {1} will be set to chosen directory.</value> | ||
<comment>Optimize dev drive dialog description</comment> | ||
</data> | ||
<data name="OptimizerDevDriveDescription" xml:space="preserve"> | ||
<value>Global environment variable {0} is set to {1}, which is not located on dev drive. Move contents of this folder to a directory on dev drive such as {2} and set {3} to that chosen directory on dev drive</value> | ||
<comment>Optimizer dev drive description</comment> | ||
</data> | ||
<data name="SettingsAutoSuggestBox.PlaceholderText" xml:space="preserve"> | ||
<value>Search</value> | ||
<comment>The placholder text for the settings auto suggest box</comment> | ||
|
@@ -173,6 +209,14 @@ | |
<value>Show hidden and system files</value> | ||
<comment>The header for the show hidden and system files setting.</comment> | ||
</data> | ||
<data name="DevDriveOptimizationSuggestion" xml:space="preserve"> | ||
<value>Suggestion</value> | ||
<comment>Dev drive optimization suggestion</comment> | ||
</data> | ||
<data name="DevDriveOptimized" xml:space="preserve"> | ||
<value>Optimized</value> | ||
<comment>Dev drive optimized indicator</comment> | ||
</data> | ||
<data name="MainPage_Header" xml:space="preserve"> | ||
<value>Windows customization</value> | ||
<comment>Header for main Windows customization page in the breadcrumb bar</comment> | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be great if you could add the DevHome.Customization project to the mermaid diagram of project relationships in https://github.com/microsoft/devhome/blob/main/docs/architecture.md #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#2506