Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the 'open in editor' behaviour configurable #124

Closed
jonsugar opened this issue Sep 12, 2020 · 0 comments
Closed

Make the 'open in editor' behaviour configurable #124

jonsugar opened this issue Sep 12, 2020 · 0 comments
Assignees
Milestone

Comments

@jonsugar
Copy link
Collaborator

jonsugar commented Sep 12, 2020

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 editor
OPEN_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 behavior
OPEN_EDITOR=true
@jonsugar jonsugar added this to the Post launch milestone Sep 12, 2020
@jonsugar jonsugar modified the milestones: Post launch, Beta 4 (v1.0.0beta4) Sep 24, 2020
@jonsugar jonsugar changed the title Add --open-editor and --open-browser options Let the user configure whether they want Lambo to open the project in an editor/browser Sep 24, 2020
@jonsugar jonsugar modified the milestones: Beta 4 (v1.0.0beta4), Post launch Sep 25, 2020
@jonsugar jonsugar modified the milestones: Post launch, v1.1.0 Mar 18, 2021
@jonsugar jonsugar removed this from the v1.1.0 milestone Mar 27, 2021
@jonsugar jonsugar changed the title Let the user configure whether they want Lambo to open the project in an editor/browser Let the user configure the open in editor/browser behaviour Aug 14, 2021
@jonsugar jonsugar changed the title Let the user configure the open in editor/browser behaviour Make the 'open in editor/browser' behaviour configurable Aug 14, 2021
@jonsugar jonsugar changed the title Make the 'open in editor/browser' behaviour configurable Make the 'open in editor' behaviour configurable Aug 14, 2021
@jonsugar jonsugar self-assigned this Aug 14, 2021
@jonsugar jonsugar added this to the v1.4 milestone Aug 14, 2021
@jonsugar jonsugar modified the milestones: v1.4, v1.5 Aug 14, 2021
@tighten tighten locked and limited conversation to collaborators Aug 24, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

1 participant