add local VSCode settings
This commit is contained in:
parent
739b6c570a
commit
14fc030b75
1 changed files with 17 additions and 0 deletions
17
.vscode/master-thesis.code-workspace
vendored
Normal file
17
.vscode/master-thesis.code-workspace
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": ".."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"latex-workshop.intellisense.update.delay": 5000,
|
||||||
|
"latex-workshop.message.log.show": false,
|
||||||
|
"latex-workshop.synctex.afterBuild.enabled": true,
|
||||||
|
"latex-workshop.view.outline.sync.viewer": true,
|
||||||
|
"conventionalCommits.scopes": [
|
||||||
|
"tex",
|
||||||
|
"datavis"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue