The username (i.e. literally the OS username) could be considered PII, and should be masked out.
In addition to #80, this would allow us to remove our custom masking logic from https://github.com/microsoft/vscode-azuretools/blob/main/ui/src/masking.ts.
We currently have issues in the above file (microsoft/vscode-azuretools#1024), so it's not quite right to filter out the username unconditionally--maybe, /\bMyUsername\b/ig?
The username (i.e. literally the OS username) could be considered PII, and should be masked out.
In addition to #80, this would allow us to remove our custom masking logic from https://github.com/microsoft/vscode-azuretools/blob/main/ui/src/masking.ts.
We currently have issues in the above file (microsoft/vscode-azuretools#1024), so it's not quite right to filter out the username unconditionally--maybe,
/\bMyUsername\b/ig?