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 af1f03f commit 8224856Copy full SHA for 8224856
.vscode/spell.json
@@ -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
@@ -1,8 +1,9 @@
{
- "version": "0.1.0",
+ "version": "2.0.0",
+ "_runner": "terminal",
"windows": {
"command": "cmd",
- "args": ["/c", "chcp 65001 ; "]
+ "args": ["/c", "chcp 65001 ;"]
},
"linux": {
"command": "sh",
0 commit comments