Skip to content

Commit 902b873

Browse files
committed
Update VSCode settings
- add .rst files to be scanned by grammarly for spell checking and grammar checking. Change-Id: I4c231230431183417bf621ba91fc4b298a2cc328 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
1 parent 33bd61d commit 902b873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
"python.testing.unittestEnabled": true,
1616
"flake8.args": [
1717
"--config=.flake8"
18-
]
18+
],
19+
"grammarly.files.include": ["**/*.rst", "**/*.md"],
1920
}

0 commit comments

Comments
 (0)