We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216788d commit bae146fCopy full SHA for bae146f
2 files changed
.bashrc
@@ -965,6 +965,7 @@ if [ -d "$GR_HOME" ]; then
965
pathadd "${GR_HOME}/engineering/bin"
966
967
# default to aws env
968
+ export AWS_DEFAULT_ROLE=developer
969
aws-environment > /dev/null || aws-environment development -l
970
971
# allow for pivotal prme command
code/settings.json
@@ -1,6 +1,6 @@
1
// Place your settings in this file to overwrite the default settings
2
{
3
- "workbench.colorTheme": "Abyss",
+ "workbench.colorTheme": "Vibrant_Ink",
4
"eslint.enable": true,
5
"javascript.validate.enable": false,
6
"editor.rulers": [80],
@@ -46,6 +46,6 @@
46
}
47
},
48
"workbench.sideBar.location": "left",
49
- "workbench.settings.editor": "json",
+ // "workbench.settings.editor": "json",
50
"files.autoSave": "onFocusChange"
51
0 commit comments