Skip to content
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

REQUEST: Add method to handle ext install ... #1097

Closed
Kreyren opened this issue Jan 16, 2020 · 2 comments
Closed

REQUEST: Add method to handle ext install ... #1097

Kreyren opened this issue Jan 16, 2020 · 2 comments
Labels
meta: stale This issue/PR is stale and will be closed soon

Comments

@Kreyren
Copy link

Kreyren commented Jan 16, 2020

GitPod supports vscode extensions, but lacks support for ext install
image

In theory some simple wrapper alike:

die() { printf 'FATAL: %s\n' "$1" ;}
efixme() { printf 'FIXME: %s\n "$1" ;}

ext() {
	case "$1" in
		install) efixme "Requires logic to import vscode extension in GitPod" ;;
		*) die "Unsupported argument '$1' has been parsed in GitPod's wrapper of ext"
	esac
}

would do the trick

@Kreyren
Copy link
Author

Kreyren commented Jan 16, 2020

Example: RegEx https://regex101.com/r/nm4u9S/1

Unable to determine rest of the parameters (Possible through API?)

@stale
Copy link

stale bot commented Oct 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta: stale This issue/PR is stale and will be closed soon label Oct 4, 2020
@stale stale bot closed this as completed Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta: stale This issue/PR is stale and will be closed soon
Projects
None yet
Development

No branches or pull requests

1 participant