-
Notifications
You must be signed in to change notification settings - Fork 964
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
base: main
Are you sure you want to change the base?
Conversation
fix header lines
36617aa
to
8be3d23
Compare
> ```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> | ||
> ``` |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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".
Adds installation of Galaxy Language Server to the text for the Tool Dev tutorial