We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc97585 commit 2db7b39Copy full SHA for 2db7b39
.gitignore
@@ -1,3 +1,2 @@
1
-.vscode
2
*.pdf
3
jats
.vscode/tasks.json
@@ -0,0 +1,13 @@
+{
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
+ // for the documentation about the tasks.json format
4
+ "version": "2.0.0",
5
+ "tasks": [
6
+ {
7
+ "label": "build",
8
+ "type": "shell",
9
+ "command": "sh ./inara/scripts/entrypoint.sh -o pdf paper.md",
10
+ "problemMatcher": []
11
+ }
12
+ ]
13
+}
0 commit comments