Skip to content

Commit 2498815

Browse files
committed
Внес патч по рекомендации
1 parent d09b5a3 commit 2498815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.1.0",
33
"windows": {
44
"command": "cmd",
5-
"args": ["/c"]
5+
"args": ["/c", "chcp 65001 >nul &"]
66
},
77
"linux": {
88
"command": "sh",

0 commit comments

Comments
 (0)