IO fertig, trick mit module name in first julia cell
This commit is contained in:
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@@ -1,14 +1,15 @@
|
||||
{
|
||||
"julia.environmentPath": "/home/hellmund/Julia/23",
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true,
|
||||
"**/.git": true,
|
||||
"**/.hg": true,
|
||||
"**/.svn": true,
|
||||
"**/*.ipynb": true,
|
||||
"**/*.md": true
|
||||
"**/*.md": true,
|
||||
"**/*.quarto_ipynb": true,
|
||||
"**/CVS": true,
|
||||
"**/Thumbs.db": true
|
||||
},
|
||||
"explorerExclude.backup": {},
|
||||
"ltex.enabled": false,
|
||||
|
||||
Reference in New Issue
Block a user