#361·posting

Typing Information Not Recognized In VSCode

Author: kennethjevansCreated Jul 18, 2026Updated Jul 18, 2026

VS Code will complain that the package posting has no stub file and refuses use its built in type hints unless an empty file called "py.typed" is in the root of the package. Would you kindly consider adding it to the next release?

For additional information of why this seems to be the case, see PEP 561 for additional information.

PEP 561

Thanks for the consideration.