-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings-windows.json
840 lines (829 loc) · 40.7 KB
/
settings-windows.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
{
"window.title": "${activeEditorFull}${separator}${rootName}",
"editor.cursorStyle": "line",
"editor.cursorWidth": 3,
"powermode.enabled": true,
// Valid values: particles, fireworks, flames, magic, clippy, simple-rift, exploding-rift
"powermode.presets": "magic",
// Font: Ligaturized version of SFMono: https://github.com/kube/sf-mono-ligaturized/tree/master/ligaturized
"editor.fontFamily": "SF Mono",
"editor.fontLigatures": true,
"editor.lineHeight": 24,
"editor.fontSize": 13,
"explorer.openEditors.visible": 100,
"editor.renderLineHighlight": "none",
"vscode_custom_css.imports": ["file:///C:\\Users\\Rolle\\Projects\\vscode-settings\\editor.css"],
"sync-rsync.exclude":[
"node_modules",
"acf-json",
".git",
".DS_Store"
],
"sync-rsync.args": ["--archive", "--no-perms", "--omit-dir-times", "--no-owner", "--no-group"],
"indentRainbow.includedLanguages": ["php", "html", "js"],
"highlight-matching-tag.styles": {
"opening": {
"full": {
"surround": "#bd93f9"
},
"left": {
"surround": "#bd93f9"
},
"right": {
"surround": "#bd93f9"
},
},
"closing": {
"full": {
"surround": "#bd93f9"
}
}
},
"auto-rename-tag.activationOnLanguage": ["html", "xml", "php", "javascript"],
"editor.autoIndent": "full",
"editor.tabCompletion": "on",
"codestats.apikey": "SFMyNTY.Y205c2JHVT0jI01UUXdNak09.9SZ-WknsNiEXXeL63eW2m9h6dAG4eMivTVSY-VA4abE",
"codestats.username": "rolle",
"css.validate": false,
"less.validate": false,
"scss.validate": false,
"auto-close-tag.SublimeText3Mode": true,
"scssLint.runOnTextChange": false,
"editor.acceptSuggestionOnEnter": "off",
"files.exclude": {
"**/tmp/**": true,
"**/node_modules/**": true,
"**/bower_components/**": true
},
"files.watcherExclude": {
"**/tmp/**": true,
"**/node_modules/**": true,
"**/bower_components/**": true
},
"saveAndRun": {
"commands": [
{
"match": "\\.php?$",
"cmd": "cd ${fileDirname} && C:/Users/Rolle/Projects/PHP_CodeSniffer/bin/phpcbf --standard=C:/Users/Rolle/Projects/airdev/content/themes/air-light/phpcs.xml ${fileBasename}",
"useShortcut": false,
"silent": true
}
]
},
"fileheader.custom_template_path": "C:/Users/Rolle/Projects/vscode-settings/fileheaders/",
"fileheader.file_suffix_mapping": {
".php": "PHP"
},
"fileheader.author": "Roni Laukkarinen",
"fileheader.body": false,
"fileheader.save": false,
"fileheader.ignore": ["*.txt", "*.scss", "*.xml", "*.svg", "style.css"],
"activitusbar.views": [
{
"name": "explorer",
"codicon": "files"
},
{
"name": "search",
"codicon": "search"
},
{
"name": "scm",
"codicon": "source-control"
},
{
"name": "debug",
"codicon": "debug"
},
{
"name": "extensions",
"codicon": "extensions"
},
{
"name": "problems",
"codicon": "bug"
}
],
"files.autoSaveDelay": 0,
"search.enableSearchEditorPreview": true,
"editor.scrollbar.verticalScrollbarSize": 5,
"editor.scrollbar.horizontalScrollbarSize": 5,
"customizeUI.activityBar": "regular",
"window.titleBarStyle": "native",
"customizeUI.titleBar": "frameless",
"window.closeWhenEmpty": false,
"editor.mouseWheelScrollSensitivity": 0,
"editor.wordSeparators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?",
"editor.formatOnPaste": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"search.collapseResults": "alwaysCollapse",
"theme-by-language.themes": {
"markdown": "Github",
"*": "Monokai Extended"
},
"git.autofetch": true,
"breadcrumbs.enabled": true,
"editor.renderWhitespace": "all",
"workbench.activityBar.visible": false,
"editor.matchBrackets": "always",
"editor.guides.bracketPairs": "active",
"editor.guides.bracketPairsHorizontal": "active",
"editor.guides.indentation": true,
"editor.guides.highlightActiveIndentation": true,
"bracket-pair-colorizer-2.depreciation-notice": false,
"bracket-pair-colorizer-2.showBracketsInRuler": true,
"bracket-pair-colorizer-2.colors": [
"Gold",
"Orchid",
"LightSkyBlue"
],
"bracket-pair-colorizer-2.highlightActiveScope": true,
"bracket-pair-colorizer-2.showBracketsInGutter": true,
"bracket-pair-colorizer-2.activeScopeCSS": [
"borderStyle : solid",
"borderWidth : 1px",
"borderColor : Orchid",
"opacity: 0.99"
],
"editor.tabSize": 2,
"html.format.contentUnformatted": "pre,code,textarea",
"html.format.endWithNewline": true,
"html.format.extraLiners": "head, body, /html",
"html.format.indentHandlebars": false,
"html.format.indentInnerHtml": false,
"html.format.maxPreserveNewLines": null,
"html.format.preserveNewLines": true,
"html.format.wrapLineLength": 600,
"html.format.wrapAttributes": "auto",
// "phpcbf.executablePath": "C:/Users/Rolle/Projects/PHP_CodeSniffer/bin/phpcbf",
// "phpcbf.enable": false,
// "phpcbf.documentFormattingProvider": false,
// "phpcbf.onsave": false,
// "phpcbf.standard": "C:/Users/Rolle/Projects/airdev/content/themes/air-light/phpcs.xml",
"showErrorMessages": false,
"cssvar.files": ["content/themes/**/*.css"],
"cssvar.extensions": ["css", "scss", "sass"],
"cssvar.themes": ["dark"],
"cssvar.excludeThemedVariables": false,
"cssvar.disableSort": false,
"stylefmt.showError": false,
"stylelint.validate": [
"css",
"scss"
],
"stylelint.snippet": [
"css",
"scss"
],
"stylefmt.showErrorMessages": false,
"stylelint.syntax": "scss",
"php-cs-fixer.formatHtml": false,
"stylelint.customSyntax": "postcss-scss",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.tslint": false,
"source.fixAll.stylelint": true
},
"[javascript]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[markdown]": {
"editor.lineNumbers": "off",
"editor.wordWrap": "bounded",
"files.trimTrailingWhitespace": false
},
"[css]": {
"editor.formatOnSave": true,
"editor.lineNumbers": "on",
"editor.wordWrap": "bounded",
"files.trimTrailingWhitespace": true,
"editor.defaultFormatter": "stylelint.vscode-stylelint"
},
"[scss]": {
"editor.formatOnSave": true,
"editor.lineNumbers": "on",
"editor.wordWrap": "bounded",
"files.trimTrailingWhitespace": true,
"editor.defaultFormatter": "ronilaukkarinen.vscode-stylefmt"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.formatOnSave": true,
"editor.lineNumbers": "off",
"editor.wordWrap": "bounded",
"files.trimTrailingWhitespace": false
},
"[php]": {
"editor.formatOnSave": false
},
"[html]": {
"editor.formatOnSave": false
},
"[vue]": {
"editor.formatOnSave": false
},
"workbench.startupEditor": "newUntitledFile",
"search.exclude": {
"**/*.bundle.js": true,
"**/*.css": true,
"**/*all.js": true
},
"material-icon-theme.saturation": 0,
"material-icon-theme.opacity": 0.8,
"helium-icon-theme.saturation": 0,
"helium-icon-theme.opacity": 0.8,
"colorize.colorized_variables": [
"SASS",
"CSS",
],
"nightlight.overrideUntil": "2020-06-16T20:13:57.359Z",
"nightlight.nightTheme": "Github Dark",
"nightlight.dayTheme": "Github",
"nightlight.dayIconTheme": "city-lights-icons-vsc",
"nightlight.nightIconTheme": "city-lights-icons-vsc",
"nightlight.gpsLat": 62.2398897,
"nightlight.gpsLong": 25.739983,
"city-lights-icons-vsc.hidesExplorerArrows": true,
"search.quickOpen.history.filterSortOrder": "recency",
"gitlens.menus": false,
"svgviewer.enableautopreview": false,
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"sync.gist": "05b1969d1a6ce9824b149e43bfe11495",
"editor.minimap.enabled": true,
"workbench.iconTheme": "helium-icon-theme",
"compile-hero.language": {
"js": {
"type": [
"javascript",
"json",
"jsonc"
],
"filename": [
".jshintrc",
".jsbeautifyrc"
]
},
"css": [
"css",
"less",
"scss"
],
"html": [
"htm",
"html",
"php"
]
},
"compile-hero.sass-output-toggle": false,
"compile-hero.scss-output-toggle": false,
"compile-hero.typescript-output-toggle": false,
"compile-hero.typescriptx-output-toggle": false,
"python.pythonPath": "/usr/local/opt/[email protected]/bin/python3.8",
"workbench.editor.limit.value": 20,
"php.suggest.basic": false,
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"workbench.sideBar.location": "left",
"extensions.ignoreRecommendations": false,
"tabnine.experimentalAutoImports": true,
// "workbench.colorCustomizations": {
// // Sidebar:
// "sideBar.background": "#465073",
// "sideBar.foreground": "#b5b9c7",
// "sideBar.border": "#465073",
// "sideBarSectionHeader.border": "#465073",
// "sideBarSectionHeader.background": "#465073",
// "sideBar.dropBackground": "#465073",
// "activityBar.background": "#465073",
// "list.activeSelectionBackground": "#7b6ffb",
// "list.inactiveSelectionBackground": "#7b6ffb",
// "list.hoverBackground": "#7b6ffb",
// "list.focusBackground": "#7b6ffb",
// // Disable shadows:
// "scrollbar.shadow": "#ffffff00",
// "widget.shadow": "#ffffff00",
// // Editor
// "editorWidget.background": "#535b8b",
// "editorLineNumber.foreground": "#535b8b",
// "editorLineNumber.activeForeground": "#5e6699",
// "panel.background": "#31395a",
// "editor.background": "#31395a",
// "editorWidget.border": "#31395a",
// "panelSectionHeader.border": "#31395a",
// "breadcrumb.background": "#31395a",
// "breadcrumbPicker.background": "#31395a",
// "breadcrumb.foreground": "#b5b9c7",
// "panelSection.border": "#31395a",
// // Tabs
// "tab.activeBackground": "#31395a",
// "tab.inactiveBackground": "#242a42",
// "tab.border": "#31395a",
// "tab.activeBorder": "#31395a",
// "editorGroup.emptyBackground": "#31395a",
// "editorPane.background": "#31395a",
// "editorGroup.dropBackground": "#31395a",
// // Statusbar
// "statusBar.background": "#31395a",
// "statusBar.border": "#31395a",
// "statusBar.foreground": "#b5b9c7",
// },
// "editor.tokenColorCustomizations": {
// "comments": "#6272a4",
// "textMateRules": [
// {
// "scope": "entity.name.tag",
// "settings": {
// "foreground": "#66d9ef"
// }
// },
// ]
// },
// GitHub light theme:
// "workbench.colorCustomizations": {
// // Disable shadows:
// "scrollbar.shadow": "#ffffff00",
// "widget.shadow": "#ffffff00",
// "editor.wordHighlightBackground": "#fffd99",
// "editor.wordHighlightStrongBackground": "#fffd99",
// "editor.findMatchBackground": "#fffd99",
// "editor.findMatchHighlightBackground": "#fffd99",
// "editor.findRangeHighlightBackground": "#fffd99",
// "editor.selectionBackground": "#fffd99",
// "activityBar.activeBorder": "#24292e",
// "activityBarBadge.background": "#d73a49",
// "list.highlightForeground": "#d73a49",
// "list.activeSelectionForeground": "#d73a49",
// "list.inactiveSelectionForeground": "#d73a49",
// "list.hoverForeground": "#d73a49",
// "list.focusForeground": "#d73a49",
// "button.background": "#d73a49",
// "editorSuggestWidget.highlightForeground": "#d73a49",
// "list.activeSelectionBackground": "#eeeeee",
// "list.inactiveSelectionBackground": "#eeeeee",
// "list.hoverBackground": "#eeeeee",
// "list.focusBackground": "#eeeeee",
// },
// "editor.tokenColorCustomizations": {
// "textMateRules": [
// {
// "scope": "entity.name.tag",
// "settings": {
// "foreground": "#53a4b4"
// }
// },
// {
// "scope": "meta.property-value.scss",
// "settings": {
// "foreground": "#d73a49"
// }
// },
// {
// "scope": "punctuation.definition.variable.php",
// "settings": {
// "foreground": "#005cc5"
// }
// },
// {
// "scope": "variable.scss",
// "settings": {
// "foreground": "#e36209"
// }
// },
// ]
// },
// Custom, bulletbroof modifications for Dracula/synthwave.css
// "todohighlight.include": [
// "**/*.scss"
// ],
// "todohighlight.keywords": [
// {
// "text": "cursor",
// "color": "#97e1f1",
// "backgroundColor": "#2b303c",
// "overviewRulerColor": "#2b303c"
// }
// ],
"workbench.colorCustomizations": {
// Bracket Pair Colorizer
"editorBracketHighlight.foreground1": "#ae81ff",
"editorBracketHighlight.foreground2": "#ae81ff",
"editorBracketHighlight.foreground3": "#ae81ff",
"editorBracketHighlight.foreground4": "#ae81ff",
"editorBracketHighlight.foreground5": "#ae81ff",
"editorBracketHighlight.foreground6": "#ae81ff",
"editorBracketPairGuide.activeBackground1": "#ae81ff",
"editorBracketPairGuide.activeBackground2": "#ae81ff",
"editorBracketPairGuide.activeBackground3": "#ae81ff",
"editorBracketPairGuide.activeBackground4": "#ae81ff",
"editorBracketPairGuide.activeBackground5": "#ae81ff",
"editorBracketPairGuide.activeBackground6": "#ae81ff",
// Disable shadows:
"scrollbar.shadow": "#ffffff00",
"widget.shadow": "#ffffff00",
"sideBar.border": "#232830",
"sideBarSectionHeader.border": "#232830",
"activityBar.activeBorder": "#232830",
"activityBar.border": "#232830",
"activityBar.background": "#232830",
"list.dropBackground": "#232830",
"list.focusBackground": "#232830",
"list.focusForeground": "#ffffff",
"list.highlightForeground": "#f97e72",
"list.hoverBackground": "#232830",
"list.hoverForeground": "#ffffff99",
"list.activeSelectionBackground": "#232830",
"list.inactiveSelectionBackground": "#232830",
"list.inactiveSelectionForeground": "#dddddd",
"list.activeSelectionForeground": "#dddddd",
"list.inactiveFocusBackground": "#232830",
"sideBar.background": "#232830",
"sideBar.foreground": "#ffffff70",
"sideBar.dropBackground": "#232830",
"sideBarSectionHeader.background": "#232830",
"sideBarSectionHeader.foreground": "#ffffffca",
"debugToolBar.background": "#232830",
"peekViewResult.selectionBackground": "#23283080",
"peekViewTitle.background": "#232830",
"walkThrough.embeddedEditorBackground": "#232830",
"terminal.selectionBackground": "#232830",
"breadcrumbPicker.background": "#232830",
"statusBar.background": "#1b1f27",
"editor.background": "#2b303c",
"statusBar.foreground": "#ffffff50",
"editor.selectionBackground": "#674ba2",
"editor.inactiveSelectionBackground": "#563f86",
"editor.selectionHighlightBackground": "#2b303c00",
"statusBarItem.prominentHoverBackground": "#232830",
"editorBracketMatch.background": "#232830",
"editorWidget.background": "#232830",
"peekViewEditor.background": "#232830",
"peekViewResult.background": "#232830",
"statusBar.noFolderBackground": "#241b2f",
"statusBarItem.prominentBackground": "#232830",
"titleBar.activeBackground": "#232830",
"titleBar.inactiveBackground": "#232830",
"settings.textInputBackground": "#232830",
"settings.numberInputBackground": "#232830",
"searchEditor.textInputBorder": "#232830",
"tab.border": "#232830",
"tab.hoverForeground": "#aaa",
"tab.activeBorder": "#2b303c",
"tab.inactiveBackground": "#232830",
"editorGroup.dropBackground": "#232830",
"editorGroupHeader.tabsBackground": "#232830",
"input.background": "#232830",
"activityBar.dropBackground": "#232830",
"activityBarBadge.foreground": "#232830",
"editorCursor.background": "#2b303c",
"editorCursor.foreground": "#e2e2e2",
"editorLineNumber.foreground": "#51596e",
"editorLineNumber.activeForeground": "#51596e",
"editor.wordHighlightBackground": "#674ba2",
"editor.wordHighlightStrongBackground": "#674ba2",
"editor.findMatchBackground": "#674ba2",
"editor.findMatchHighlightBackground": "#674ba2",
"editor.findRangeHighlightBackground": "#674ba2",
"editor.hoverHighlightBackground": "#404655",
"editor.lineHighlightBackground": "#2b303c",
"editor.lineHighlightBorder": "#2b303c",
"editor.rangeHighlightBackground": "#404655",
"editorIndentGuide.background": "#404655",
"editorIndentGuide.activeBackground": "#404655",
"editorRuler.foreground": "#404655",
"editorHoverWidget.background": "#232830",
"editorHoverWidget.border": "#232830",
"editorSuggestWidget.background": "#232830",
"editorSuggestWidget.border": "#232830",
"editorGroup.border": "#232830",
"button.background": "#232830",
"progressBar.background": "#232830",
"badge.background": "#232830",
"panelTitle.activeBorder": "#232830",
"panelTitle.inactiveForeground": "#232830",
"statusBar.debuggingBackground": "#232830",
"pickerGroup.foreground": "#232830",
"inputOption.activeBorder": "#232830",
"focusBorder": "#2b303d",
"peekView.border": "#232830",
"peekViewResult.matchHighlightBackground": "#232830",
"peekViewEditor.matchHighlightBackground": "#232830",
"quickInput.background": "#333d46",
"quickInput.foreground": "#9ca2b0"
},
"editor.tokenColorCustomizations": {
"comments": "#6272a4",
"textMateRules": [
// {
// "scope": "entity.name.tag",
// "settings": {
// "foreground": "#66d9ef"
// }
// },
{
"scope": "meta.property-name-custom-unique.scss",
"settings": {
"foreground": "#66d9ef",
}
},
{
"scope": "string.quoted.double.json.comments",
"settings": {
"foreground": "#d9d49a"
}
},
{
"scope": "string.quoted.single.scss",
"settings": {
"foreground": "#d9d49a"
}
},
{
"scope": "string.quoted.double.scss",
"settings": {
"foreground": "#d9d49a"
}
},
{
"scope": "string.quoted.double.xml",
"settings": {
"foreground": "#d9d49a"
}
},
{
"scope": "string.quoted.single.php",
"settings": {
"foreground": "#d9d49a"
}
},
{
"scope": "string.quoted.single.js",
"settings": {
"foreground": "#d9d49a"
}
},
{
"scope": "string.quoted.double.js",
"settings": {
"foreground": "#d9d49a"
}
},
{
"scope": "string.quoted.double.html",
"settings": {
"foreground": "#d9d49a"
}
},
{
"scope": "entity.name.function.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.section.array.begin.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.section.array.end.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "entity.other.attribute-name.class.css",
"settings": {
"fontStyle": ""
}
},
{
"scope": "support.type.property-name.css",
"settings": {
"fontStyle": ""
}
},
{
"scope": "entity.name.type.namespace.php",
"settings": {
"foreground": "#78BAE0",
"fontStyle": "italic"
}
},
{
"scope": "variable.other.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "variable.other.property.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.separator.key-value.html",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.section.embedded.begin.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.section.embedded.end.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.definition.string.begin.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.definition.string.end.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.definition.arguments.start.bracket.round.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.definition.arguments.begin.bracket.round.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.definition.arguments.end.bracket.round.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.definition.arguments.end.bracket.round.php",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "punctuation.separator.key-value.scss",
"settings": {
"foreground": "#f8f8f0"
}
},
{
"scope": "support.type.property-name.json",
"settings": {
"foreground": "#e6db74"
}
},
{
"scope": "string.quoted.double.json",
"settings": {
"foreground": "#ece6b2"
}
},
{
"scope": "support.constant.font-name.css",
"settings": {
"foreground": "#ae81ff"
}
},
{
"scope": "support.constant.property-value.css",
"settings": {
"foreground": "#ae81ff"
}
},
{
"scope": "entity.name.function.scss",
"settings": {
"foreground": "#66d9ef"
}
},
{
"scope": "meta.namespace.php",
"settings": {
"foreground": "#a6e22e"
}
}
]
},
"customizeUI.activityBarHideSettings": true,
"customizeUI.stylesheet": {
".monaco-workbench .part.editor>.content .editor-group-container>.title .monaco-icon-label:before": "height: 28px",
// Hide useless corner panel
".editor-actions": "display: none !important;",
// Fix gaps with Customize UI without main window frame
"body.inline-title-bar:not(.activity-bar-at-bottom) .monaco-workbench:not(.fullscreen) .split-view-container .activitybar:not(.right) .content": "margin-top: 6px !important; height: calc(100% - 6px) !important;",
".label-name": "transition: all .22s !important",
// Fuzzy commands
".monaco-list-row *,.monaco-icon-label>.monaco-icon-label-container *": "font-size: 11px !important;",
// Improvements to greyscale Helium/Material icon theme
".monaco-icon-label:before, .show-file-icons .javascript-lang-file-icon.file-icon::before, .show-file-icons .js-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .esx-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .mjs-ext-file-icon.ext-file-icon.file-icon::before,.show-file-icons .json-lang-file-icon.file-icon::before, .show-file-icons .jsonc-lang-file-icon.file-icon::before, .show-file-icons .json-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .tsbuildinfo-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .jscsrc-name-file-icon.jscsrc-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .jshintrc-name-file-icon.jshintrc-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .tsconfig.json-name-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .tslint.json-name-file-icon.json-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .composer.lock-name-file-icon.lock-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .jsbeautifyrc-name-file-icon.jsbeautifyrc-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .esformatter-name-file-icon.esformatter-ext-file-icon.ext-file-icon.file-icon::before, .show-file-icons .cdp.pid-name-file-icon.pid-ext-file-icon.ext-file-icon.file-icon::before": "filter: brightness(70%) !important;background-size: 14px !important; padding-right: 4px !important;",
// synthwave84.css:
".mtk5": "color: #ae81ff; text-shadow: 0 0 0 #001716, 0 0 0px #ae81ff75, 0 0 7px #ae81ff75, 0 0 9px #ae81ff75;",
".search-container .synthetic-focus, .find-part .synthetic-focus": "outline: 1px solid #ae81ff !important;",
".search-container .synthetic-focus textarea::placeholder, .find-part .synthetic-focus textarea::placeholder": "opacity: 1 !important; color: #ae81ff !important;",
".search-container .synthetic-focus textarea, .find-part .synthetic-focus textarea": "opacity: 1 !important; color: #ae81ff !important;",
".monaco-list.list_id_4 .monaco-tl-indent > .indent-guide.active": "border-color: #363c4c !important; opacity: .5;",
".panel.bottom select, .panel.right select": "background: #4e5766 !important;",
".settings-editor > .settings-body > .settings-tree-container .setting-item-bool .setting-value-checkbox, .monaco-workbench select": "background: #232830 !important;",
".panel.bottom .action-item a, .panel.right .action-item a, .monaco-workbench .part.panel > .title > .panel-switcher-container > .monaco-action-bar .action-item:hover .action-label, .monaco-workbench .part.panel>.composite.title>.panel-switcher-container>.monaco-action-bar .action-item .action-label": "color: #657184 !important; border-bottom-color: transparent !important;",
".action-item .action-label": "opacity: 1 !important; color: rgba(255, 255, 255, 1) !important;",
".action-item.checked .action-label": "color: rgba(255, 255, 255, 1) !important;",
".panel.bottom .action-item a:hover, .panel.bottom .action-item:hover, .panel.bottom .action-item:hover a, .panel.bottom .action-item.clicked a, .panel.bottom .action-item.clicked, .panel.bottom .action-item:hover, .panel.right .action-item a:hover, .panel.right .action-item:hover, .panel.right .action-item:hover a, .panel.right .action-item.clicked a, .panel.right .action-item.clicked, .panel.right .action-item:hover": "color: #5c6980 !important; border-bottom-color: transparent !important;",
".badge-content, .monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .badge .badge-content": "opacity: 1 !important;",
".badge-content:hover": "opacity: 1 !important;",
".monaco-editor-hover-content": "font-size: 12px !important;",
".monaco-editor-hover *": "font-size: 12px !important;",
".monaco-editor .monaco-editor-hover": "border-radius: 4px; padding: 8px;",
".suggest-widget .tree": "border-radius: 4px !important;font-size: 14px !important;padding: 8px !important;",
".suggest-widget *": "font-size: 14px !important;",
".suggest-widget": "font-size: 14px !important;",
".suggest-widget .details *:not(.codicon), .suggest-widget .details div:not(.codicon), .suggest-widget .details div span:not(.codicon), .suggest-widget .details div p:not(.codicon), .suggest-widget .details p:not(.codicon), .suggest-widget .docs:not(.codicon), .suggest-widget .header:not(.codicon), .suggest-widget span:not(.codicon)": "font-family: 'SFMono' !important; font-size: 11px !important;",
".suggest-widget .tree .icon": "margin-right: 5px !important;",
".monaco-editor": "background-color: #2b303c !important; background-image: none !important;",
".monaco-breadcrumbs": "background-color: transparent !important;",
".quick-input-list .quick-input-list-separator": "color: #5d697b !important;",
".quick-input-list .label-name": "font-size: 13px !important;",
".monaco-workbench .part.panel.bottom .composite.title": "border-color: #363c49 !important;",
".monaco-workbench": "color: #f5f5f3 !important;",
".monaco-workbench ::placeholder, .panel.bottom .composite.title .monaco-inputbox::placeholder": "color: #4e5766 !important;",
".panel.bottom .monaco-inputbox.idle": "border-color: #282a36 !important;",
".monaco-workbench ::selection": "color: #fff !important",
".markers-panel .markers-panel-container .message-box-container": "padding-top: 10px !important;",
".markers-panel .markers-panel-container .message-box-container span": "opacity: .6 !important; font-size: 11px !important; color: #f6f6f4 !important;",
".markers-panel .marker-message-details-container span": "font-size: 11px !important; color: #f6f6f4 !important;",
".panel.bottom .composite.title input, .panel.bottom .composite.title .monaco-inputbox": "background-color: transparent !important",
".monaco-workbench .activitybar > .content .monaco-action-bar .action-item.checked": "background: transparent !important; box-shadow: none !important; border: 0; box-shadow: inset 0 -5px 25px #fc28a825;position: relative;",
".monaco-workbench .activitybar > .content .monaco-action-bar .action-item.checked a": "color: #fff !important;",
".monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item.checked .active-item-indicator": "background-color: transparent !important",
".monaco-workbench .part.statusbar": "--status-border-top-color: transparent !important; border-top: 0 !important;",
".decorationsOverviewRuler": "opacity: 0 !important",
".monaco-workbench .part.activitybar": "background: #1b1f27 !important",
".quick-input-widget": "border: 0 !important",
".quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding .monaco-keybinding-key": "font-size: 8px !important",
".quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding .monaco-keybinding": "align-items: flex-start !important",
".monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item.checked .active-item-indicator:before": "border-left-color: transparent;background: transparent !important;",
".monaco-workbench .monaco-custom-checkbox.codicon.checked, .monaco-workbench .monaco-custom-checkbox.codicon.checked *": "color: #ae81ff !important",
".monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label a,.monaco-workbench .part.editor > .content .editor-group-container > .title .title-label a": "color: rgb(123, 127, 139) !important; font-size: 11px;",
".monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab, .monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container, .monaco-workbench .part.editor > .content .editor-group-container > .title.tabs > .tabs-and-actions-container, body.inline-title-bar .monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab .monaco-icon-label:before, body.inline-title-bar .monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container, body.inline-title-bar .monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab, body.inline-title-bar .monaco-workbench .part.editor>.content .editor-group-container>.title .editor-actions, body.inline-title-bar .monaco-workbench .part.editor>.content .editor-group-container>.title .editor-actions .action-label, .monaco-workbench .part.editor>.content .editor-group-container>.title .title-actions .action-label": "height: 25px !important; overflow: visible !important; line-height: 25px !important;",
".monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab .tab-label": "line-height: 25px !important;",
".monaco-workbench .part.editor>.content .editor-group-container>.title .editor-actions": "padding: 7px 8.5px;",
".monaco-pane-view .pane>.pane-header h3.title,.monaco-workbench .codicon": "color: #757c82 !important;",
".monaco-workbench .part.editor>.content .editor-group-container>.title .editor-actions .action-label,.monaco-workbench .part.editor>.content .editor-group-container>.title .title-actions .action-label": "opacity: .8 !important; background-position: 8px 3px !important;",
".monaco-workbench .part.editor>.content .editor-group-container>.title .editor-actions .action-label:hover,.monaco-workbench .part.editor>.content .editor-group-container>.title .title-actions .action-label:hover": "opacity: 1 !important;",
".title-border-bottom, .monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-breadcrumbs .breadcrumbs-control, .tabs-breadcrumbs, .tabs-and-actions-container": "--title-border-bottom-color: transparent !important; border: 0 !important;",
".tabs-and-actions-container > .monaco-scrollable-element": "height: 28px !important",
".monaco-split-view2>.split-view-container, .monaco-split-view2, .sash-container, .separator-border": "--separator-border: transparent !important; border: 0 !important;",
".monaco-editor .find-widget": "border: 0 !important",
".monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab .tab-label a": "font-size: 10px !important;",
// ".monaco-editor .margin-view-overlays .line-numbers": "color: #51596e;",
".mtk3": "color: #696e7a;",
".monaco-button,.monaco-text-button": "background: #232830 !important;",
".extension-list-item .monaco-action-bar .action-item .action-label.extension-action.label.prominent,.extension-editor .monaco-action-bar .action-item .action-label.extension-action.label.prominent": "color: #fff !important;",
".monaco-breadcrumb-item .label-name": "color: rgb(123, 127, 139) !important;",
".monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab.active .tab-label a": "color: #ddd !important;",
".monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-container > .label-name": "font-size: 11px;",
// ".monaco-workbench .activitybar > .content .monaco-action-bar .badge .badge-content": "background: linear-gradient(to bottom, #fff951 25%, #fc28a8);",
".monaco-workbench .activitybar > .content .monaco-action-bar .badge .badge-content": "background: #f92fac; !important; border-color: #232830 !important; font-size: 8px !important; color: #fff !important",
// ".monaco-workbench .activitybar>.content :not(.monaco-menu)>.monaco-action-bar .action-label.codicon, .monaco-workbench .activitybar>.content .monaco-action-bar .action-label": "background-color: #232830 !important;",
".monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab.sizing-fit.active": "box-shadow: inset 0 -5px 25px #fc28a825;position: relative;box-shadow: none !important; background-color: #232830 !important;",
".monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab.sizing-fit.active::after": "content: '';position: absolute;bottom: -2px;left: 0;right: 0;height: 2px;background: linear-gradient(to right, #fc28a8, #03edf9) !important;opacity: 1;z-index: 6;",
".monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab.sizing-fit::after": "content: '';position: absolute;bottom: -1px;left: 0;right: 0;height: 0px;transition: opacity 1s;opacity: 0;z-index: 6;",
".monaco-workbench .activitybar > .content .monaco-action-bar .action-item.checked::after": "content: '';position: absolute;bottom: 0px;top: 0px;left: 0px;width: 4px;background: linear-gradient(to bottom, #fc28a8, #03edf9) !important;opacity: 1; display: none;",
".monaco-workbench .activitybar > .content .monaco-action-bar .action-item::after": "content: '';position: absolute;bottom: 0px;top: 0px;left: 0px;width: 0px;transition: opacity 1s;opacity: 0;",
".lightbulb-glyph": "background: url(\"data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect fill='%23ffffff' x='5.68' y='6.93' width='2.1' height='6.1' rx='0.96' transform='translate(-1.94 1.63) rotate(-12.09)'/%3E%3Cpath fill='%2303edf9' d='M7.08, 13.5a1.46, 1.46, 0, 0, 1-1.43-1.16L4.77, 8.26A1.47, 1.47, 0, 0, 1, 5.9, 6.53l.17, 0A1.46, 1.46, 0, 0, 1, 7.81, 7.61l.87, 4.09a1.46, 1.46, 0, 0, 1-1.12, 1.73l-.18, 0Zm-.7-6h-.1l-.17, 0a.45.45, 0, 0, 0-.29.21.45.45, 0, 0, 0-.07.34l.88, 4.09a.46.46, 0, 0, 0, .54.35l.18, 0a.46.46, 0, 0, 0, .29-.2.48.48, 0, 0, 0, .07-.35L6.83, 7.82A.46.46, 0, 0, 0, 6.38, 7.46Z'/%3E%3Crect fill='%23ffffff' x='8.22' y='6.93' width='2.1' height='6.1' rx='0.96' transform='translate(16.25 21.68) rotate(-167.91)'/%3E%3Cpath fill='%2303edf9' d='M8.93, 13.5a1.63, 1.63, 0, 0, 1-.31, 0l-.18, 0A1.46, 1.46, 0, 0, 1, 7.32, 11.7l.87-4.09A1.47, 1.47, 0, 0, 1, 9.93, 6.49l.18, 0a1.45, 1.45, 0, 0, 1, .92.63, 1.47, 1.47, 0, 0, 1, .2, 1.1l-.88, 4.08a1.45, 1.45, 0, 0, 1-.63.93A1.48, 1.48, 0, 0, 1, 8.93, 13.5Zm.69-6a.45.45, 0, 0, 0-.25.07.5.5, 0, 0, 0-.2.29L8.3, 11.9a.43.43, 0, 0, 0, .06.35.46.46, 0, 0, 0, .29.2l.18, 0a.47.47, 0, 0, 0, .55-.35l.87-4.09a.45.45, 0, 0, 0-.06-.34A.47.47, 0, 0, 0, 9.9, 7.5l-.18, 0Z'/%3E%3Cpath fill='%23ffffff' d='M11.77, 9l-3.53.67a1, 1, 0, 0, 1-1.15-.88h0A1.09, 1.09, 0, 0, 1, 7.9, 7.48l3.53-.67a1, 1, 0, 0, 1, 1.15.89h0A1.08, 1.08, 0, 0, 1, 11.77, 9Z'/%3E%3Cpath fill='%2303edf9' d='M8.07, 10.18A1.54, 1.54, 0, 0, 1, 6.6, 8.83a1.74, 1.74, 0, 0, 1, .25-1.22, 1.46, 1.46, 0, 0, 1, 1-.66l3.52-.67A1.51, 1.51, 0, 0, 1, 13.07, 7.6a1.61, 1.61, 0, 0, 1-1.22, 1.88l-3.52.67A1.15, 1.15, 0, 0, 1, 8.07, 10.18ZM11.6, 7.34h-.09L8, 8a.53.53, 0, 0, 0-.4.62.5.5, 0, 0, 0, .57.44l3.52-.67a.54.54, 0, 0, 0, .41-.62A.53.53, 0, 0, 0, 11.6, 7.34Z'/%3E%3Cpath fill='%23ffffff' d='M11.74, 6.74, 4.67, 8.08A1, 1, 0, 0, 1, 3.52, 7.2h0A1.08, 1.08, 0, 0, 1, 4.33, 6l7.06-1.34a1, 1, 0, 0, 1, 1.16.88h0A1.08, 1.08, 0, 0, 1, 11.74, 6.74Z'/%3E%3Cpath fill='%2303edf9' d='M4.5, 8.64a1.44, 1.44, 0, 0, 1-.86-.29A1.64, 1.64, 0, 0, 1, 3, 7.29a1.72, 1.72, 0, 0, 1, .25-1.21, 1.48, 1.48, 0, 0, 1, 1-.67l7.07-1.34a1.39, 1.39, 0, 0, 1, 1.11.27A1.65, 1.65, 0, 0, 1, 13, 5.4a1.72, 1.72, 0, 0, 1-.25, 1.21, 1.48, 1.48, 0, 0, 1-1, .67L4.76, 8.62Zm7.07-3.5h-.09L4.42, 6.49a.45.45, 0, 0, 0-.32.22.56.56, 0, 0, 0-.09.4.61.61, 0, 0, 0, .21.35.47.47, 0, 0, 0, .36.09L11.65, 6.2A.47.47, 0, 0, 0, 12, 6a.51.51, 0, 0, 0, .08-.4.55.55, 0, 0, 0-.2-.35A.47.47, 0, 0, 0, 11.57, 5.14Z'/%3E%3Cpath fill='%23ffffff' d='M11.7, 4.52, 4.64, 5.86A1, 1, 0, 0, 1, 3.49, 5h0A1.09, 1.09, 0, 0, 1, 4.3, 3.72l7.06-1.34a1, 1, 0, 0, 1, 1.15.88h0A1.09, 1.09, 0, 0, 1, 11.7, 4.52Z'/%3E%3Cpath fill='%2303edf9' d='M4.46, 6.42a1.36, 1.36, 0, 0, 1-.85-.3, 1.58, 1.58, 0, 0, 1-.61-1A1.61, 1.61, 0, 0, 1, 4.21, 3.19l7.07-1.34a1.35, 1.35, 0, 0, 1, 1.11.27, 1.58, 1.58, 0, 0, 1, .61, 1, 1.74, 1.74, 0, 0, 1-.25, 1.22, 1.44, 1.44, 0, 0, 1-1, .66L4.72, 6.39A1.09, 1.09, 0, 0, 1, 4.46, 6.42Zm7.07-3.51h-.08L4.38, 4.26a.53.53, 0, 0, 0-.4.62.5.5, 0, 0, 0, .57.44L11.62, 4a.47.47, 0, 0, 0, .32-.22.62.62, 0, 0, 0, .08-.4.56.56, 0, 0, 0-.2-.35A.53.53, 0, 0, 0, 11.53, 2.91Z'/%3E%3Cpath fill='%23ffffff' d='M8.34, 2.89, 4.57, 3.6a1, 1, 0, 0, 1-1.15-.88h0a1.08, 1.08, 0, 0, 1, .81-1.25L8, .75a1, 1, 0, 0, 1, 1.15.89h0A1.08, 1.08, 0, 0, 1, 8.34, 2.89Z'/%3E%3Cpath fill='%2303edf9' d='M4.4, 4.16a1.44, 1.44, 0, 0, 1-.86-.29, 1.69, 1.69, 0, 0, 1-.61-1.05A1.74, 1.74, 0, 0, 1, 3.18, 1.6a1.51, 1.51, 0, 0, 1, 1-.67L7.91.22A1.38, 1.38, 0, 0, 1, 9, .49a1.58, 1.58, 0, 0, 1, .61, 1.05, 1.74, 1.74, 0, 0, 1-.25, 1.22, 1.47, 1.47, 0, 0, 1-1, .66l-3.77.72A1.18, 1.18, 0, 0, 1, 4.4, 4.16ZM8.17, 1.28H8.09L4.32, 2A.45.45, 0, 0, 0, 4, 2.23a.51.51, 0, 0, 0-.08.4.55.55, 0, 0, 0, .2.35.49.49, 0, 0, 0, .37.09l3.77-.72a.47.47, 0, 0, 0, .32-.22.62.62, 0, 0, 0, .08-.4.56.56, 0, 0, 0-.2-.35A.53.53, 0, 0, 0, 8.17, 1.28Z'/%3E%3Cpolygon fill='%231e1e1e' points='5.5 11.1 5.5 11.1 5.5 14.4 7.1 16 9.1 16 10.6 14.4 10.6 11.1 5.5 11.1'/%3E%3Cpath fill='%23c5c5c5' d='M6.5, 12h3v1h-3Zm1, 3H8.6l.9-1h-3Z'/%3E%3C/svg%3E\") 50% no-repeat !important;filter: drop-shadow(0 0 5px #03edf9);",
"body.mac.activity-bar-at-bottom .monaco-workbench .monaco-grid-view .activitybar .monaco-action-bar .action-label.activity-workbench-view-extension-package-explorer": "height: 48px !important; -webkit-mask-size: 30px 30px !important;",
".search-view .search-widget .monaco-inputbox>.wrapper>textarea.input, .search-view .linematch *": "font-size: 11px",
".quick-input-list .quick-input-list-entry": "border: 0 !important; padding: 0 0 0 6px !important;",
".statusbar": "background: #1b1f27 !important",
"div[title='Open a Remote Window'], .quick-input-titlebar": "display: none !important",
".open-editors .monaco-list .monaco-list-row>.monaco-action-bar .action-label": "display: flex; padding: 0; align-items: center; justify-content: center; margin-right: 2px;"
},
"window.zoomLevel": 1,
"editor.inlineSuggest.enabled": true,
"gitlens.codeLens.enabled": false,
"discord.lowerDetailsEditing": "Current line: {current_line}",
"phpcs.executablePath": "C:\\wsl-tools\\phpcs.bat",
"phpcs.showSources": true,
"php.validate.executablePath": "C:\\UnxUtils\\php-7.3.29-nts-Win32-VC15-x86\\php.exe",
"workbench.colorTheme": "Dracula Soft Syntax Theme",
// "terminal.explorerKind": "external",
// "terminal.external.windowsExec": "C:\\Program Files\\Git\\bin\\bash.exe",
// "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
}