We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca820a commit 7dbc4c8Copy full SHA for 7dbc4c8
src/configuration.ts
@@ -21,7 +21,7 @@ export class ConfigurationTester implements vscode.Disposable {
21
}
22
this.processes.delete(proc.pid);
23
});
24
- proc.stdin.end("int main() { return 0; }");
+ proc.stdin.end("int main() { return 0; }\n");
25
this.processes.set(proc.pid, proc);
26
27
dispose() {
0 commit comments