linette-zyy

Results 66 comments of linette-zyy

![image](https://user-images.githubusercontent.com/59192491/185588426-18488af7-1651-4b58-b46e-6d6f8bb69007.png) I can repro similar situation in today's build **Steps to Reproduce** 1.Launch VS and open a folder 2.Add a python file 3.Add a virtual environment 'env' in toolbar combo...

This issue also can reproduce on today's environment. ![image](https://user-images.githubusercontent.com/59192491/141723441-7b9deba7-3add-4d7d-b329-9fe71304a439.png) ![image](https://user-images.githubusercontent.com/59192491/141723427-f757e6d6-4a98-4a25-b031-abaa1bfaf75c.png) After restart the VS, we can view installed packages.

![image](https://user-images.githubusercontent.com/59192491/172799541-7c47b33f-f8ae-47aa-a545-7402fceef478.png) @StellaHuang95 In today's build, I can't repro this when install packages(requests) in the 'Packages(PyPI)' search box ![install_from_MS](https://user-images.githubusercontent.com/59192491/172800551-50423c7a-fb6b-4bf1-aedc-91b5f950fabd.gif) But i can repro this when install packages(requests) in the command prompt....

This issue can reproduce on my environment. From `17.1.6` ungrade to `17.2.0 [32505.173.d17.2]`, python package `17.0.22089.1` ![Failed to hit breakpoint](https://user-images.githubusercontent.com/59192491/167081507-eb33fcfd-7f54-43b8-a0c4-620599be87ad.gif)

On today's build ![image](https://user-images.githubusercontent.com/59192491/169248266-19320901-7573-49eb-9c7d-77bd3ec75ce6.png) After clicking "Analyze Code Coverage", The Output Window without a warning message indicating that 'coverage' package must be installed. ![image](https://user-images.githubusercontent.com/59192491/169249119-9f45587d-4615-4646-ac8d-87ea817ecce9.png) And no response when click "Show...

![image](https://user-images.githubusercontent.com/59192491/172777187-12646658-9627-40bc-afe0-67ff4e2956f5.png) In today's build , i can repro this when import module under the solution ![image](https://user-images.githubusercontent.com/59192491/172777824-9611673b-f0dd-4b67-98b1-08a7d5247d92.png)

![image](https://user-images.githubusercontent.com/59192491/172973501-63391ade-9ada-4260-a457-5d0713405034.png) I can repro it without .pyi file. After restart VS, i still got no IntelliSense ![under——solution](https://user-images.githubusercontent.com/59192491/172974749-a30eb3be-8f96-4562-8bc2-c99ba21ddfbb.gif) I can also repro it when import folder under the workspace ![under——workspace](https://user-images.githubusercontent.com/59192491/172977289-4c88e127-70ee-4bca-b20f-6e99e339d383.gif)

![image](https://user-images.githubusercontent.com/59192491/173012385-11799463-9026-4fe6-85e5-c8cdfd659088.png) In today's build ,I can repro it when import folder outside the workspace ![image](https://user-images.githubusercontent.com/59192491/173012961-bd0aab35-a8e6-44bc-945c-b6615ebe3146.png) ![image](https://user-images.githubusercontent.com/59192491/173013067-00251819-501f-4cb4-8b43-d51092e88429.png) ![image](https://user-images.githubusercontent.com/59192491/173013395-4a6476fb-d521-4d5d-a436-b3775521b0c2.png)

@int19h ![image](https://user-images.githubusercontent.com/59192491/177298933-46c41887-02c0-4d02-87a2-42ac4e144abe.png) In today's build ,I can repro it when import folder outside the workspace ![image](https://user-images.githubusercontent.com/59192491/177300031-904cd194-8126-43d3-8672-05daa940fa7f.png) The Python environment is global default(install from VS) ![image](https://user-images.githubusercontent.com/59192491/177299754-531c4f48-71eb-4afb-ac81-a464720c902c.png)

@int19h PythonSettings.json (and specifically "SearchPaths") is the same as on the earlier screenshot **imported folder's location:** ![image](https://user-images.githubusercontent.com/59192491/178634835-dec929dd-61e4-43b1-926d-62f86837ea2f.png) there is one "__init__.py" file in the imported folder ![image](https://user-images.githubusercontent.com/59192491/178634902-e2d0073e-4236-4184-b486-88ae92ed03e6.png) **current workspace's location:**...