Created
July 22, 2023 13:54
-
-
Save mkromik/a4f4eb5884f5f7596898ca4bdd35fa1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"name":"PHP Developer","snippets":"{\"snippets\":{\"romik.code-snippets\":\"{\\n\\t\\\"Echo print\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"ec\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"echo '<pre>';\\\",\\n\\t\\t\\t\\\"print_r($1);\\\",\\n\\t\\t\\t\\\"echo '</pre>';\\\",\\n\\t\\t\\t\\\"exit;\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"arrmap\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"arrmap\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"$$1 = array_map(function($$2){\\\",\\n\\t\\t\\t\\\"return $$2;\\\",\\n\\t\\t\\t\\\"}, $$1);\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"arrfilter\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"arrfilter\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"$$1 = array_filter($$1, function($$2){\\\",\\n\\t\\t\\t\\\"return $$2;\\\",\\n\\t\\t\\t\\\"});\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"dbdate\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"dbdate\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"date('Y-m-d', strtotime($1))\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"consoleLog\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,html,typescript,php\\\",\\n\\t\\t\\\"prefix\\\": \\\"cl\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"console.log($1);\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"arrayisarray\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"arisarray\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"Array.isArray($1)\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"promise\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,html,typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"pr\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"new Promise((res, rej) => {\\\",\\n\\t\\t\\t\\\"$1\\\",\\n\\t\\t\\t\\\"})\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"ifarray\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"ifarr\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"if($1 && Array.isArray($1)){\\\",\\n\\t\\t\\t\\\"$2\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"ifnarray\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"ifnarr\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"if(!$1 || !Array.isArray($1)){\\\",\\n\\t\\t\\t\\\"$2\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"import-lodash\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"il\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"import _ from \\\\\\\"lodash\\\\\\\";\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"require-lodash\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"rl\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const _ = require('lodash');\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"require-path\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"rpath\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const path = require('path');\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"require-validator\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"rva\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const validator = require('validator');\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"require-fs\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"rfs\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const fs = require('fs');\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"import-moment\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"imo\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"import moment from \\\\\\\"moment\\\\\\\";\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"require-moment\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"rmo\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const moment = require('moment');\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"require-mongoose\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"rm\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const mongoose = require('mongoose');\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"mongoose-model\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript\\\",\\n\\t\\t\\\"prefix\\\": \\\"cmm\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const $1 = mongoose.model('$1');\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"nodejs_require-jwt\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"rj\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const jwt = require('jsonwebtoken');\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"nodejs_route\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript\\\",\\n\\t\\t\\\"prefix\\\": \\\"req\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"(req, res, next) => { $1 },\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"reactjs_useEffect\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"useE\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"useEffect(() => {$2\\\",\\n\\t\\t\\t\\\"}, [$1]);\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"reactjs_useDispatch\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"useD\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const dispatch = useDispatch$1();\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"reactjs_React.Fragment\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"rfrag\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"<React.Fragment>$1</React.Fragment>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"reactjs_functional_processing_state\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"cprocess\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const [processing, setProcessing] = useState$1(false);\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"reactjs_usestate\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"cuses\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"const [$3, set$3] = useState$1($2);\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"reactjs_functional_processing_start\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"strprocess\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"setProcessing(true);\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"reactjs_functional_processing_stop\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"stpprocess\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"setProcessing(false);\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"setState\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,typescript,typescriptreact,javascriptreact\\\",\\n\\t\\t\\\"prefix\\\": \\\"tss\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"this.setState({ $1 });\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"this.state\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript,html\\\",\\n\\t\\t\\\"prefix\\\": \\\"ths\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"this.state.\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"serviceInclude\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"sutils\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"public utils: UtilsService$1,\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"userservice\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"suser\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"public user: UserService$1,\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"authservice\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"sauth\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"public auth: AuthService$1,\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"routerservice\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"srouter\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"private router: Router$1,\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"routeservice\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"saroute\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"public route: ActivatedRoute$1,\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"formBuilder\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"formBuilder\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"private formBuilder: FormBuilder$1,\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"httpClient\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"httpClient\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"private http: HttpClient$1,\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"formGroup\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"form.group\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"$1 = this.formBuilder.group({\\\",\\n\\t\\t\\t\\\"$2\\\",\\n\\t\\t\\t\\\"})\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"activatedRouteParam\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"route.param\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"this.route.params.subscribe(async (param) => {\\\",\\n\\t\\t\\t\\\"})\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"activatedRouteQueryParam\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"route.queryparam\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"this.route.queryParams.subscribe(async (param) => {\\\",\\n\\t\\t\\t\\\"})\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"redirect\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"redirect\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"this.router.navigate(['/$1']);\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"delcareFunction\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"declareFunction\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"declare function $1(${2:a: any}): ${3:any};\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"angularRoute\\\": {\\n\\t\\t\\\"scope\\\": \\\"typescript\\\",\\n\\t\\t\\\"prefix\\\": \\\"ngroute\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"{ path: '$1', component: $2},\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"routerLink\\\": {\\n\\t\\t\\\"scope\\\": \\\"html\\\",\\n\\t\\t\\\"prefix\\\": \\\"href\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"routerLink='/$1'\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"laravel where\\\": {\\n\\t\\t\\\"scope\\\": \\\"laravel, php\\\",\\n\\t\\t\\\"prefix\\\": \\\"lrwhere\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->where('$1', $2)\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"laravel controllar\\\": {\\n\\t\\t\\\"scope\\\": \\\"laravel, php\\\",\\n\\t\\t\\\"prefix\\\": \\\"lrr\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"Request \\\\\\\\$request$1\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"laravel whereNull\\\": {\\n\\t\\t\\\"scope\\\": \\\"laravel, php\\\",\\n\\t\\t\\\"prefix\\\": \\\"lrwherenull\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->whereNull('$1')\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"laravel getArray\\\": {\\n\\t\\t\\\"scope\\\": \\\"laravel, php\\\",\\n\\t\\t\\\"prefix\\\": \\\"lrgetarray\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->get()->toArray();\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"laravel firstArray\\\": {\\n\\t\\t\\\"scope\\\": \\\"laravel, php\\\",\\n\\t\\t\\\"prefix\\\": \\\"lrfirstarray\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->first()->toArray();\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"laravel first\\\": {\\n\\t\\t\\\"scope\\\": \\\"laravel, php\\\",\\n\\t\\t\\\"prefix\\\": \\\"lrfirst\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->first();\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"PHP not empty\\\": {\\n\\t\\t\\\"scope\\\": \\\"laravel, php\\\",\\n\\t\\t\\\"prefix\\\": \\\"empty\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"!empty($1) \\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"PHP if not empty\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"ifnempty\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"if(!empty($1)){ \\\",\\n\\t\\t\\t\\\"$2\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"JAVASCRIPT if include\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript\\\",\\n\\t\\t\\\"prefix\\\": \\\"ifinclude\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"if([$1].includes($2)){ \\\",\\n\\t\\t\\t\\\"$3\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"JAVASCRIPT if not include\\\": {\\n\\t\\t\\\"scope\\\": \\\"javascript\\\",\\n\\t\\t\\\"prefix\\\": \\\"ifninclude\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"if(![$1].includes($2)){ \\\",\\n\\t\\t\\t\\\"$3\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"PHP if empty\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"ifempty\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"if(empty($1)){ \\\",\\n\\t\\t\\t\\\"$2\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"PHP obj to array\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"objtar\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"json_decode(json_encode($1), true);\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"PHP current db date\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"cdt\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"date('Y-m-d H:i:s')\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"PHP json_encode\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"je\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"json_encode($1)\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"Package json node 12 version\\\": {\\n\\t\\t\\\"scope\\\": \\\"json\\\",\\n\\t\\t\\\"prefix\\\": \\\"en12\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"\\\\\\\"engines\\\\\\\": {\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"node\\\\\\\": \\\\\\\">= 12.0.0\\\\\\\",\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"npm\\\\\\\": \\\\\\\">= 6.0.0\\\\\\\",\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"yarn\\\\\\\": \\\\\\\">= 1.21.1\\\\\\\"\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"Package json node 14 version\\\": {\\n\\t\\t\\\"scope\\\": \\\"json\\\",\\n\\t\\t\\\"prefix\\\": \\\"en12\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"\\\\\\\"engines\\\\\\\": {\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"node\\\\\\\": \\\\\\\">= 14.0.0\\\\\\\",\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"npm\\\\\\\": \\\\\\\">= 6.0.0\\\\\\\",\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"yarn\\\\\\\": \\\\\\\">= 1.21.1\\\\\\\"\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"Package json node 16 version\\\": {\\n\\t\\t\\\"scope\\\": \\\"json\\\",\\n\\t\\t\\\"prefix\\\": \\\"en12\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"\\\\\\\"engines\\\\\\\": {\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"node\\\\\\\": \\\\\\\">= 16.0.0\\\\\\\",\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"npm\\\\\\\": \\\\\\\">= 8.0.0\\\\\\\",\\\",\\n\\t\\t\\t\\\"\\t\\\\\\\"yarn\\\\\\\": \\\\\\\">= 1.21.1\\\\\\\"\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"Css !important\\\": {\\n\\t\\t\\\"scope\\\": \\\"css\\\",\\n\\t\\t\\\"prefix\\\": \\\"!im\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"!important\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"echo print ob clean\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"obec\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"ob_clean();\\\",\\n\\t\\t\\t\\\"echo '<pre>';\\\",\\n\\t\\t\\t\\\"print_r($1);\\\",\\n\\t\\t\\t\\\"echo '</pre>';\\\",\\n\\t\\t\\t\\\"exit;\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"Print to console\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"Y:prm\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"Yii::$app->params['$1']\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t},\\n\\t\\\"YiiStatusCode\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"Y:status\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"Yii::$app->response->statusCode = $1;\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Status Code\\\"\\n\\t},\\n\\t\\\"andWhere\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"andWhere\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->andWhere(['$1' => $2])\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"and where condition for php\\\"\\n\\t},\\n\\t\\\"array all response\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"arallres\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->asArray()->all();\\\",\\n\\t\\t]\\n\\t},\\n\\t\\\"array one response\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"aroneres\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->asArray()->one();\\\",\\n\\t\\t]\\n\\t},\\n\\t\\\"all response\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"allres\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->all();\\\",\\n\\t\\t]\\n\\t},\\n\\t\\\"one response\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"oneres\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->one();\\\",\\n\\t\\t]\\n\\t},\\n\\t\\\"view Url\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"urlroute\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"Url::toRoute(['$1'$2]);\\\",\\n\\t\\t]\\n\\t},\\n\\t\\\"if(in_array())\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"ifinarray\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"if(in_array($1)){ \\\",\\n\\t\\t\\t\\\"$2\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"*ngFor\\\": {\\n\\t\\t\\\"scope\\\": \\\"html\\\",\\n\\t\\t\\\"prefix\\\": \\\"*ngfor\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"*ngFor='let $2 of $1; let index=index;'\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"formControl\\\": {\\n\\t\\t\\\"scope\\\": \\\"html\\\",\\n\\t\\t\\\"prefix\\\": \\\"formcontrol\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"[formControl]=\\\\\\\"$1\\\\\\\"\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"apiRepsonse\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"rs\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"return response()->json(Utils::apiResponse(${1:true}, __('$2'), $3));\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"apiRepsonseMessage\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"rsm\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"return response()->json(Utils::apiResponseMessage(${1:true}, __('$2')));\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t},\\n\\t\\\"apiRepsonseData\\\": {\\n\\t\\t\\\"scope\\\": \\\"php\\\",\\n\\t\\t\\\"prefix\\\": \\\"rsd\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"return response()->json(Utils::apiResponseData(${1:true}, $2));\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t}\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"bmewburn.vscode-intelephense-client\",\"uuid\":\"ffda6552-0ad5-431b-a4fa-0905a7e4f3f0\"},\"displayName\":\"PHP Intelephense\"},{\"identifier\":{\"id\":\"xdebug.php-debug\",\"uuid\":\"044b4b31-2969-4af3-895d-855433b8b46d\"},\"displayName\":\"PHP Debug\"},{\"identifier\":{\"id\":\"xdebug.php-pack\",\"uuid\":\"1a9300c9-36a6-44d1-9d09-ada3641b8727\"},\"displayName\":\"PHP Extension Pack\"},{\"identifier\":{\"id\":\"zobo.php-intellisense\",\"uuid\":\"3eddb68d-a5dd-43fb-be03-6f508d98fe97\"},\"displayName\":\"PHP IntelliSense\"}]","globalState":"{\"storage\":{\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problems\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Output\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"name\\\":\\\"Test Results\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":false},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/typescript.code-snippets/Class Definition\\\",1674618864145],[\\\"romik.code-snippets/ifarray\\\",1674621119082],[\\\"snippets/typescript.code-snippets/Async Function Expression\\\",1675171826220],[\\\"romik.code-snippets/promise\\\",1676891928150],[\\\"snippets/typescript.code-snippets/For-In Loop\\\",1676893576448],[\\\"snippets/javascript.code-snippets/For-Of Loop\\\",1678707520652],[\\\"snippets/javascript.code-snippets/For-In Loop\\\",1678795006490],[\\\"snippets/typescript.code-snippets/Triple-slash reference\\\",1680173889936],[\\\"snippets/typescript.code-snippets/For-Of Loop\\\",1680345820318],[\\\"snippets/typescript.code-snippets/For Loop\\\",1680529559356],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1681297814246],[\\\"snippets/typescript.code-snippets/Set Timeout Function\\\",1681305502263],[\\\"romik.code-snippets/activatedRouteQueryParam\\\",1681571545828],[\\\"romik.code-snippets/ifnarray\\\",1681886526134],[\\\"snippets/javascript.code-snippets/Set Timeout Function\\\",1682071100257],[\\\"snippets/javascript.code-snippets/Try-Catch Statement\\\",1682076225025],[\\\"snippets/javascript.code-snippets/Log to the console\\\",1682076629191],[\\\"snippets/javascript.code-snippets/For Loop\\\",1682084908178],[\\\"snippets/typescript.code-snippets/Define a full property\\\",1682149420842],[\\\"romik.code-snippets/reactjs_useEffect\\\",1682340267641],[\\\"romik.code-snippets/reactjs_usestate\\\",1682340432394],[\\\"snippets/typescript.code-snippets/Import Statement\\\",1685358586771],[\\\"romik.code-snippets/consoleLog\\\",1686117367173],[\\\"romik.code-snippets/routerLink\\\",1686308767105],[\\\"romik.code-snippets/arrayisarray\\\",1686664447702],[\\\"snippets/typescript.code-snippets/Log to the console\\\",1687009724058],[\\\"snippets/php.code-snippets/Try Catch Block\\\",1687149577820],[\\\"romik.code-snippets/PHP obj to array\\\",1687151842566],[\\\"romik.code-snippets/PHP if empty\\\",1687153349009],[\\\"snippets/php.code-snippets/foreach …\\\",1687156756583],[\\\"romik.code-snippets/arrmap\\\",1687156783809],[\\\"romik.code-snippets/Echo print\\\",1687607141615],[\\\"romik.code-snippets/PHP if not empty\\\",1687607665486],[\\\"romik.code-snippets/PHP not empty\\\",1687607674734]]\",\"expandSuggestionDocs\":\"false\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.alignment\":\"center\",\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.figma\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_modern-json\\\",\\\"label\\\":\\\"Dark Modern\\\",\\\"settingsId\\\":\\\"Default Dark Modern\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\",\\\"string meta.image.inline.markdown\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"string.quoted.docstring\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"entity.name.tag.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"constant.character\\\",\\\"constant.other.option\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"checkbox.border\\\":\\\"#ffffff1f\\\",\\\"editor.background\\\":\\\"#1f1f1f\\\",\\\"editor.foreground\\\":\\\"#cccccc\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#0078d4\\\",\\\"sideBarTitle.foreground\\\":\\\"#cccccc\\\",\\\"input.placeholderForeground\\\":\\\"#ffffff79\\\",\\\"menu.background\\\":\\\"#1f1f1f\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.separatorBackground\\\":\\\"#454545\\\",\\\"menu.border\\\":\\\"#454545\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#0078d4\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#181818\\\",\\\"sideBarSectionHeader.border\\\":\\\"#ffffff15\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\",\\\"terminal.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"widget.border\\\":\\\"#ffffff15\\\",\\\"activityBar.activeBorder\\\":\\\"#0078d4\\\",\\\"activityBar.background\\\":\\\"#181818\\\",\\\"activityBar.border\\\":\\\"#ffffff15\\\",\\\"activityBar.foreground\\\":\\\"#d7d7d7\\\",\\\"activityBar.inactiveForeground\\\":\\\"#ffffff80\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"badge.background\\\":\\\"#0078d4\\\",\\\"badge.foreground\\\":\\\"#ffffff\\\",\\\"button.background\\\":\\\"#0078d4\\\",\\\"button.border\\\":\\\"#ffffff12\\\",\\\"button.foreground\\\":\\\"#ffffff\\\",\\\"button.hoverBackground\\\":\\\"#0078d4e6\\\",\\\"button.secondaryBackground\\\":\\\"#ffffff0f\\\",\\\"button.secondaryForeground\\\":\\\"#cccccc\\\",\\\"button.secondaryHoverBackground\\\":\\\"#ffffff15\\\",\\\"checkbox.background\\\":\\\"#313131\\\",\\\"debugToolBar.background\\\":\\\"#181818\\\",\\\"descriptionForeground\\\":\\\"#8b949e\\\",\\\"diffEditor.insertedLineBackground\\\":\\\"#23863633\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#2386364d\\\",\\\"diffEditor.removedLineBackground\\\":\\\"#da363333\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#da36334d\\\",\\\"dropdown.background\\\":\\\"#313131\\\",\\\"dropdown.border\\\":\\\"#ffffff1f\\\",\\\"dropdown.foreground\\\":\\\"#cccccc\\\",\\\"dropdown.listBackground\\\":\\\"#313131\\\",\\\"editor.findMatchBackground\\\":\\\"#9e6a03\\\",\\\"editorGroup.border\\\":\\\"#ffffff17\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#181818\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#ffffff15\\\",\\\"editorGutter.addedBackground\\\":\\\"#2ea043\\\",\\\"editorGutter.deletedBackground\\\":\\\"#f85149\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#0078d4\\\",\\\"editorInlayHint.background\\\":\\\"#8b949e33\\\",\\\"editorInlayHint.foreground\\\":\\\"#8b949e\\\",\\\"editorInlayHint.typeBackground\\\":\\\"#8b949e33\\\",\\\"editorInlayHint.typeForeground\\\":\\\"#8b949e\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#cccccc\\\",\\\"editorLineNumber.foreground\\\":\\\"#6e7681\\\",\\\"editorOverviewRuler.border\\\":\\\"#010409\\\",\\\"editorWidget.background\\\":\\\"#1f1f1f\\\",\\\"errorForeground\\\":\\\"#f85149\\\",\\\"focusBorder\\\":\\\"#0078d4\\\",\\\"foreground\\\":\\\"#cccccc\\\",\\\"icon.foreground\\\":\\\"#cccccc\\\",\\\"input.background\\\":\\\"#2a2a2a\\\",\\\"input.border\\\":\\\"#ffffff1f\\\",\\\"input.foreground\\\":\\\"#cccccc\\\",\\\"inputOption.activeBackground\\\":\\\"#2489db82\\\",\\\"inputOption.activeBorder\\\":\\\"#2488db\\\",\\\"keybindingLabel.foreground\\\":\\\"#cccccc\\\",\\\"list.activeSelectionBackground\\\":\\\"#323232\\\",\\\"list.activeSelectionForeground\\\":\\\"#ffffff\\\",\\\"notificationCenterHeader.background\\\":\\\"#1f1f1f\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#cccccc\\\",\\\"notifications.background\\\":\\\"#1f1f1f\\\",\\\"notifications.border\\\":\\\"#ffffff15\\\",\\\"notifications.foreground\\\":\\\"#cccccc\\\",\\\"panel.background\\\":\\\"#181818\\\",\\\"panel.border\\\":\\\"#ffffff15\\\",\\\"panelInput.border\\\":\\\"#ffffff15\\\",\\\"panelTitle.activeBorder\\\":\\\"#0078d4\\\",\\\"panelTitle.activeForeground\\\":\\\"#cccccc\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#8b949e\\\",\\\"peekViewEditor.background\\\":\\\"#1f1f1f\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"peekViewResult.background\\\":\\\"#1f1f1f\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"pickerGroup.border\\\":\\\"#ffffff15\\\",\\\"pickerGroup.foreground\\\":\\\"#8b949e\\\",\\\"progressBar.background\\\":\\\"#0078d4\\\",\\\"quickInput.background\\\":\\\"#1f1f1f\\\",\\\"quickInput.foreground\\\":\\\"#cccccc\\\",\\\"scrollbar.shadow\\\":\\\"#484f5833\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#6e768187\\\",\\\"scrollbarSlider.background\\\":\\\"#6e768133\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#6e768145\\\",\\\"settings.dropdownBackground\\\":\\\"#313131\\\",\\\"settings.dropdownBorder\\\":\\\"#ffffff1f\\\",\\\"settings.headerForeground\\\":\\\"#ffffff\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#bb800966\\\",\\\"sideBar.background\\\":\\\"#181818\\\",\\\"sideBar.border\\\":\\\"#ffffff15\\\",\\\"sideBar.foreground\\\":\\\"#cccccc\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#cccccc\\\",\\\"statusBar.background\\\":\\\"#181818\\\",\\\"statusBar.border\\\":\\\"#ffffff15\\\",\\\"statusBar.debuggingBackground\\\":\\\"#0078d4\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.focusBorder\\\":\\\"#0078d4\\\",\\\"statusBar.foreground\\\":\\\"#cccccc\\\",\\\"statusBar.noFolderBackground\\\":\\\"#1f1f1f\\\",\\\"statusBarItem.focusBorder\\\":\\\"#0078d4\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#6e768166\\\",\\\"tab.activeBackground\\\":\\\"#1f1f1f\\\",\\\"tab.activeBorder\\\":\\\"#1f1f1f\\\",\\\"tab.activeBorderTop\\\":\\\"#0078d4\\\",\\\"tab.activeForeground\\\":\\\"#ffffff\\\",\\\"tab.border\\\":\\\"#ffffff15\\\",\\\"tab.hoverBackground\\\":\\\"#1f1f1f\\\",\\\"tab.inactiveBackground\\\":\\\"#181818\\\",\\\"tab.inactiveForeground\\\":\\\"#ffffff80\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#1f1f1f\\\",\\\"tab.unfocusedActiveBorderTop\\\":\\\"#ffffff15\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#6e76811a\\\",\\\"terminal.foreground\\\":\\\"#cccccc\\\",\\\"terminal.tab.activeBorder\\\":\\\"#0078d4\\\",\\\"textBlockQuote.background\\\":\\\"#010409\\\",\\\"textBlockQuote.border\\\":\\\"#ffffff14\\\",\\\"textCodeBlock.background\\\":\\\"#6e768166\\\",\\\"textLink.activeForeground\\\":\\\"#40a6ff\\\",\\\"textLink.foreground\\\":\\\"#40a6ff\\\",\\\"textSeparator.foreground\\\":\\\"#21262d\\\",\\\"titleBar.activeBackground\\\":\\\"#181818\\\",\\\"titleBar.activeForeground\\\":\\\"#cccccc\\\",\\\"titleBar.border\\\":\\\"#ffffff15\\\",\\\"titleBar.inactiveBackground\\\":\\\"#1f1f1f\\\",\\\"titleBar.inactiveForeground\\\":\\\"#8b949e\\\",\\\"welcomePage.tileBackground\\\":\\\"#ffffff0f\\\",\\\"welcomePage.progress.foreground\\\":\\\"#0078d4\\\"},\\\"watch\\\":false}\",\"memento/gettingStartedService\":\"{\\\"installGit\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"scm\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true}}\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\"}}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment