feat(devcontainer): Set VSCode settings
This commit is contained in:
parent
2ad55a75ca
commit
a3e65e1f97
1 changed files with 10 additions and 2 deletions
|
@ -38,8 +38,16 @@
|
||||||
|
|
||||||
// extra extensions
|
// extra extensions
|
||||||
//"fsevenm.run-it-on",
|
//"fsevenm.run-it-on",
|
||||||
"jnoortheen.nix-ide"
|
"jnoortheen.nix-ide",
|
||||||
]
|
|
||||||
|
// theme
|
||||||
|
"mvllow.rose-pine"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"workbench.colorTheme": "Rosé Pine Dawn",
|
||||||
|
"editor.fontFamily": "'Maple Mono', Consolas, 'Courier New', monospace",
|
||||||
|
"editor.fontLigatures": "'cv02, ss01, ss02, ss03, ss04, ss05'"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue