{
"files.autoGuessEncoding": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Monokai",
"editor.fontSize": 12,
"editor.fontFamily": "INPUT",
"editor.minimap.enabled": false,
"editor.detectIndentation": false,
"php.validate.executablePath": "D:/PHP/php.exe",
"php.validate.enable": true,
"php.validate.run": "onType",
"typescript.check.npmIsInstalled": true,
"window.title": "${activeEditorLong} - VSC",
"files.trimTrailingWhitespace": true,
"workbench.editor.showIcons": false,
"workbench.settings.useSplitJSON": true,
"problems.showCurrentInStatus": true,
"editor.tokenColorCustomizations":
{
"comments": "#B0AE9E",
},
"workbench.colorCustomizations":
{
"gitlens.trailingLineForegroundColor": "#B0AE9E"
},
"editor.quickSuggestions":
{
"other": true,
"comments": true,
"strings": true
},
"editor.insertSpaces": false,
"code-runner.preserveFocus": true,
"code-runner.runInTerminal": false,
"code-runner.showExecutionMessage": false,
"editor.wordWrap": "on",
"[cpp]":
{
"files.autoGuessEncoding": false,
"files.encoding": "windows1251"
},
"[php]":
{
"files.autoGuessEncoding": false,
"files.encoding": "utf8"
},
"[html]":
{
"files.autoGuessEncoding": false,
"files.encoding": "utf8"
},
"[css]":
{
"files.autoGuessEncoding": false,
"files.encoding": "utf8"
},
"git.ignoreMissingGitWarning": true,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"explorer.confirmDelete": false,
"terminal.integrated.rendererType": "dom",
"workbench.sideBar.location": "left",
"git.confirmSync": false,
"editor.renderWhitespace": "boundary",
"window.zoomLevel": -1,
"workbench.activityBar.visible": true,
"workbench.statusBar.feedback.visible": false,
"breadcrumbs.enabled": true,
"breadcrumbs.filePath": "last",
"liveSassCompile.settings.showOutputWindow": false,
"liveSassCompile.settings.formats":
[
{
"format": "expanded",
"extensionName": ".css",
"savePath": "~/../"
},
{
"format": "compressed",
"extensionName": ".min.css",
"savePath": "~/../"
}
],
"liveSassCompile.settings.autoprefix":
[
"last 1000 versions"
],
"liveSassCompile.settings.generateMap": false,
"files.autoSave": "onWindowChange",
"window.restoreWindows": "all",
"window.newWindowDimensions": "maximized",
"extensions.autoUpdate": false,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"liveServer.settings.donotShowInfoMsg": true,
"files.exclude": {
"**/.git": false
},
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.scopes": [
"document",
"containers"
],
"gitlens.views.repositories.location": "gitlens",
"gitlens.views.fileHistory.location": "gitlens",
"gitlens.views.lineHistory.location": "gitlens",
"gitlens.views.compare.location": "gitlens",
"gitlens.views.search.location": "gitlens",
"git.path": "D:/Program Files/Git",
"gitlens.views.repositories.files.layout": "tree"
}