We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968cadd commit 9239ad7Copy full SHA for 9239ad7
1 file changed
.vscode/tasks.json
@@ -6,7 +6,8 @@
6
{
7
"label": "run main program",
8
"type": "shell",
9
- "command": "python3 main.py"
+ "command": "python3 main.py",
10
+ "problemMatcher": []
11
}
12
]
13
0 commit comments