Skip to content

Commit 363b111

Browse files
committed
Добавлен набор задач проекта #58
1 parent 65258a1 commit 363b111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"version": "0.1.0",
33
"windows": {
44
"command": "cmd",
5-
"args": ["/c", "chcp 65001 >nul ; "]
5+
"args": ["/c", "chcp 65001 ; "]
66
},
77
"linux": {
88
"command": "sh",
99
"args": ["-c"]
1010
},
1111
"isShellCommand": true,
1212
"showOutput": "silent",
13-
//"_runner": "terminal",
13+
"_runner": "terminal",
1414
"tasks": [
1515
{
1616
"taskName": "Testing project",

0 commit comments

Comments
 (0)