Skip to content

Instantly share code, notes, and snippets.

@Ran350
Created April 6, 2025 13:24
Show Gist options
  • Save Ran350/262472fb614406e2a1f67cfd46b7b8fc to your computer and use it in GitHub Desktop.
Save Ran350/262472fb614406e2a1f67cfd46b7b8fc to your computer and use it in GitHub Desktop.
settings.json
{
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnSave": true,
"editor.guides.bracketPairs": false,
"editor.inlineSuggest.enabled": true,
"editor.minimap.enabled": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.codeActionsOnSave": [
"source.organizeImports",
"source.addMissingImports"
],
"redhat.telemetry.enabled": true,
"workbench.iconTheme": "vscode-icons",
/* その他の拡張機能 */
"vsicons.dontShowNewVersionMessage": true,
"code-runner.runInTerminal": true,
/* ターミナル */
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.fontFamily": "'MesloLGS NF', monospace",
/* Git */
"git.allowForcePush": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
/* GitHub */
"githubPullRequests.pullBranch": "never",
"githubPullRequests.fileListLayout": "tree",
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": false,
"scminput": false,
"yaml": true,
"latex": false
},
/* Word Counter*/
"wordcounter.include_eol_chars": false,
"wordcounter.side.left": [
"word",
"char",
],
"wordcounter.text.char": "文字",
"wordcounter.text.chars": "文字",
"wordcounter.text.line": "行",
"wordcounter.text.lines": "行",
"wordcounter.text.word": "単語",
"wordcounter.text.words": "単語",
"wordcounter.text.delimiter": " ",
"wordcounter.text.word_delimiter": "",
/* TODO Tree */
"todo-tree.highlights.defaultHighlight": {
"foreground": "#bbbb00"
},
"todo-tree.highlights.customHighlight": {
"BUG": {
"icon": "bug"
},
"HACK": {
"icon": "tools"
},
"FIXME": {
"icon": "flame"
},
"XXX": {
"icon": "$(close)"
}
},
/* ESLint */
"eslint.alwaysShowStatus": true,
"eslint.codeActionsOnSave.rules": null,
"eslint.nodePath": "",
/* Prettier */
"[javascript][javascriptreact][typescript][typescriptreact][json][jsonc][markdown][css][scss][csv]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
/* JavaScript */
"javascript.updateImportsOnFileMove.enabled": "always",
"[javascript]": {
"editor.maxTokenizationLineLength": 2500
},
/* TypeScript */
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true,
"typescript.referencesCodeLens.showOnAllFunctions": true,
"typescript.updateImportsOnFileMove.enabled": "always",
/* Markdown */
"[markdown]": {
"editor.wordWrap": "on",
"editor.snippetSuggestions": "top"
},
/* C/C++ */
"C_Cpp.clang_format_style": "Visual Studio",
"C_Cpp.default.intelliSenseMode": "macos-gcc-arm64",
"C_Cpp.errorSquiggles": "enabled",
"[cpp][c]": {
"editor.defaultFormatter": "ms-vscode.cpptools",
"editor.semanticHighlighting.enabled": true,
"editor.suggest.insertMode": "replace",
"editor.wordBasedSuggestions": "off"
},
/* cmake-format */
"cmakeFormat.exePath": "cmake-format",
/* Code Spell checker */
"cSpell.userWords": [
"apiconnect",
"autosize",
"Backorder",
"birthdate",
"camelcase",
"camelize",
"Chakra",
"codespace",
"Codespaces",
"cysec",
"decamelize",
"devcontainer",
"dicomo",
"dissynchronize",
"fastify",
"flowbite",
"fplugin",
"fuga",
"headlessui",
"heroicons",
"hoge",
"Janken",
"JPCERT",
"jscodeshift",
"laravel",
"luluti",
"mantine",
"metadatas",
"miniflare",
"Misezan",
"mypage",
"nextjs",
"openapi",
"passcode",
"POSIX",
"preconnect",
"qrcode",
"Reiser",
"remotedb",
"RTDB",
"semibold",
"skus",
"smartpointer",
"stylelint",
"tailwindcss",
"testid",
"texlive",
"textlint",
"textlintrc",
"usecase",
"vite",
"WABSC",
"wantedly",
"webassembly",
"wordcloud",
"worldcoffee"
],
"[cmake]": {
"editor.defaultFormatter": "cheshirekow.cmake-format"
},
"workbench.editorAssociations": {
"*.pdf": "latex-workshop-pdf-hook",
"*.symlink": "default"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.defaultProfile.linux": "zsh",
"editor.fontFamily": "'HackGen','Droid Sans Mono', 'monospace', monospace",
"terminal.integrated.defaultProfile.osx": "zsh",
"markdown-preview-github-styles.colorTheme": "light",
"cmake.configureOnOpen": true,
"npm.keybindingsChangedWarningShown": true,
"editor.unicodeHighlight.allowedCharacters": {
".": true,
",": true
},
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#1073cf2d",
"editor.lineHighlightBorder": "#9fced11f"
},
"editor.wordWrap": "off",
"diffEditor.wordWrap": "off",
"editor.guides.indentation": false,
"leetcode.hint.configWebviewMarkdown": false,
"leetcode.workspaceFolder": "/Users/rannosukehoshina/.leetcode",
"C_Cpp_Runner.cppStandard": "c++20",
"C_Cpp.default.compilerPath": "/usr/bin/clang",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.mouseWheelZoom": true,
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"git.ignoreMissingGitWarning": true,
"[python]": {
"editor.formatOnType": true,
"editor.defaultFormatter": "ms-python.autopep8"
},
"codesnap.showLineNumbers": false,
"codesnap.showWindowControls": false,
"codesnap.showWindowTitle": true,
"codesnap.backgroundColor": "#ffffff",
"codesnap.transparentBackground": true,
"chatgpt.lang": "en",
"[graphql]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"go.toolsManagement.autoUpdate": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[sql]": {
"editor.defaultFormatter": "cweijan.vscode-postgresql-client2"
},
"spectral.validateLanguages": [
"yaml"
],
"[latex]": {
"editor.defaultFormatter": "James-Yu.latex-workshop"
},
"update.showReleaseNotes": false,
"window.zoomLevel": 2,
"leetcode.endpoint": "leetcode",
"git.ignoreRebaseWarning": true,
"github.copilot.editor.enableAutoCompletions": true,
"C_Cpp.intelliSenseEngine": "disabled",
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"rust-analyzer.check.command": "clippy",
"sql-formatter.uppercase": true,
"database-client.autoSync": true,
"typescript.experimental.updateImportsOnPaste": true,
"gitlens.advanced.messages": {
"suppressIntegrationRequestTimedOutWarning": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment