Skip to content

Commit

Permalink
Ignore .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Apr 25, 2024
1 parent bc88f52 commit b66d190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
vale-styles
.vercel
.vscode

# Logs
logs
Expand Down
20 changes: 0 additions & 20 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,26 +73,6 @@
// Disable Pylint and use just Pylance
"python.linting.enabled": false,
"python.analysis.typeCheckingMode": "basic",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#9163ec",
"activityBar.background": "#9163ec",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f1af8d",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#9163ec",
"statusBar.background": "#7136e6",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#9163ec",
"statusBarItem.remoteBackground": "#7136e6",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#7136e6",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#7136e699",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#7136e6",
// "python.analysis.pylanceLspClientEnabled": true,
// "python.analysis.inlayHints.functionReturnTypes": true,
// "python.analysis.inlayHints.pytestParameters": true,
Expand Down

0 comments on commit b66d190

Please sign in to comment.