MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / get_last_selected_ide

Method get_last_selected_ide

config_manager.py:124–126  ·  view source on GitHub ↗

Get last selected IDE

(self)

Source from the content-addressed store, hash-verified

122 self.set_setting("window_geometry", geometry)
123
124 def get_last_selected_ide(self) -> str:
125 """Get last selected IDE"""
126 return self.get_setting("last_selected_ide", "VS Code")
127
128 def set_last_selected_ide(self, ide: str):
129 """Set last selected IDE"""

Callers 1

_create_ide_sectionMethod · 0.80

Calls 1

get_settingMethod · 0.95

Tested by

no test coverage detected