mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
adding cpu count and ram to server info (#16109)
This commit is contained in:
@@ -128,6 +128,8 @@ export class ConnectionProvider {
|
||||
isCloud: false,
|
||||
azureVersion: 1,
|
||||
osVersion: '1',
|
||||
cpuCount: 1,
|
||||
physicalMemoryInMb: 1,
|
||||
options: connInfo.options
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user