2025-11-12 17:34:59 +01:00

22 lines
579 B
JSON

{
"terminal.integrated.fontSize": 15,
"editor.fontSize": 15,
"terminal.integrated.defaultProfile.linux": "bash",
"workbench.colorTheme": "Default Dark Modern",
"workbench.startupEditor": "none",
"files.associations": {
"*.md": "markdoc"
},
"workspace": {
"view": "readme",
"terminals": [
{
"name": "Terminal",
"active": false
}
],
"files": [
"./lab.ipynb"
],
}
}