Skip to content

Commit

Permalink
Merge pull request #3 from chris-s-friedman/vscode
Browse files Browse the repository at this point in the history
🎨 add path completion, editor rules, to vscode
  • Loading branch information
chris-s-friedman committed Oct 27, 2020
2 parents ac072d6 + 5f74524 commit 03679de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dotfiles/VSCode/settings.json
Expand Up @@ -19,4 +19,12 @@
"python.linting.pycodestyleEnabled": true,
"python.linting.pylintEnabled": false,
"terminal.external.osxExec": "iTerm.app",
"explorer.confirmDragAndDrop": false,
"path-intellisense.showHiddenFiles": true,
"path-intellisense.absolutePathToWorkspace": false,
"path-intellisense.autoSlashAfterDirectory": true,
"python.autoComplete.addBrackets": true,
"editor.rulers": [
80,
],
}

0 comments on commit 03679de

Please sign in to comment.