Skip to content

Commit 2cc69db

Browse files
authored
Fix formating of code block
There was a blank line that broke the code block. When using the "Copy" function, only the part up to this blank line was copied.
1 parent 44a74f5 commit 2cc69db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/iot-edge/how-to-vs-code-develop-module.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,8 +758,7 @@ The Docker and Moby engines support SSH connections to containers allowing you t
758758
"-i",
759759
"filtermodule",
760760
"sh",
761-
762-
"-c"
761+
"-c"
763762
],
764763
"debuggerPath": "~/vsdbg/vsdbg",
765764
"pipeCwd": "${workspaceFolder}",

0 commit comments

Comments
 (0)