skip to Main Content

Visual Studio Code – I have installed all the python libraries i want to use in the vscode terminal but when i call to import, it won't work

[{ "resource": "/d:/Users/Home/Desktop/Python/estudos/pratices.py", "owner": "_generated_diagnostic_collection_name_#0", "code": { "value": "reportMissingModuleSource", "target": { "$mid": 1, "external": "https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportMissingModuleSource", "path": "/microsoft/pyright/blob/main/docs/configuration.md", "scheme": "https", "authority": "github.com", "fragment": "reportMissingModuleSource" } }, "severity": 4, "message": "Import "pandas" could not be resolved from source", "source": "Pylance", "startLineNumber": 1,…

VIEW QUESTION

Visual studio code debug Angular with custom localhost

I've initialized a blank angular project with ng new and configured the launch.json in visual studio code with default chrome launch "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost-app.myapp.com:4200", "webRoot": "${workspaceFolder}" } ] I've…

VIEW QUESTION
Back To Top
Search