Skip to content

Commit

Permalink
Enable Microsoft Python Language Server in vscode
Browse files Browse the repository at this point in the history
Attempting to get tests to stop 'jumping around' while writing code

microsoft/vscode-python#2790
  • Loading branch information
kbd committed Nov 1, 2019
1 parent 8449ba6 commit 27218ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HOME/Library/Application Support/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
"editor.formatOnSave": false,
},
"python.pythonPath": "/usr/local/bin/python3",
"python.jediEnabled": false,
"python.globalModuleInstallation": true,
"python.autoComplete.addBrackets": false,
"python.testing.pytestEnabled": true,
Expand Down

0 comments on commit 27218ba

Please sign in to comment.