Skip to content

Commit bfce5db

Browse files
fix entry order for attach to process
1 parent 27d9146 commit bfce5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@
15851585
"body": {
15861586
"type": "swift",
15871587
"request": "attach",
1588-
"name": "${2:Attach to Swift Executable}",
1588+
"name": "${1:Attach to Swift Executable}",
15891589
"pid": "^\"\\${command:PickProcess}\""
15901590
}
15911591
},

0 commit comments

Comments
 (0)