Skip to content

Commit

Permalink
feat(vscode): default to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jul 28, 2024
1 parent c6ca969 commit b3023e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotfiles/Library/Application Support/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
}
]
},
"python.defaultInterpreterPath": "~/.pyenv/versions/3.9/bin/python",
"python.defaultInterpreterPath": "~/.pyenv/versions/3.11/bin/python",
"python.testing.pytestArgs": [
"--color=yes"
],
Expand Down Expand Up @@ -262,5 +262,5 @@
"coverage-gutters.showLineCoverage": true,
"markiscodecoverage.searchCriteria": "coverage.lcov",
"go.goroot": "/opt/homebrew/opt/go/libexec/",
"typos.path": "~/code/typos-lsp/target/debug/typos-lsp",
"typos.path": "~/code/typos-lsp/target/debug/typos-lsp"
}

0 comments on commit b3023e2

Please sign in to comment.