Skip to content

Commit

Permalink
Support make in vscode.
Browse files Browse the repository at this point in the history
  • Loading branch information
xueruini committed Jan 5, 2020
1 parent 3a18831 commit 0423e38
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"name": "latexmk for thuthesis",
"tools": [
"xetex-thuthesis",
"latexmk-xelatex",
"latexmk-xelatex"
]
},
{
"name": "make thesis",
"tools": [
"make-thesis"
]
}
],
Expand Down Expand Up @@ -38,5 +44,11 @@
],
"env": {}
},
{
"name": "make-thesis",
"command": "make",
"args": [],
"env": {}
}
]
}

0 comments on commit 0423e38

Please sign in to comment.