{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"editor.tabSize": 2,
"editor.rulers": [80, 120],
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.fontSize": 17,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code, Consolas",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderIndentGuides": false,
"editor.codeLens": true,
"editor.renderControlCharacters": false,
"git.path": "C:\\Program Files\\Git\\bin\\git.exe",
// "terminal.integrated.shell.windows": "c:\\WINDOWS\\Sysnative\\bash.exe",
"terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin",
"php.executablePath": "C:\\Programs\\php-7.4.4-Win32-vc15-x64\\php.exe",
"php.validate.executablePath": "C:\\Programs\\php-7.4.4-Win32-vc15-x64\\php.exe",
"php.validate.enable": false,
"php.suggest.basic": false,
"files.associations": {
"*.sss": "postcss",
".dockerignore": "shellscript",
".gitignore": "shellscript",
".eslintignore": "shellscript",
".stylelintrc": "json",
".stylintrc": "json",
".pug-lintrc": "json"
},
"files.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/dist": true,
"**/tmp": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/dist": true,
"**/tmp": true
},
"workbench.iconTheme": "material-icon-theme",
"extensions.ignoreRecommendations": true,
"cSpell.enabled": true,
"cSpell.showStatus": false,
"cSpell.language": "en,ru",
"cSpell.ignorePaths": [
"package.json",
"node_modules", // this will ignore anything the node_modules directory
"**/node_modules", // the same for this one
"**/node_modules/**", // the same for this one
"node_modules/**", // Doesn't currently work due to how the current working directory is determined.
".git", // Ignore the .git directory
"*.dll", // Ignore all .dll files.
"**/*.dll" // Ignore all .dll files
],
"projectManager.groupList": true,
"projectManager.treeview.visible": true,
"projectManager.vscode.baseFolders": [
"D:\\Projects"
],
"window.zoomLevel": 0,
"cSpell.userWords": [
"Andrey",
"Gravator",
"Netlify",
"Pastukhov",
"WEBHOOK",
"devtool",
"gitlens",
"mixins",
"scrollbar",
"smtp",
"spacetab",
"spacetabs",
"stylelint",
"sublabel",
"treeview",
"vetur",
"vuex"
],
"explorer.confirmDragAndDrop": false,
"material-icon-theme.showUpdateMessage": false,
"gitlens.keymap": "alternate",
"gitlens.advanced.messages": {
"suppressLineUncommittedWarning": true,
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"workbench.colorTheme": "Solarized Light",
"javascript.updateImportsOnFileMove.enabled": "never",
"github.hosts": [
{
"host": "https://github.com",
"username": "oauth",
"token": "system"
}
],
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"breadcrumbs.enabled": true,
"workbench.statusBar.feedback.visible": false
}