Skip to content

Conversation

@kubukoz
Copy link
Owner

@kubukoz kubukoz commented Oct 1, 2022

  • Fetch coursier if missing
  • Update instructions

@kubukoz kubukoz mentioned this pull request Oct 1, 2022
2 tasks
1. Make sure you have [Coursier](https://get-coursier.io/docs/cli-installation) available on the PATH as `cs`, running Java 11 or above
2. Get the extension from [Marketplace](https://marketplace.visualstudio.com/items?itemName=kubukoz.smithy-playground)
3. Create a file, `smithy-build.json`. Example:
<!-- todo: does coursier install a jvm if needed? try it in docker -->
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

big todo

"smithyql"
);

const coursierBinary = await getCoursierExecutable(context.extensionPath);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be integration tested

"Smithy Playground",
{
command: "cs",
command:coursierBinary,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting

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

Successfully merging this pull request may close these issues.

2 participants