linette-zyy
linette-zyy
**Environment**  **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...
**Environment**  **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...
**Environment**  **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...
**Environment**  **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...
**Environment**  **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...
**Environment**  **Steps to Reproduce** 1.Launch VS and open a local folder  2.Select View > Cookiecutter Explorer 3.Add a python file 4.Add a virtual environment 'env' in toolbar combo...
Environment  **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...
**Environment**  **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...
**Describe the bug**  **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...
**Environment**  **Steps to Reproduce** 1.Enter the code as shown in the image **Expected behavior**  **Additional context and screenshots** IntelliSense does not work when type @. 