Mixed sending of project and directory name from PhpStorm
See original GitHub issueHello,
I’ve been having this issue for a while.
Here’s an example:
I have a project called lssapps.com
in the folder src
:
Working with that single project results in logging for both “projects” lssapps.com and src:
I don’t know if it’s me doing something nasty or some kind of bug, but I’d expect to only log time for the project name lssapps.com and no log to src at all. Not to mention that most of my projects are in a folder called src, so I have this garbage project in Wakatime that permantently collects time snippets.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Renaming Projects | PhpStorm Documentation - JetBrains
Right-click the root folder of your project and select Refactor | Rename from the context menu or press Shift+F6 . In the dialog...
Read more >Opening a project directory in PhpStorm from the Terminal
I want to open a project directory in PhpStorm using pstorm . ... The Shell Script Name is specified as pstorm. The first...
Read more >JAVA + SCALA in a Single IntelliJ Project | by Kefei Mo - Medium
The answer is yes, I have Apache Spark project in my IntelliJ. It uses standard maven directory that has java and scala directories...
Read more >IntelliJ IDEA - Multiple Repositories in One Workspace
When dealing with microservices, it's common work on more than one service at a time. Each microservice will be (should be!)
Read more >Databricks Connect | Databricks on AWS
IntelliJ (Scala or Java) · Run databricks-connect get-jar-dir . · Point the dependencies to the directory returned from the command. Go to File...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just released a new version 7.0.9 that uses the last project if one failed to be detected (aac3fe8c7d6509de4e88c16c73424db13d833f39). Can you update and see if it’s fixed?
Great, now the logs are excellent! Thank you for the quick help 🙇