Skip to content

Instantly share code, notes, and snippets.

@zaynali53
Created October 1, 2024 18:56
Show Gist options
  • Select an option

  • Save zaynali53/79688fab3145b81c9c08058a9b943e77 to your computer and use it in GitHub Desktop.

Select an option

Save zaynali53/79688fab3145b81c9c08058a9b943e77 to your computer and use it in GitHub Desktop.
{
"php.validate.executablePath": "E:/xampp/php",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.fontFamily": "Monaco",
"editor.fontLigatures": true,
"editor.smoothScrolling": true,
"emmet.triggerExpansionOnTab": true,
"colorize.include": ["**.scheme.txt"],
"workbench.statusBar.visible": true,
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#1a1b20"
},
"editor.tabSize": 2,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"intelephense.stubs": [
"apache",
"bcmath",
"bz2",
"calendar",
"com_dotnet",
"Core",
"ctype",
"curl",
"date",
"dba",
"dom",
"enchant",
"exif",
"FFI",
"fileinfo",
"filter",
"fpm",
"ftp",
"gd",
"gettext",
"gmp",
"hash",
"iconv",
"imap",
"intl",
"json",
"ldap",
"libxml",
"mbstring",
"meta",
"mysqli",
"oci8",
"odbc",
"openssl",
"pcntl",
"pcre",
"PDO",
"pdo_ibm",
"pdo_mysql",
"pdo_pgsql",
"pdo_sqlite",
"pgsql",
"Phar",
"posix",
"pspell",
"readline",
"Reflection",
"session",
"shmop",
"SimpleXML",
"snmp",
"soap",
"sockets",
"sodium",
"SPL",
"sqlite3",
"standard",
"superglobals",
"sysvmsg",
"sysvsem",
"sysvshm",
"tidy",
"tokenizer",
"xml",
"xmlreader",
"xmlrpc",
"xmlwriter",
"xsl",
"Zend OPcache",
"zip",
"zlib",
"wordpress"
],
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"colorize.hide_current_line_decorations": false,
"colorize.enable_search_variables": false,
"editor.colorDecorators": false,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.profiles.windows": {
"C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe (migrated)": {
"path": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"args": []
}
},
"extensions.ignoreRecommendations": true,
"vsicons.presets.foldersAllDefaultIcon": true,
"editor.hover.above": false,
"intelephense.environment.phpVersion": "8.1.0",
"php.validate.run": "onType",
"php.suggest.basic": false,
"php.validate.enable": false,
"vetur.validation.template": false,
"vetur.ignoreProjectWarning": true,
"diffEditor.ignoreTrimWhitespace": false,
"liveServer.settings.CustomBrowser": "chrome",
"liveServer.settings.fullReload": true,
"liveServer.settings.https": {
"cert": "",
"key": "",
"passphrase": "",
"enable": false
},
"editor.unicodeHighlight.ambiguousCharacters": false,
"breadcrumbs.enabled": false,
"dart.flutterSdkPath": "C:\\Users\\zain\\Desktop\\flutter",
"workbench.colorTheme": "Acme Theme",
"workbench.editor.empty.hint": "hidden",
"editor.fontSize": 19,
"editor.stickyScroll.enabled": false,
"security.promptForLocalFileProtocolHandling": false,
"files.autoSave": "afterDelay",
"terminal.integrated.localEchoStyle": "dim"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment