This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # find-mvnw-root.sh | |
| # Search upwards from the current working directory for an "mvnw" file. | |
| # If this script is sourced, it will prepend the directory containing "mvnw" to $PATH | |
| # and print "Activated mvnw from: <dir>". | |
| # | |
| # Usage: | |
| # source ./find-mvnw-root.sh # to activate in current shell | |
| # ./find-mvnw-root.sh # to print where mvnw is (won't change caller PATH) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "workbench.colorCustomizations": { | |
| // Contrast Colors - The contrast colors are typically only set for high contrast themes. If set, they add an additional border around items across the UI to increase the contrast. | |
| "contrastActiveBorder": "", | |
| "contrastBorder": "", | |
| // Base Colors | |
| "focusBorder": "", | |
| "foreground": "", | |
| "widget.shadow": "", | |
| "selection.background": "", | |
| "descriptionForeground": "", |