mirror of
https://github.com/platformio/platformio-core.git
synced 2025-09-27 22:30:56 +02:00
Handle Atom & Vim as IDE
This commit is contained in:
@@ -248,7 +248,7 @@ def measure_caller(calller_id):
|
||||
"action": "Misc",
|
||||
"label": calller_id
|
||||
}
|
||||
if calller_id in ProjectGenerator.get_supported_ides():
|
||||
if calller_id in (["atom", "vim"] + ProjectGenerator.get_supported_ides()):
|
||||
event['action'] = "IDE"
|
||||
on_event(**event)
|
||||
|
||||
|
Reference in New Issue
Block a user