Treat well-known debugging environment variables as lists #34661
Labels
Idea-Enhancement
New feature or request on an existing product
Product-Environment Variables
Refers to Environment Variables PowerToys
Resolution-Fix Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description of the new feature / enhancement
The following environment variables will be treated as "list" environment variables like "PATH":
These are also semi-colon delimited lists.
Scenario when this would be used?
Editing environment variables via the "Environment Variables" tool.
Supporting information
Windows Debugger paths are documented as being semi-colon delimited. The
_NT_SYMCACHE_PATH
is used by WPA, and it also documented as being semi-colon delimited.I would be able to contribute this change.
The change would be to add these to the list in the
IsList
method of Variable.csThe text was updated successfully, but these errors were encountered: