You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once Lambo has finished bootstrapping a new project it automatically opens it in the configured editor—this behavior should be configurable.
By default, Lambo should NOT open the project for editing.
Configuring Open In Editor functionality
Add/set the OPEN_EDITOR property in ~/.lambo/config.
# Enable opening in editorOPEN_EDITOR=true
# disable opening in the editor (default, can be omitted)OPEN_EDITOR=false
Upgrading existing installations
# ------------------------------------------------------------------------------# 14-Aug-2021 11:40 am (auto-generated by Lambo)# ------------------------------------------------------------------------------# Lambo has introduced new configuration options. They have been added here with# sensible defaults; however, you should review them.# ------------------------------------------------------------------------------# Configure whether Lambo should open the new project in an editor.## NOTE: Set to true to maintain current behavior.## Possible values:# true, 1, "yes" or "on"# false (default), 0, "no" or "off"# Set to true to maintain current behaviorOPEN_EDITOR=true
This discussion was converted from issue #124 on August 24, 2021 17:37.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Once Lambo has finished bootstrapping a new project it automatically opens it in the configured editor—this behavior should be configurable.
By default, Lambo should NOT open the project for editing.
Configuring Open In Editor functionality
Add/set the
OPEN_EDITOR
property in~/.lambo/config
.Upgrading existing installations
Beta Was this translation helpful? Give feedback.
All reactions