Skip to content

Commit

Permalink
Fixed the error that the NVDA Python virtual environment could not be…
Browse files Browse the repository at this point in the history
… found by default.
  • Loading branch information
hwf1324 committed Sep 22, 2023
1 parent 5b46cf1 commit 9e26d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"python.autoComplete.extraPaths": [
"../nvda/source",
"../nvda/miscDeps/python"
],
],
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.insertSpaces": false,
Expand All @@ -19,5 +19,5 @@
"../nvda/source",
"../nvda/miscDeps/python"
],
"python.defaultInterpreterPath": "../nvda/.venv/scripts/python.exe"
"python.defaultInterpreterPath": "${workspaceFolder}/../nvda/.venv/scripts/python.exe"
}

0 comments on commit 9e26d87

Please sign in to comment.