Skip to content

Commit

Permalink
feat(vscode): fix VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Aug 3, 2019
1 parent 5355a42 commit 1ba568c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
// Editor
"editor.autoIndent": true,
"editor.codeActionsOnSave": {
"source.organizeImports": false
"source.organizeImports": true
},
"editor.codeLens": false,
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "line",
Expand Down Expand Up @@ -36,6 +35,10 @@
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#06b9a5",
"activityBarBadge.foreground": "#15202b",
"titleBar.activeBackground": "#f9e64f",
"titleBar.inactiveBackground": "#f9e64f99",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#f9e64f",
"statusBarItem.hoverBackground": "#f7df1e",
"statusBar.foreground": "#15202b"
Expand All @@ -56,15 +59,11 @@
// "files.hotExit": "onExit",
"files.defaultLanguage": "typescript",
"files.trimTrailingWhitespace": true,
// Peacock Settings
"peacock.color": "#f9e64f",
// Prettier settings
"prettier.singleQuote": true,
"prettier.printWidth": 100,
// Peacock Settings
"peacock.affectActivityBar": true,
"peacock.affectStatusBar": true,
"peacock.affectTitleBar": false,
"peacock.keepBadgeColor": false,
"peacock.keepForegroundColor": false,
// REST client
"rest-client.environmentVariables": {
"$shared": {
Expand Down

0 comments on commit 1ba568c

Please sign in to comment.