Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Aug 10, 2021
1 parent 226840e commit ff4a8f9
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
"statusBar.background": "#259DD7",
"statusBarItem.remoteBackground": "#F8AF22",
"titleBar.activeBackground": "#259DD7",
},

},
"python.formatting.provider": "black",

"actionButtons": {
"reloadButton": null,
"loadNpmCommands": false,
"commands": [
{
"name": "Remake Docs",
"singleInstance": true,
"color": "#af565c",
"command": "conda activate basic38; cd docs; ./remake_docs.sh",
},
]
}
}

0 comments on commit ff4a8f9

Please sign in to comment.