Skip to content

Commit

Permalink
Update VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-baran committed Sep 7, 2024
1 parent b5f30ee commit 0a11be0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
// Ansible
"ansible.python.interpreterPath": "/usr/local/bin/python3",
// Common
"trailing-spaces.highlightCurrentLine": false, // highlighting currently edited line can be annoying
"trailing-spaces.syntaxIgnore": [
"markdown" // "two spaces" syntax is for line breaks
],

// Python
"pylint.enabled": true,
"pylint.args": [
"--rcfile=${workspaceFolder}/.pylintrc"
],
Expand Down

0 comments on commit 0a11be0

Please sign in to comment.