Some random stuff I guess.
(Also vscode is editor now? Fast.)
This commit is contained in:
parent
89ffba43ac
commit
21d88f93bf
2 changed files with 10 additions and 2 deletions
|
|
@ -23,8 +23,14 @@
|
|||
"editor.formatOnSaveTimeout": 1500,
|
||||
"workbench.colorTheme": "Monokai",
|
||||
"window.zoomLevel": 1,
|
||||
"terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\wsl.exe",
|
||||
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
|
||||
"C_Cpp.clang_format_fallbackStyle": "llvm",
|
||||
"latex-workshop.view.pdf.viewer": "tab",
|
||||
"glitch.token": "687fb628-3a2e-4405-9bfb-49fc51068fbb"
|
||||
"glitch.token": "687fb628-3a2e-4405-9bfb-49fc51068fbb",
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue