first commit
This commit is contained in:
22
.vscode/settings.json
vendored
Normal file
22
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"julia.environmentPath": "/home/hellmund/Julia/23",
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true,
|
||||
"**/*.ipynb": true,
|
||||
"**/*.md": false
|
||||
},
|
||||
"explorerExclude.backup": {},
|
||||
"ltex.enabled": false,
|
||||
"ltex.language": "de-DE",
|
||||
"ltex.markdown.nodes": {
|
||||
"CodeBlock": "ignore",
|
||||
"FencedCodeBlock": "ignore",
|
||||
"AutoLink": "dummy",
|
||||
"Code": "dummy"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user