Skip to content

Commit

Permalink
Trac #34352: Add comma in vscode.json config file
Browse files Browse the repository at this point in the history
There is a missing comma in `.vscode/setting.json`.

URL: https://trac.sagemath.org/34352
Reported by: gh-DavidAyotte
Ticket author(s): David Ayotte
Reviewer(s): Matthias Koeppe
  • Loading branch information
Release Manager committed Aug 29, 2022
2 parents ad05368 + 3a58015 commit b56e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"python.linting.pycodestyleEnabled": true,
"python.linting.enabled": true,
"cSpell.words": [
"furo"
"furo",
"Conda",
"Cython"
],
Expand Down

0 comments on commit b56e1c9

Please sign in to comment.