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

Method set_last_selected_ide

config_manager.py:128–130  ·  view source on GitHub ↗

Set last selected IDE

(self, ide: str)

Source from the content-addressed store, hash-verified

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"""
130 self.set_setting("last_selected_ide", ide)
131
132 def get_language(self) -> str:
133 """Get current language"""

Callers 1

_on_ide_changeMethod · 0.80

Calls 1

set_settingMethod · 0.95

Tested by

no test coverage detected