You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/quickstart-python.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -173,8 +173,6 @@ You're now ready to add a bit of Python code to implement a minimal web app.
173
173

174
174
::: moniker-end
175
175
176
-
1. Right-click *app.py*in**Solution Explorer**and select **Set as startup file**. This command identifies the code file to launch in Python when running the app.
177
-
178
176
2. Right-click the project in**Solution Explorer**and select **Properties**. Then select the **Debug** tab andset the **Port Number**property to `4449`. This step ensures that Visual Studio launches a browser with`localhost:4449` to match the `app.run` arguments in the code.
179
177
180
178
3. Select **Debug > Start Without Debugging** (**Ctrl**+**F5**), which saves changes to files and runs the app.
0 commit comments