Skip to content

Instantly share code, notes, and snippets.

@cihat
Created June 16, 2023 13:24
Show Gist options
  • Save cihat/45526faed8a9e039ebdcd1b79844c915 to your computer and use it in GitHub Desktop.
Save cihat/45526faed8a9e039ebdcd1b79844c915 to your computer and use it in GitHub Desktop.
{
"workbench.sideBar.location": "right",
// "editor.fontFamily": "Fira Code, 'Cascadia Code', Consolas, 'Courier New', monospace",
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"[json]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace",
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.suggestSelection": "first",
"window.titleBarStyle": "custom",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.codeActionsOnSave": ["source.fixAll"],
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"gitlens.defaultDateFormat": null,
"git.enableSmartCommit": true,
"editor.linkedEditing": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.cursorWidth": 4,
"editor.cursorBlinking": "expand",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.startupEditor": "newUntitledFile",
"json.schemas": [],
"files.exclude": {
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true,
"**/node_modules": true
},
"debug.allowBreakpointsEverywhere": true,
"editor.formatOnType": false,
"terminal.integrated.tabs.enabled": true,
"workbench.editor.untitled.hint": "hidden",
"prettier.semi": false,
"prettier.singleQuote": false,
"[javascriptreact]": {
"editor.defaultFormatter": "ms-vsliveshare.vsliveshare"
},
"files.associations": {
"*.jsx": "javascriptreact",
"*.js": "javascript"
},
"workbench.iconTheme": "eq-material-theme-icons",
"vsicons.dontShowNewVersionMessage": true,
"eslint.enable": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": true,
"plaintext": true,
"markdown": true,
"scminput": false,
"yaml": false,
"javascriptreact": true,
"vue": true,
"typescriptreact": true,
"css": true,
"typescript": true,
"php": true,
"shellscript": true,
"html": true,
"scss": true,
"json": true,
"java": true
},
"editor.accessibilitySupport": "off",
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"git.confirmSync": false,
"debug.javascript.autoAttachFilter": "disabled",
"editor.fontSize": 14,
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"editor.unicodeHighlight.allowedLocales": {
"tr": true
},
"typescript.updateImportsOnFileMove.enabled": "always",
"cSpell.enabled": false,
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dbfb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "PHP Purple",
"value": "#4F5D95"
}
],
"npm.keybindingsChangedWarningShown": true,
"git.autofetch": true,
"search.followSymlinks": false,
"files.refactoring.autoSave": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.renderWhitespace": "none",
"prettier.embeddedLanguageFormatting": "off",
"intelephense.diagnostics.undefinedSymbols": false,
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"window.commandCenter": true,
"workbench.layoutControl.enabled": false,
"liveServer.settings.donotShowInfoMsg": true,
"files.autoSave": "afterDelay",
"editor.stickyScroll.enabled": true,
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment