We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de8470 commit 5c7cf28Copy full SHA for 5c7cf28
1 file changed
gemini-extension.json
@@ -12,5 +12,22 @@
12
]
13
}
14
},
15
- "contextFileName": "SPANNER.md"
+ "contextFileName": "SPANNER.md",
16
+ "settings": [
17
+ {
18
+ "name": "Project ID",
19
+ "description": "ID of the Google Cloud project",
20
+ "envVar": "SPANNER_PROJECT"
21
+ },
22
23
+ "name": "Instance ID",
24
+ "description": "ID of the Spanner instance",
25
+ "envVar": "SPANNER_INSTANCE"
26
27
28
+ "name": "Database ID",
29
+ "description": "ID of the Spanner database",
30
+ "envVar": "SPANNER_DATABASE"
31
+ }
32
+ ]
33
0 commit comments