Skip to content

Commit 3fb323e

Browse files
fix entry order for attach to process
1 parent 93de457 commit 3fb323e

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
@@ -1479,7 +1479,7 @@
14791479
"body": {
14801480
"type": "swift",
14811481
"request": "attach",
1482-
"name": "${2:Attach to Swift Executable}",
1482+
"name": "${1:Attach to Swift Executable}",
14831483
"pid": "^\"\\${command:PickProcess}\""
14841484
}
14851485
},

0 commit comments

Comments
 (0)