“Python yang belum terselesaikan impor vscode” Kode Jawaban

vscode tidak mengenali impor python

# In .vscode/settings.json
"python.autoComplete.extraPaths": ["./path-to-your-code"],
Uninterested Unicorn

Python yang belum terselesaikan impor vscode

# I use pylance now. I added this. Problem solved.
"python.analysis.extraPaths": ["./path-to-code/"],
# I tried this before, but not working. 
"python.autoComplete.extraPaths": ["./path-to-your-code"],
Blue Badger

Jawaban yang mirip dengan “Python yang belum terselesaikan impor vscode”

Pertanyaan yang mirip dengan “Python yang belum terselesaikan impor vscode”

Lebih banyak jawaban terkait untuk “Python yang belum terselesaikan impor vscode” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya