vscode: associate .inc files with ReST

This commit is contained in:
David Lechner
2020-03-06 13:05:06 -06:00
parent cab16f6af7
commit 13845c9c08
+1
View File
@@ -3,6 +3,7 @@
"python.linting.pycodestyleEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"files.associations": {"*.inc": "restructuredtext"},
"restructuredtext.confPath": "${workspaceFolder}/doc/api",
"spellright.language": [
"en_US"