Skip to content

Commit 8224856

Browse files
committed
Новый терминал VSC 10 + настройки спеллера #70
1 parent af1f03f commit 8224856

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.vscode/spell.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ignoreWordsList": [
3+
"Прокси",
4+
"Неопределено"
5+
],
6+
"ignoreRegExp": [
7+
"/\\(.*\\.(jpg|jpeg|png|md|gif|JPG|JPEG|PNG|MD|GIF)\\)/g",
8+
"/((http|https|ftp|git)\\S*)/g"
9+
]
10+
}

.vscode/tasks.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"version": "0.1.0",
2+
"version": "2.0.0",
3+
"_runner": "terminal",
34
"windows": {
45
"command": "cmd",
5-
"args": ["/c", "chcp 65001 ; "]
6+
"args": ["/c", "chcp 65001 ;"]
67
},
78
"linux": {
89
"command": "sh",

0 commit comments

Comments
 (0)