Skip to content

Commit 36ccc20

Browse files
chore(docs): Tolerate prompt in code blocks (#1004)
1 parent 6d5a20c commit 36ccc20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"files.trimFinalNewlines": true,
77
"prettier.tabWidth": 4,
88
"isort.args": ["--profile", "black"],
9+
"markdownlint.config": {
10+
"commands-show-output": false
11+
},
912

1013
// MARKDOWN
1114
"[markdown]": {
@@ -51,6 +54,7 @@
5154
"python.testing.unittestEnabled": false,
5255
//"python.envFile": "${workspaceFolder}/python_release.env",
5356

57+
5458
// MYPY
5559
"mypy-type-checker.args": [
5660
"--ignore-missing-imports",

0 commit comments

Comments
 (0)