settings.json 282 B

1234567
  1. {
  2. // "python.pythonPath": "D:\\Program Files\\Python36",
  3. "python.analysis.extraPaths":[
  4. "D:\\Program Files\\Python36\\Lib\\site-packages",
  5. "C:\\Users\\wzx-PC\\.vscode\\extensions\\ms-python.vscode-pylance-2022.2.1\\dist\typeshed-fallback\\stubs",
  6. ]
  7. }