mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Handle if no extensions listed in PG spec (#16194)
* Handle if not extensions listed in spec, focus buttons * Set extensions to optional * Added optional field to settings and scheduling.roles
This commit is contained in:
@@ -185,10 +185,10 @@ declare module 'azdata-ext' {
|
||||
},
|
||||
spec: {
|
||||
engine: {
|
||||
extensions: {
|
||||
extensions?: {
|
||||
name: string // "citus"
|
||||
}[],
|
||||
settings: {
|
||||
settings?: {
|
||||
default: { [key: string]: string }, // { "max_connections": "101", "work_mem": "4MB" }
|
||||
roles: {
|
||||
coordinator: { [key: string]: string },
|
||||
@@ -208,7 +208,7 @@ declare module 'azdata-ext' {
|
||||
limits: SchedulingOptions
|
||||
}
|
||||
},
|
||||
roles: {
|
||||
roles?: {
|
||||
coordinator: {
|
||||
resources: {
|
||||
requests: SchedulingOptions,
|
||||
|
||||
Reference in New Issue
Block a user