Skip to content

Update tool dev tutorial to add Galaxy Language Server installation #4110

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

astrovsky01
Copy link
Contributor

Adds installation of Galaxy Language Server to the text for the Tool Dev tutorial

@astrovsky01 astrovsky01 requested review from a team and abretaud as code owners May 12, 2023 18:24
@github-actions github-actions bot added the dev label May 12, 2023
fix header lines
@astrovsky01 astrovsky01 force-pushed the tool_dev_update_2023 branch from 36617aa to 8be3d23 Compare May 12, 2023 18:42
Comment on lines +549 to +556
> ```xml
> </macros>
> <xml name="example_parameter">
> <param name="ex_1" type="integer" label="Example help text"/>
> <param name="ex_2" type="text" label="Example help text"/>
> </xml>
> </macros>
> ```
Copy link
Member

Choose a reason for hiding this comment

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

what's the reason for this? it seems like an unncessary blockquote without any of the stylistic tags that the GTN uses that might make this blockquoting useful

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The linting was failing without the blockquote for the command section because of the "#"s, so I was trying to keep consistent visuals. I can remove it for the other sections, if you'd prefer

Copy link
Member

Choose a reason for hiding this comment

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

hmm, then that's a bug with the linting that we should fix. I'll look at it

- Extract macro
- Full Galaxy tool linter integration

To install, go to the `extensions` tab in VSCode, search "Galaxy Tools", and click install. Make sure that the python version available in your environment is compatible, and install updates as necessary, as requested by the alerts in VSCode. Once installed, simply make sure the document format is `Galaxy Tool Wrapper` when working on a tool to ensure the laungage server is enabled.
Copy link
Member

Choose a reason for hiding this comment

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

Could you please add a link, like in the github repo: https://github.com/davelopez/galaxy-workflows-vscode/#galaxy-workflows-vscode-extension "click to install in vscode", that would be a much nicer user experience than "search for this string".

@hexylena hexylena self-assigned this Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants