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

Closed
opened 2026-01-31 01:51:59 +00:00 by claunia · 2 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:59 +00:00
Author
Owner

@DHowett commented on GitHub (Jun 30, 2020):

I believe this is a /dupe of #5821

@DHowett commented on GitHub (Jun 30, 2020): I believe this is a /dupe of #5821
Author
Owner

@ghost commented on GitHub (Jun 30, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jun 30, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9334