-
Notifications
You must be signed in to change notification settings - Fork 2
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
Incompatability with Jetbrains Toolbox? #3
Comments
Ah, I just found where the toolbox installs it. The full path seems to be:
Now your extension can find it (it doesn't say "You enter wrong address of intellij path" any more) but it doesn't open the PyCharm merge tool, and instead just pops up:
It doesn't seem to matter whether I have PyCharm open or not. BTW, even if I can get this working properly, it'll still be a bit problematic as the path will change every time I install a new version of PyCharm. But maybe that's an annoyance worth living with; not sure what can be done about it... |
Hmmmm, looks like it gets as far as creating |
The same here with IntelliJ:
for path |
I have intellij idea, but the default path wasn't working. Tried a few path options, and now it's stuck with the "This file has conflict" error, and I can't change the path |
Hi there; I saw you mention your tool at microsoft/vscode#37350 and since I use PyCharm as well as VSCode, I thought I'd try it out as it would be excellent to use that if possible.
Unfortunately, I can't get it to recognise PyCharm...
The extension helpfully suggests a path such as
/Applications/WebStorm.app/Contents/MacOS/webstorm
; however:/Applications/PyCharm.app
/Applications/JetBrains Toolbox.app
pycharm
inside that package.~/Applications/PyCharm.app
, which I guess is put there by the jetbrains toolbox...pycharm
inside that packageContents/MacOS/jetbrains-toolbox-launcher
, but it's only 37Kb in size, and pointing your extension at it didn't work.~/Library/ApplicationSupport
but to no avail...Any ideas?
The text was updated successfully, but these errors were encountered: