i am new in programming. when i am trying to learn codig and execute some HTML-Bootstrap pages, i faced with an error at begining of the exercise.(Visual Studio 2022 Community)
I couldn't find any solution about that on internet.
Do you have any response or solution? can you explain the sollution as I am very new person at programming and computer enviroment?
VS ERROR (python) = Project cannot be launched because startup file is not specified
That is how I solved this problem;
- Add a python empty module to project,
- Set it as a Startup project,
- then Run.
That's all.