Skip to content

Commit b92e116

Browse files
committed
feat: add Configuration settings
1 parent fa709a1 commit b92e116

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

gemini-extension.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@
1212
]
1313
}
1414
},
15-
"contextFileName": "DATAPLEX.md"
16-
}
15+
"contextFileName": "DATAPLEX.md",
16+
"settings": [
17+
{
18+
"name": "Project ID",
19+
"description": "ID of the Google Cloud project",
20+
"envVar": "DATAPLEX_PROJECT"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)