Adding vs code settings
This commit is contained in:
parent
d886ad0d8a
commit
a08d316fa7
1 changed files with 16 additions and 0 deletions
16
.vscode/settings.json
vendored
Normal file
16
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"emeraldwalk.runonsave": {
|
||||
"commands": [
|
||||
{
|
||||
"match": ".*\\.Rmd",
|
||||
"isAsync": true,
|
||||
"cmd": "Rscript Rmd2Latex-fragment.R '${file}' "
|
||||
},
|
||||
{
|
||||
"match": ".*",
|
||||
"isAsync": true,
|
||||
"cmd": "echo ${file} "
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue