Skip to content

Commit

Permalink
2024-02-24
Browse files Browse the repository at this point in the history
  • Loading branch information
luciano_bestia committed Feb 24, 2024
1 parent 5284b40 commit a235d29
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions automation_tasks_rs/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#fff",
"titleBar.inactiveForeground": "#ffffffcc",
"titleBar.activeBackground": "#404040",
"titleBar.inactiveBackground": "#2d2d2dcc"
},
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
],
"rust-analyzer.showUnlinkedFileNotification": false,
"cSpell.words": [
"bestia",
"chrono",
"endregion",
"plantuml",
"zcvf"
]
}

0 comments on commit a235d29

Please sign in to comment.