Compare commits
2
Commits
706a602e33
...
92308d3147
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92308d3147 | ||
|
|
6903aeec29 |
@@ -180,3 +180,5 @@ packages:
|
||||
- webstorm
|
||||
- webstorm-jre
|
||||
- azure-cli
|
||||
- terraform
|
||||
- postgresql-libs
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"credStore": "secretservice",
|
||||
"auths": {},
|
||||
"currentContext": "default",
|
||||
"plugins": {
|
||||
"-x-cli-hints": {
|
||||
"enabled": "true"
|
||||
},
|
||||
"ai": {
|
||||
"hooks": "build,buildx build,run,compose"
|
||||
},
|
||||
"compose": {
|
||||
"hooks": "logs,compose logs,compose attach,compose up"
|
||||
},
|
||||
"debug": {
|
||||
"hooks": "exec"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"hooks": "true"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user