You are on page 1of 1

{

"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection":
"automaticallyOverrodeDefaultValue",
"files.autoSave": "afterDelay",
"workbench.iconTheme": "material-icon-theme",
"vscode-edge-devtools.mirrorEdits": true,
"security.workspace.trust.untrustedFiles": "open",
"liveServer.settings.CustomBrowser": "chrome",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"window.zoomLevel": 1,
"tabnine.experimentalAutoImports": true,
"php.suggest.basic": false,
"php.validate.enable": false,
"emmet.excludeLanguages": [
"markdown",
"php"
],
"kite.showWelcomeNotificationOnStartup": false,
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.fontFamily": "'Victor Mono', monospace"
}

You might also like