Skip to content

Commit 718ee45

Browse files
committed
Updated vs launch.json about required layout name and optional config file path
1 parent a7c30a2 commit 718ee45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"console": "integratedTerminal",
1313
"justMyCode": true,
1414
"sudo": true,
15-
"args": ["SA201H"]
15+
"args": ["-l", "SA201H", "-c", "${workspaceFolder}/src/config.ini"]
1616
}
1717
]
1818
}

0 commit comments

Comments
 (0)