Lines of text copied from GitHub Desktop, paste into PowerShell 7.02 WT in reverse order #9331

Open
opened 2026-01-31 01:51:57 +00:00 by claunia · 0 comments
Owner

Originally created by @ianpottinger on GitHub (Jun 30, 2020).

For instance, copying

  "PerformanceCounters": {
    "scheduledTransferPeriod": "PT1M",
    "PerformanceCounterConfiguration": [
      {
        "counterSpecifier": "\\Processor Information(_Total)\\% Processor Time",
        "sampleRate": "PT1M"

becomes

        "sampleRate": "PT1M"
        "counterSpecifier": "\\Processor Information(_Total)\\% Processor Time",
      {
    "PerformanceCounterConfiguration": [
    "scheduledTransferPeriod": "PT1M",
  "PerformanceCounters": {
Originally created by @ianpottinger on GitHub (Jun 30, 2020). For instance, copying "PerformanceCounters": { "scheduledTransferPeriod": "PT1M", "PerformanceCounterConfiguration": [ { "counterSpecifier": "\\Processor Information(_Total)\\% Processor Time", "sampleRate": "PT1M" becomes >> "sampleRate": "PT1M" >> "counterSpecifier": "\\Processor Information(_Total)\\% Processor Time", >> { >> "PerformanceCounterConfiguration": [ >> "scheduledTransferPeriod": "PT1M", >> "PerformanceCounters": {
claunia added the Resolution-Duplicate label 2026-01-31 01:51:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9331