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

repository_list.json entry needs other props for VSCode to discover template #21

Open
scottkurz opened this issue Oct 23, 2019 · 1 comment

Comments

@scottkurz
Copy link
Contributor

scottkurz commented Oct 23, 2019

When the README.md says to add the object with the "url" and "description" properties:
https://github.com/gcharters/kabanero-dev-getting-started/blame/master/README.md#L686-L695
well, I did that literally, and I didn't even notice that I didn't have the right one until a good bit later.

I'd be wandering along with Appsody Eclipse MicroProfile template...

Later I realized I didn't actually have the "Dev Mode" one...and went back through the instructions and that file and saw I needed to add a more complete object like:


{
    "url": "https://github.com/gcharters/stacks/releases/download/java-microprofile-dev-mode-v0.2.10/experimental-index.json",
    "description": "Appsody Experimental",
    "projectStyles": [
      "Appsody"
    ],
    "enabled": true
  }

Is that interesting or worth mentioning ?

Or had you figured anyone would assume that would all need to be added and I'm just slow / dense for not realizing that ? :)

@nastacio
Copy link
Contributor

As an added comment, that step has been considerably changed in Codewind 0.4.0, since CW now offers an UI to make the change. (Right-click "Projects" under "Codewind", then "Manage Template Sources")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants