linette-zyy

Results 47 issues of linette-zyy

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/b99a95c5-f0cf-4b91-883e-8199c4660230) **Steps to Reproduce** 1.Create a solution with 2 Python application projects: ProjectC, ProjectD 2.Type same codes in both python files ``` def hello(): pass ``` 3.Menu to navigate...

bug

**Environment** ![image](https://user-images.githubusercontent.com/59192491/215973576-8c3c4d3d-bde2-415e-9eb1-c57e54e22b97.png) **Steps to Reproduce** 1.Create a new project 2.Type some codes in the default file 3.Debug->Execute Project in Python Interactive **Expected behavior** 'hello world' can print up in Python...

bug
P2

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/974bf7b8-966a-4475-90b6-5a90c0ee3cf4) **Steps to Reproduce** 1.Create Blank Django Web Project 2.Create virtual environment 3.Right-click BasicProject in SE, select Add > New item > Django 1.9 App, specify the app name...

needs repro

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/35678352-dfc9-410f-a6ab-13caa1e92ea9) **Steps to Reproduce** 1. Create a python file and input below codes ``` input('>') from math import cos, radians # Create a string with spaces proportional to a...

needs investigation

**Environment** ![image](https://user-images.githubusercontent.com/59192491/234812062-3b6ca50c-834a-4ca2-a66d-693653456bda.png) **Steps to Reproduce** 1.Create a Flask Web project 2.Add a 'environment.yml' file in it ``` name: test dependencies: - numpy ``` 3.Upload Project 4.Reload Project **Expected behavior** The...

needs investigation

**Environment** ![image](https://user-images.githubusercontent.com/59192491/199203905-47ca99da-e697-4157-8152-3813cde4a07a.png) **Steps to Reproduce** 1.Launch VS and open a local folder ![image](https://user-images.githubusercontent.com/59192491/199203154-8c9ddb92-b6e9-44f4-8291-2078f501d3ec.png) 2.Select View > Cookiecutter Explorer 3.Add a python file 4.Add a virtual environment 'env' in toolbar combo...

bug

Environment ![image](https://github.com/microsoft/PTVS/assets/59192491/037e9397-1d8c-4f38-80c8-ee4e9d999ab2) **Steps to Reproduce** 1.Install Anaconda (downloads from https://www.anaconda.com/download/) 2.Create Python Application project and view all Python Environments 3.Choose Anaconda environment and Open interactive window 4.Entering enter or typing...

needs triage

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/fa27749b-abba-4799-9ef8-4753bb41b76e) **Steps to Reproduce** 1. Create python application project and add "Lib\test\pythoninfo.py" and remove the default .py file 2. Debug> Launch Python Profiling … 3. Checked the option "Open...

needs triage

**Describe the bug** ![image](https://github.com/microsoft/PTVS/assets/59192491/5bfa55af-6d96-45ca-b3a8-9b602f4b6bd1) **Steps to Reproduce** 1. Create a new Python application 2. Right click Python Environment --> Add Environment to create a Conda environment 3. Close the VS...

needs triage

**Environment** ![image](https://github.com/microsoft/PTVS/assets/59192491/b61d77d5-2cd0-449b-8b14-95118d00fe05) **Steps to Reproduce** 1.Enter the code as shown in the image **Expected behavior** ![image](https://github.com/microsoft/PTVS/assets/59192491/0d49de59-c597-411a-8790-6371bbd74beb) **Additional context and screenshots** IntelliSense does not work when type @. ![image](https://github.com/microsoft/PTVS/assets/59192491/384ced30-42fc-4063-bf1d-cddad51467a9)

needs triage