24 lines
490 B
Plaintext
24 lines
490 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"editor.useTabStops": true,
|
|
"cSpell.enabledLanguageIds": [
|
|
"COBOL",
|
|
"ACUCOBOL"
|
|
],
|
|
"workbench.colorCustomizations": {
|
|
"editorCursor.foreground": "#ef857d",
|
|
"activityBarBadge.background": "#e9dbb7",
|
|
"activityBarBadge.foreground": "#262626",
|
|
"statusBar.background": "#9f5a51",
|
|
"statusBar.foreground": "#e9dbb7"
|
|
},
|
|
}
|
|
}
|