Not detecting some IDEs
See original GitHub issueMissing detection for:
CLion
PyCharm
Sublime Text
RStudio
Brackets
VSCode
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Computer not detecting IDE devices | TechSpot Forums
I have fitted my new motherboard and it does not recognise my IDE devices, it recognises PS/2 keyboard, my PCI-EX nvidia 8400GS and...
Read more >Some IDE HDD are not working in old computer
Hello, I have 3 old HDD that are on IDE. Two of them is not being detected by old PC I have there,...
Read more >IDE 2.0 not detecting board on port but old IDE and VS Code ...
I'm able to compile and upload without issues. The Arduino IDE 2.0 is not able to detect any ports at all. How can...
Read more >PICKIT4 not detecting in IDE, but working fine in IPE
Hi guys, I ran into some weird problem here, my Pickit 4 is working fine in IPE, but it always show Pickit 4...
Read more >Interface as a method argument not detected
In any case -- I gave you the actual code (which was done from your examples) .. and IDE did not complain at...
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 Free
Top 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
Ok interesting - we use two different detection methods for those: I suppose we could try both.
VSCode uses
code --version
- if code isn’t in your path, this wont work. In command palette there is an option to install the code command in your path.For Sublime, we find the plist with
mdfind "kMDItemCFBundleIdentifier=='com.sublimetext.3'"
. Sometimes this wont work, for no apparent reason.I’ll see what I can do about increasing reliability of both of these.
moving this to a project to include more IDEs.