From 8294536d2f563cba3f1ec46e2593605e09bdf853 Mon Sep 17 00:00:00 2001 From: kenkenpa198 Date: Sat, 10 Aug 2024 08:21:11 +0900 Subject: [PATCH] add split line --- .config/Code/User/settings.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 4cc0fc9..237e276 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -3,6 +3,7 @@ // VS Code Settings //////////////////////////////////////// "diffEditor.ignoreTrimWhitespace": false, + "editor.copyWithSyntaxHighlighting": false, "editor.cursorSurroundingLines": 16, "editor.defaultFormatter": "esbenp.prettier-vscode", @@ -18,23 +19,30 @@ "editor.mouseWheelZoom": true, "editor.renderWhitespace": "trailing", "editor.stickyScroll.enabled": true, + "explorer.confirmDragAndDrop": false, "explorer.confirmPasteNative": false, "explorer.sortOrderLexicographicOptions": "unicode", + "extensions.autoUpdate": "onlyEnabledExtensions", + "files.autoGuessEncoding": true, "files.eol": "\n", "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "files.trimTrailingWhitespace": true, + "search.showLineNumbers": true, + "security.allowedUNCHosts": [ // WSL 環境での起動時に表示される警告メッセージを抑制する // https://code.visualstudio.com/docs/setup/windows#_working-with-unc-paths "wsl.localhost" ], "security.workspace.trust.untrustedFiles": "open", + "terminal.integrated.fontFamily": "'HackGen Console'", + "workbench.activityBar.location": "top", "workbench.colorTheme": "GitHub Dark", "workbench.editor.empty.hint": "hidden", @@ -44,6 +52,7 @@ "workbench.iconTheme": "material-icon-theme", "workbench.layoutControl.enabled": false, "workbench.startupEditor": "newUntitledFile", + "window.commandCenter": false, "window.menuBarVisibility": "compact", "window.newWindowDimensions": "inherit", @@ -55,6 +64,7 @@ "code-eol.crlfCharacter": "↲", "code-eol.newlineCharacter": "↓", "code-eol.returnCharacter": "←", + "cSpell.userWords": [ "archlinux", "autoload", @@ -108,16 +118,22 @@ "wslconfig", "xremap" ], + "gitlens.currentLine.format": "${author, }${agoOrDateShort}${' via 'pullRequest}${ // message|50?}", "gitlens.defaultDateFormat": "YYYY-MM-DD hh:mm", "gitlens.defaultDateShortFormat": "YYYY-MM-DD", "gitlens.defaultTimeFormat": "hh:mm", + "hediet.vscode-drawio.resizeImages": null, + "liveServer.settings.AdvanceCustomBrowserCmdLine": "/mnt/c/Program Files/Google/Chrome/Application/chrome.exe", + "markdown.extension.list.indentationSize": "inherit", + "markdown-preview-enhanced.breakOnSingleNewLine": false, "markdown-preview-enhanced.frontMatterRenderingOption": "code block", "markdown-preview-enhanced.previewTheme": "one-dark.css", + "markdownlint.focusMode": false, "markdownlint.config": { "default": true, @@ -125,7 +141,9 @@ "indent": 4 } }, + "markdowntable.showMenu.csvToTable": true, + "mcfs.notifications": { "hasOpenedConnectionManager": false, "hasConnectedToMC": false, @@ -133,10 +151,14 @@ "hasShownChangelog": false, "hasSeenPromoForVersion": "3.0" }, + "prettier.singleQuote": true, + "sql-formatter.uppercase": true, + "trailing-spaces.backgroundColor": "rgba(255,255,0,0.3)", "trailing-spaces.borderColor": "rgba(255,255,100,0.15)", + "vsnotes.defaultNoteName": "new-note", "vsnotes.defaultNotePath": "~/works/notes/notes", "vsnotes.defaultNoteTitle": "{dt}-{title}.{ext}",