2020-09-20 09:32:02 +00:00
|
|
|
{
|
|
|
|
|
"telemetry.enableTelemetry": false,
|
|
|
|
|
// Window
|
|
|
|
|
"window.zoomLevel": 1,
|
|
|
|
|
"window.menuBarVisibility": "default",
|
|
|
|
|
// Workbench
|
|
|
|
|
"workbench.sideBar.location": "left",
|
|
|
|
|
"workbench.iconTheme": null,
|
|
|
|
|
"workbench.activityBar.visible": true,
|
|
|
|
|
"workbench.statusBar.visible": true,
|
|
|
|
|
"workbench.colorTheme": "Base16 Dark Ocean",
|
|
|
|
|
"workbench.panel.location": "right",
|
|
|
|
|
// Editor
|
|
|
|
|
"editor.tabCompletion": true,
|
|
|
|
|
"editor.insertSpaces": true,
|
|
|
|
|
"editor.tabSize": 4,
|
|
|
|
|
"editor.fontSize": 14,
|
|
|
|
|
"editor.fontFamily": "'LigaFreeMono', Hasklig ,'JetBrains Mono', monospace, 'Droid Sans Fallback'",
|
|
|
|
|
"editor.minimap.enabled": false,
|
2020-11-22 21:09:34 +00:00
|
|
|
"editor.lineNumbers": "off",
|
2020-09-20 09:32:02 +00:00
|
|
|
"editor.rulers": [
|
|
|
|
|
80,
|
|
|
|
|
120
|
|
|
|
|
],
|
|
|
|
|
"terminal.integrated.fontFamily": "'LigaFreeMono' ,monospace, 'Droid Sans Fallback'",
|
|
|
|
|
"terminal.integrated.fontSize": 14,
|
|
|
|
|
"php.suggest.basic": false,
|
2020-09-21 19:12:27 +00:00
|
|
|
"diffEditor.ignoreTrimWhitespace": true,
|
2020-09-20 09:32:02 +00:00
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
|
"vscode-neovim.neovimPath": "/usr/bin/nvim",
|
|
|
|
|
// Vim plugin
|
|
|
|
|
"vim.autoindent": true,
|
|
|
|
|
"vim.easymotionMarkerYOffset": 25,
|
|
|
|
|
"vim.hlsearch": true,
|
|
|
|
|
"vim.useCtrlKeys": true,
|
|
|
|
|
"vim.useSystemClipboard": true,
|
|
|
|
|
"vim.visualstar": true,
|
|
|
|
|
"vim.insertModeKeyBindings": [
|
|
|
|
|
{
|
|
|
|
|
"before": [
|
|
|
|
|
"j",
|
|
|
|
|
"j"
|
|
|
|
|
],
|
|
|
|
|
"after": [
|
|
|
|
|
"<Esc>"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"files.exclude": {
|
|
|
|
|
"**/.git": true,
|
|
|
|
|
"**/.vagrant": true,
|
|
|
|
|
"**/.svn": true,
|
|
|
|
|
"**/.hg": true,
|
|
|
|
|
"**/CVS": true,
|
|
|
|
|
"**/.DS_Store": true
|
|
|
|
|
},
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
"**/node_modules": true,
|
|
|
|
|
"**/bower_components": true,
|
|
|
|
|
"**/vendor": true,
|
|
|
|
|
"**/vendor/revo": false,
|
|
|
|
|
"**/vendor/adeattwood": false,
|
|
|
|
|
"**/runtime": true
|
|
|
|
|
},
|
|
|
|
|
"git.enableSmartCommit": false,
|
|
|
|
|
"git.confirmSync": false,
|
|
|
|
|
"git.autofetch": false,
|
|
|
|
|
"phpcs.standard": "~/vscode/ruleset.xml",
|
|
|
|
|
"phpcs.showSources": true,
|
|
|
|
|
"cSpell.language": "en-GB",
|
|
|
|
|
"cSpell.userWords": [
|
|
|
|
|
"Analytics",
|
|
|
|
|
"Arobaze",
|
|
|
|
|
"Attwood",
|
|
|
|
|
"Battledown",
|
|
|
|
|
"CKEDITOR",
|
|
|
|
|
"Cest",
|
|
|
|
|
"Citu",
|
|
|
|
|
"Divs",
|
|
|
|
|
"Inflector",
|
|
|
|
|
"Init's",
|
|
|
|
|
"Metas",
|
|
|
|
|
"Pjax",
|
|
|
|
|
"Polyfill",
|
|
|
|
|
"Toggler",
|
|
|
|
|
"Unavailabilities",
|
|
|
|
|
"Vars",
|
|
|
|
|
"Winchcombe",
|
|
|
|
|
"aalert",
|
|
|
|
|
"adeattwood",
|
|
|
|
|
"admin",
|
|
|
|
|
"afterbegin",
|
|
|
|
|
"afterend",
|
|
|
|
|
"autoload",
|
|
|
|
|
"beforebegin",
|
|
|
|
|
"beforeend",
|
|
|
|
|
"behaviors",
|
|
|
|
|
"bootbox",
|
|
|
|
|
"canceled",
|
|
|
|
|
"cardless",
|
|
|
|
|
"cleanup",
|
|
|
|
|
"codeception",
|
|
|
|
|
"codesniffer",
|
|
|
|
|
"csrf",
|
|
|
|
|
"dont",
|
|
|
|
|
"dotfiles",
|
|
|
|
|
"edofre",
|
|
|
|
|
"endforeach",
|
|
|
|
|
"esac",
|
|
|
|
|
"filebrowser",
|
|
|
|
|
"fullcalendar",
|
|
|
|
|
"gitlab",
|
|
|
|
|
"httponly",
|
|
|
|
|
"inbox",
|
|
|
|
|
"incase",
|
|
|
|
|
"isdir",
|
|
|
|
|
"itemprop",
|
|
|
|
|
"jira",
|
|
|
|
|
"kartik",
|
|
|
|
|
"mkdir",
|
|
|
|
|
"multipart",
|
|
|
|
|
"nochex",
|
|
|
|
|
"nofollow",
|
|
|
|
|
"passphrase",
|
|
|
|
|
"paypal",
|
|
|
|
|
"phpunit",
|
|
|
|
|
"placeholder",
|
|
|
|
|
"rbac",
|
|
|
|
|
"reactstrap",
|
|
|
|
|
"readlink",
|
|
|
|
|
"revo",
|
|
|
|
|
"richtext",
|
|
|
|
|
"sagepay",
|
|
|
|
|
"sars",
|
|
|
|
|
"setuptools",
|
|
|
|
|
"sitemap",
|
|
|
|
|
"squizlabs",
|
|
|
|
|
"titleize",
|
|
|
|
|
"todos",
|
|
|
|
|
"ukmg",
|
|
|
|
|
"unclaim",
|
|
|
|
|
"webroot",
|
|
|
|
|
"yiisoft"
|
|
|
|
|
],
|
|
|
|
|
"extensions.ignoreRecommendations": false,
|
|
|
|
|
"gitProjectManager.baseProjectsFolders": [
|
|
|
|
|
"~/development",
|
|
|
|
|
"~/sites"
|
|
|
|
|
],
|
|
|
|
|
"gitProjectManager.storeRepositoriesBetweenSessions": true,
|
|
|
|
|
"gitProjectManager.ignoredFolders": [
|
|
|
|
|
"node-modules",
|
|
|
|
|
"vendor"
|
|
|
|
|
],
|
|
|
|
|
"gitlens.keymap": "alternate",
|
|
|
|
|
"gitlens.gitExplorer.files.layout": "tree",
|
|
|
|
|
"gitlens.codeLens.enabled": false,
|
|
|
|
|
"gitlens.historyExplorer.enabled": true,
|
|
|
|
|
"gitlens.advanced.messages": {
|
|
|
|
|
"suppressCommitHasNoPreviousCommitWarning": false,
|
|
|
|
|
"suppressCommitNotFoundWarning": false,
|
|
|
|
|
"suppressFileNotUnderSourceControlWarning": false,
|
|
|
|
|
"suppressGitVersionWarning": false,
|
|
|
|
|
"suppressLineUncommittedWarning": false,
|
|
|
|
|
"suppressNoRepositoryWarning": false,
|
|
|
|
|
"suppressResultsExplorerNotice": false,
|
|
|
|
|
"suppressShowKeyBindingsNotice": true,
|
|
|
|
|
"suppressUpdateNotice": true,
|
|
|
|
|
"suppressWelcomeNotice": true
|
|
|
|
|
},
|
|
|
|
|
"cSpell.enabledLanguageIds": [
|
|
|
|
|
"asciidoc",
|
|
|
|
|
"c",
|
|
|
|
|
"cpp",
|
|
|
|
|
"csharp",
|
|
|
|
|
"css",
|
|
|
|
|
"go",
|
|
|
|
|
"handlebars",
|
|
|
|
|
"html",
|
|
|
|
|
"jade",
|
|
|
|
|
"javascript",
|
|
|
|
|
"javascriptreact",
|
|
|
|
|
"json",
|
|
|
|
|
"latex",
|
|
|
|
|
"less",
|
|
|
|
|
"markdown",
|
|
|
|
|
"php",
|
|
|
|
|
"plaintext",
|
|
|
|
|
"pub",
|
|
|
|
|
"puppet",
|
|
|
|
|
"python",
|
|
|
|
|
"restructuredtext",
|
|
|
|
|
"rust",
|
|
|
|
|
"scss",
|
|
|
|
|
"shellscript",
|
|
|
|
|
"text",
|
|
|
|
|
"typescript",
|
|
|
|
|
"typescriptreact",
|
|
|
|
|
"yml"
|
|
|
|
|
],
|
|
|
|
|
"[php]": {
|
|
|
|
|
"editor.formatOnSave": false
|
|
|
|
|
},
|
|
|
|
|
"prettier.singleQuote": true,
|
|
|
|
|
"prettier.tabWidth": 4,
|
|
|
|
|
"files.associations": {
|
|
|
|
|
"Vagrantfile*": "ruby",
|
|
|
|
|
"*rc": "shellscript"
|
|
|
|
|
},
|
|
|
|
|
"go.formatTool": "goimports",
|
|
|
|
|
"editor.fontLigatures": true,
|
|
|
|
|
"cSpell.enableFiletypes": [
|
|
|
|
|
"diff",
|
|
|
|
|
"dockerfile",
|
|
|
|
|
"dotenv",
|
|
|
|
|
"erb",
|
|
|
|
|
"git-commit",
|
|
|
|
|
"helm",
|
|
|
|
|
"ini",
|
|
|
|
|
"makefile",
|
|
|
|
|
"mjml",
|
|
|
|
|
"puppetfile",
|
|
|
|
|
"ruby",
|
|
|
|
|
"toml",
|
|
|
|
|
"yaml"
|
|
|
|
|
],
|
|
|
|
|
"javascript.updateImportsOnFileMove.enabled": "never",
|
|
|
|
|
"dart.flutterSdkPath": "/home/ade/development/flutter",
|
|
|
|
|
"C_Cpp.clang_format_sortIncludes": true,
|
|
|
|
|
"cmake.configureArgs": [
|
|
|
|
|
"-DCMAKE_TOOLCHAIN_FILE=/home/ade/development/vcpkg/scripts/buildsystems/vcpkg.cmake"
|
|
|
|
|
],
|
|
|
|
|
"[javascript]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
|
},
|
|
|
|
|
"vs-kubernetes": {
|
|
|
|
|
"vs-kubernetes.knownKubeconfigs": [
|
|
|
|
|
"/home/ade/.kube/zion-config.yaml"
|
|
|
|
|
],
|
|
|
|
|
"vs-kubernetes.kubeconfig": "/home/ade/.kube/zion-config.yaml"
|
|
|
|
|
},
|
|
|
|
|
"[typescriptreact]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2020-11-22 21:09:34 +00:00
|
|
|
},
|
|
|
|
|
"[typescript]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
|
},
|
|
|
|
|
"[html]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
|
},
|
|
|
|
|
"[json]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
|
},
|
|
|
|
|
"[jsonc]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2020-09-20 09:32:02 +00:00
|
|
|
}
|
|
|
|
|
}
|