-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
37 lines (37 loc) · 1.43 KB
/
settings.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
{
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 17,
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.tabs.enabled": true,
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
"markdown.preview.typographer": true,
"workbench.productIconTheme": "fluent-icons",
"files.autoSave": "afterDelay",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"php": "html"
},
"emmet.syntaxProfiles": {
"php": "html"
},
"workbench.editor.decorations.badges": false,
"settingsSync.ignoredSettings": [
"window.titleBarStyle"
],
"terminal.integrated.fontFamily": "Delugia Mono Nerd Font",
"javascript.inlayHints.parameterNames.enabled": "literals",
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "literals",
"editor.suggest.preview": true,
"window.titleBarStyle": "custom",
"extensions.autoUpdate": "onlyEnabledExtensions",
"workbench.colorTheme": "Nord",
"workbench.colorCustomizations": {
"list.focusHighlightForeground": "#f1f9fa",
"quickInputList.focusForeground": "#f1f9fa",
"editorSuggestWidget.selectedForeground":"#f1f9fa",
"list.focusHighlightBackground": "#47737d",
"quickInputList.focusBackground": "#47737d",
"editorSuggestWidget.selectedBackground":"#47737d"
}
}