-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing xMake breaks Python projects in Pycharm #14
Comments
The compatibility of the idea plugin is very poor. I don't have much time to maintain this plugin. You can download the source code and debug it yourself. When I have time, I will also look at it. |
Which version of Pycharm are you using ? Professional or Community ? |
Ok, I managed to reproduce this behavior in my version of Pycharm. The solution is simple, at the top right of Pycharm, click on the 'Unnamed', and click on the 'Edit configurations...' option. From there, create a classic configuration with the python template for your project, and save your changes. From there, you should be able to run your python script in the classic way. |
Professional |
Is that permanent or everything you open a project? |
If you open a project not created with pycharm, you'll have to do this process again. If the project is created with a pycharm template, this is automatically done. |
Describe the bug
Install Xmake
Open existing project
Right click runnable python file in the Project panel
Run 'untitled' is suggested, and the file is not run.
Disable xMake and restart
Normal Pycharm behaviour returns
Expected behavior
Installing xMake should have no effect on projects that don't use xMake (including all previous projects)
xMake should be enabled on a per-project basis.
Error output
No errors reported
Related Environment
Windows 10
Pycharm 2021.2.3
Please provide compiling and running environment information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: