This file contains 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
#!/bin/bash | |
looker_client_id="${LOOKER_CLIENT_ID:-""}" | |
looker_client_secret="${LOOKER_CLIENT_SECRET:-""}" | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
CYAN='\033[0;36m' | |
NC='\033[0m' # No Color |
This file contains 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
// Overwrite settings by placing them into your settings file. | |
// See http://go.microsoft.com/fwlink/?LinkId=808995 for the most commonly used settings. | |
{ | |
// Editor | |
// Controls the font family. | |
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace", | |
// Controls the font weight. |