Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cary-rowen/clipboardEnhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-rowen committed Jun 26, 2023
2 parents ea07917 + 00364c8 commit b0a2228
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.autoComplete.extraPaths": [
"../nvda/source",
"../nvda/miscDeps/python"
],
"${workspaceFolder}/../nvda/source", // NVDA 源代码应位于此工作区所在文件夹的父文件夹。
"${workspaceFolder}/../nvda/miscDeps/python"
],
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.insertSpaces": false,
"python.analysis.diagnosticSeverityOverrides": {
"reportUndefinedVariable": "none"
},
"python.analysis.extraPaths": [
"../nvda/source",
"../nvda/miscDeps/python"
"${workspaceFolder}/../nvda/source",
"${workspaceFolder}/../nvda/miscDeps/python"
],
"python.defaultInterpreterPath": "../nvda/.venv/scripts/python.exe"
"python.defaultInterpreterPath": "${workspaceFolder}/../nvda/.venv/scripts/python.exe"
}

0 comments on commit b0a2228

Please sign in to comment.