VS Code setup
- Settings are listed in settings.json
- Editor Font: Operator Mono
- Terminal Font: SpaceMono NF
| import * as bcrypt from "bcrypt"; | |
| import { createCookieSessionStorage, redirect } from "remix"; | |
| import { db } from "./db.server"; | |
| export type LoginForm = { | |
| username: string; | |
| password: string; | |
| }; |
Increases indentation on the file tree and adds some lines to each directory/file.
Works 15 levels deep, but you can expand it by just adding more of each line thats repeating, i.e.:
(n*-20px) 0 0 0 rgba(255, 255, 255, 0.4).monaco-tree-row[aria-level="n"] { padding-left: ((n-1)*20)px; }.monaco-tree-row[aria-level="n"]:before { left: (((n-1)*20)-9)px; }.monaco-tree-row[aria-level="n"]:after { left: (((n-1)*20)-9)px; }