chore: update ephemeral files

Changed files
+151
users
+22
users/cassie/ephemeral/vscode/extension.json
···
+
[
+
"anweber.local-sync",
+
"astro-build.astro-vscode",
+
"catppuccin.catppuccin-vsc",
+
"catppuccin.catppuccin-vsc-icons",
+
"dbaeumer.vscode-eslint",
+
"editorconfig.editorconfig",
+
"esbenp.prettier-vscode",
+
"formulahendry.auto-rename-tag",
+
"gruntfuggly.todo-tree",
+
"hossaini.bootstrap-intellisense",
+
"inlang.vs-code-extension",
+
"jnoortheen.nix-ide",
+
"mkhl.direnv",
+
"ms-python.debugpy",
+
"ms-python.python",
+
"ms-vscode.hexeditor",
+
"redhat.vscode-yaml",
+
"svelte.svelte-vscode",
+
"usernamehw.errorlens",
+
"yoavbls.pretty-ts-errors"
+
]
+42
users/cassie/ephemeral/vscode/keybindings.json
···
+
// Place your key bindings in this file to override the defaults
+
[
+
{
+
"key": "alt+s",
+
"command": "git.stageSelectedRanges",
+
"when": "isInDiffEditor && !operationInProgress"
+
},
+
{
+
"key": "ctrl+k ctrl+alt+s",
+
"command": "-git.stageSelectedRanges",
+
"when": "isInDiffEditor && !operationInProgress"
+
},
+
{
+
"key": "ctrl+k ctrl+w",
+
"command": "-workbench.action.closeAllEditors"
+
},
+
{
+
"key": "ctrl+k ctrl+w",
+
"command": "workbench.action.openWorkspace"
+
},
+
{
+
"key": "ctrl+alt+n",
+
"command": "explorer.newFile"
+
},
+
{
+
"key": "ctrl+k shift+f",
+
"command": "workbench.explorer.fileView.focus"
+
},
+
{
+
"key": "ctrl+`",
+
"command": "workbench.action.focusActiveEditorGroup",
+
"when": "terminalFocus"
+
},
+
{
+
"key": "alt+t alt+r",
+
"command": "typescript.restartTsServer"
+
},
+
{
+
"key": "alt+'",
+
"command": "editor.emmet.action.wrapWithAbbreviation"
+
}
+
]
+87
users/cassie/ephemeral/vscode/settings.json
···
+
{
+
// reduce eye strain
+
"terminal.integrated.fontFamily": "Hurmit Nerd Font Mono",
+
"terminal.integrated.enableImages": true,
+
"terminal.integrated.enableVisualBell": true,
+
"terminal.integrated.tabs.defaultColor": "terminal.ansiBlue",
+
"terminal.integrated.cursorBlinking": true,
+
"terminal.integrated.environmentChangesIndicator": "on",
+
"git.terminalGitEditor": false,
+
// ricing
+
"workbench.colorTheme": "Catppuccin Latte",
+
"catppuccin.accentColor": "pink",
+
"catppuccin.boldKeywords": true,
+
"editor.renderWhitespace": "all",
+
"editor.cursorSmoothCaretAnimation": "on",
+
"editor.cursorBlinking": "phase",
+
"editor.fontFamily": "'Hurmit Nerd Font', 'Menlo', monospace",
+
"editor.fontSize": 17,
+
"editor.lineHeight": 1.65,
+
"editor.fontLigatures": false,
+
"errorLens.statusBarIconsEnabled": true,
+
"errorLens.gutterIconSet": "defaultOutline",
+
"errorLens.statusBarColorsEnabled": true,
+
"errorLens.statusBarIconsPriority": 1000,
+
"workbench.iconTheme": "catppuccin-latte",
+
"explorer.confirmDelete": false,
+
"files.autoSave": "onFocusChange",
+
"git.suggestSmartCommit": false,
+
"git.verboseCommit": true,
+
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
+
"workbench.preferredDarkColorTheme": "Catppuccin Mocha",
+
"workbench.preferredLightColorTheme": "Catppuccin Latte",
+
"window.autoDetectColorScheme": true,
+
"git.branchRandomName.dictionary": [
+
"adjectives",
+
"colors",
+
"animals"
+
],
+
"todo-tree.general.statusBar": "top three",
+
"window.titleBarStyle": "native",
+
"window.dialogStyle": "custom",
+
"window.customTitleBarVisibility": "never",
+
"svelte.enable-ts-plugin": true,
+
"editor.smoothScrolling": true,
+
"workbench.list.smoothScrolling": true,
+
"editor.insertSpaces": false,
+
"json.format.enable": false,
+
"editor.rulers": [
+
100
+
],
+
"todo-tree.highlights.useColourScheme": true,
+
"window.confirmBeforeClose": "keyboardOnly",
+
"prettier.useEditorConfig": false,
+
"nix.enableLanguageServer": true,
+
"nix.serverPath": "nixd",
+
"editor.unicodeHighlight.allowedLocales": {
+
"zh-hant": true
+
},
+
"[html]": {
+
"editor.defaultFormatter": "esbenp.prettier-vscode"
+
},
+
"bootstrapIntelliSense": {
+
"enable": true,
+
"bsVersion": "5.3.6",
+
"useLocalFile": false,
+
"cssFilePath": "",
+
"languageSupport": []
+
},
+
"git.closeDiffOnOperation": true,
+
"redhat.telemetry.enabled": false,
+
"update.mode": "none",
+
"[javascript]": {
+
"editor.defaultFormatter": "esbenp.prettier-vscode"
+
},
+
"python.terminal.activateEnvironment": false,
+
"git.openRepositoryInParentFolders": "never",
+
"diffEditor.ignoreTrimWhitespace": false,
+
"terminal.integrated.stickyScroll.enabled": false,
+
// shit removal
+
"chat.agent.enabled": false,
+
"chat.detectParticipant.enabled": false,
+
"chat.checkpoints.enabled": false,
+
"chat.disableAIFeatures": true,
+
// backups
+
"local-sync.autobackup": true,
+
"local-sync.autorestore": true
+
}
users/cassie/ephemeral/vscode/sync.lock

This is a binary file and will not be displayed.