Skip to content

Commit

Permalink
Revert unintentional changes to .vscode/settings.json. (#32011)
Browse files Browse the repository at this point in the history
This reverts commit c852a76.
  • Loading branch information
mikeharder authored Jan 6, 2025
1 parent 8c3c4b8 commit 038a77b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,7 @@
},
"[markdown]": {
"editor.rulers": [
{
"column": 120,
"color": "#ff0000c0"
}
{ "column": 120, "color": "#ff0000c0" }
]
},
"workbench.colorCustomizations": {
"activityBar.background": "#501B29",
"titleBar.activeBackground": "#702639",
"titleBar.activeForeground": "#FEFBFC"
},
}
},
}

0 comments on commit 038a77b

Please sign in to comment.