Skip to content

Commit

Permalink
Merge pull request #229 from kinafu/patch-1
Browse files Browse the repository at this point in the history
Add missing comma
  • Loading branch information
yelizariev committed Feb 3, 2021
2 parents 75f179f + 32abde7 commit 75bbfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ide/visual-studio-code/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Configuration:-
// add this auto-save option so the pylint will sow errors while editing otherwise
//it will only show the errors on file save
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500
"files.autoSaveDelay": 500,
// The following will hide the compiled file in the editor/ add other file to hide them from editor
"files.exclude": {
Expand Down

0 comments on commit 75bbfd9

Please sign in to comment.