Fixing segment create error, adding environment to feature dialog

This commit is contained in:
2026-04-16 08:59:54 -07:00
parent b75f5f602e
commit 7b624b3238
8 changed files with 24 additions and 8 deletions

15
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"sqltools.connections": [
{
"ssh": "Disabled",
"previewLimit": 50,
"server": "mic-check-db-1",
"port": 5432,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "MicCheck - local",
"database": "micheck",
"username": "micheck"
}
]
}