File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ git push origin $RELEASE_TAG
3030Building and deploying the package can be greatly simplified using "tasks" in
3131[ Visual Studio Code] [ www_vscode ] . By adding the following settings to the
3232` .vscode/tasks.json ` file, you can simply press ` Ctrl+Shift+B ` in VS Code and
33- select the * deploy * task for running Maven and have the resulting JAR file being
33+ select the _ deploy _ task for running Maven and have the resulting JAR file being
3434placed in ` /opt/fiji-packaging/Fiji.app/jars/ ` (adjust to your path as
3535necessary):
3636
@@ -67,7 +67,7 @@ necessary):
6767## Linting Python 2.7 with VS Code
6868
6969For being able to lint the old Python code properly, you'll need to set up an
70- appropriate * virtualenv * with ` pylint ` being installed.
70+ appropriate _ virtualenv _ with ` pylint ` being installed.
7171
7272Using [ ` fish ` ] [ www_fish ] and [ virtualfish] [ www_vf ] , this can be done as follows:
7373
You can’t perform that action at this time.
0 commit comments