Import "time_domain_features" could not be resolved Pylance (reportMissingImports) in VSCode #3

Closed
opened 2024-08-12 12:56:14 +00:00 by nuluh · 0 comments
nuluh commented 2024-08-12 12:56:14 +00:00 (Migrated from github.com)

Seems the error due to importing in vscode.

This should work by adding settings.json in the root ./.vscode/settings.json:

{
  "python.analysis.extraPaths": ["./code/src/features"]
}
Seems the error due to importing in vscode. This should work by adding `settings.json` in the root `./.vscode/settings.json`: ```json { "python.analysis.extraPaths": ["./code/src/features"] } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nuluh/thesis#3