Skip to content

Commit 8c453a3

Browse files
committed
Add markdown settings to workspace
1 parent 032f48b commit 8c453a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible_project_template.code-workspace

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
],
77
"settings": {
88
"ansible.python.interpreterPath": "/bin/python3",
9+
"markdown.extension.toc.levels": "1..5",
10+
"markdown.preview.doubleClickToSwitchToEditor": false,
911
"files.associations": {
1012
"**/tasks/**/*.yml": "ansible",
1113
"**/vars/**/*.yml": "ansible",

0 commit comments

Comments
 (0)