Skip to content

Make sure commands putting things on clipboard are only using \n #7088

Closed
@JasonYeMSFT

Description

@JasonYeMSFT

When copying line separated urls/paths to clipboard, we use platform dependent new line delimiters. On windows it's \r\n and on other platforms it's just \n. We've been using \n for table copy rows and copy cells across all platforms. We should find out if these platform dependent new line delimiters.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions