Skip to content

Commit

Permalink
vscode settings for nvda dev
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Feb 16, 2024
1 parent 97e9ebe commit efd89e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
13 changes: 0 additions & 13 deletions .vscode/extensions.json

This file was deleted.

18 changes: 6 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
{
// Extra paths for NVDA addon development with the python environment outside Talon
"editor.accessibilitySupport": "on",
"flake8.args": [
"--config=flake8.ini"
],
"flake8.importStrategy": "fromEnvironment",
"python.autoComplete.extraPaths": [
"../nvda/source",
"../nvda/miscDeps/python"
"~\\github\\nvda\\source",
"~\\github\\nvda\\miscDeps\\python"
],
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.insertSpaces": false,
"python.analysis.stubPath": "${workspaceFolder}/.vscode/typings",
// Clone the NVDA repository to the github folder in your home directory to get typing support
"python.analysis.extraPaths": [
"../nvda/source",
"../nvda/miscDeps/python"
"~\\github\\nvda\\source",
"~\\github\\nvda\\miscDeps\\python"
],
// "python.defaultInterpreterPath": "${workspaceFolder}/../nvda/.venv/scripts/python.exe"
}

0 comments on commit efd89e2

Please sign in to comment.