My question: I have introduced pre compiled protubuf file packages into the project, but due to certain reasons, these packages cannot be placed in the current project directory, so the intelligent perception and code prompt functions of vscode are invalid
Attempts made: I configured 'Python.autoComplete.extraPaths' in the settings directory, but it didn't work
Currently allocated:
Project folder path:~/project/test
_pb2.py path: ~/proto/protos/xx_pb2.py
Python.autoComplete.extraPaths config: ["~/proto/protos","~/proto/protos/xx_pb2.py"]
May I ask if anyone can help me? Thank you very much