{
  "sync.gist": "158c78669c44aed8c1d82164299a8147",
  "editor.suggestSelection": "first",
  "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  "java.semanticHighlighting.enabled": true,
  "files.exclude": {
    "**/.classpath": true,
    "**/.project": true,
    "**/.settings": true,
    "**/.factorypath": true
  },
  "explorer.confirmDelete": false,
  "editor.inlineSuggest.enabled": true,
  "workbench.iconTheme": "material-icon-theme",
  "security.workspace.trust.untrustedFiles": "open",
  "bracket-pair-colorizer-2.depreciation-notice": false,
  "vsicons.dontShowNewVersionMessage": true,
  "editor.formatOnPaste": true,
  "editor.formatOnSave": true,
  "editor.formatOnType": true,
  "emmet.preferences": {},
  "[jsonc]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "settingsSync.ignoredSettings": [
    "-emmet.extensionsPath"
  ],
  "liveServer.settings.donotShowInfoMsg": true,
  "[html]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "[javascript]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "github.copilot.enable": {
    "*": true,
    "yaml": false,
    "plaintext": true,
    "markdown": false
  },
  "material-icon-theme.folders.theme": "specific",
  "material-icon-theme.folders.color": "#cc8899",
  "editor.guides.bracketPairs": true,
  "editor.unicodeHighlight.nonBasicASCII": false,
  "git.openRepositoryInParentFolders": "always",
  "git.autofetch": true,
  "githubPullRequests.pullBranch": "never",
  "workbench.startupEditor": "none",
  "github.copilot-labs.showBrushesLenses": true,
  "github.copilot-labs.showTestGenerationLenses": true,
  "redhat.telemetry.enabled": true,
  "terminal.integrated.defaultProfile.windows": "Cmder",
  "terminal.integrated.profiles.windows": {
    "Cmder": {
      "name": "Cmder",
      "path": [
        "${env:windir}\\Sysnative\\cmd.exe",
        "${env:windir}\\System32\\cmd.exe"
      ],
      "args": [
        "/k",
        "${env:cmder_root}\\vendor\\bin\\vscode_init.cmd"
      ],
      "icon": "terminal-cmd",
      "color": "terminal.ansiGreen"
    },
  },
  "files.autoSave": "onWindowChange",
  "editor.fontSize": 11.5,
  "sync.autoDownload": true,
  "sync.autoUpload": true,
  "sync.forceDownload": true,
  "sync.forceUpload": true,
  "sync.quietSync": true,
  "workbench.colorTheme": "One Dark Pro Darker",
  "workbench.activityBar.location": "top",
  "window.menuBarVisibility": "compact",
  "workbench.layoutControl.enabled": false,
  "window.commandCenter": false,
  "window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}${profileName}",
  "vim.neovimUseConfigFile": true,
  "vim.neovimPath": "C:\\Program Files\\Neovim\\bin\\nvim.exe",
  "vim.easymotion": true,
  "vim.replaceWithRegister": true,
  "vim.sneak": true,
  "vim.sneakUseIgnorecaseAndSmartcase": true,
  "vim.statusBarColorControl": true,
  "vim.vimrc.enable": true,
  "workbench.colorCustomizations": {
    "statusBar.background": "#5f0000",
    "statusBar.noFolderBackground": "#5f0000",
    "statusBar.debuggingBackground": "#5f0000",
    "statusBar.foreground": "#ffffff",
    "statusBar.debuggingForeground": "#ffffff"
  },
  "vim.enableNeovim": true,
  "vim.neovimConfigPath": "%USERPROFILE%\\AppData\\Local\\nvim\\init.vim",
  "vim.camelCaseMotion.enable": true,
  "vim.vimrc.path": "c:\\Users\\long.le\\.vimrc",
  "vim.smartRelativeLine": true,
  "[shellscript]": {
    "editor.defaultFormatter": "foxundermoon.shell-format"
  },
  "[yaml]": {
    "editor.defaultFormatter": "redhat.vscode-yaml"
  },
}