mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-17 11:03:14 -04:00
Profiler toolbar fixes + creating connections (#1677)
* Fixing button enabling, connection selection * Fixing spacing
This commit is contained in:
committed by
Karl Burtram
parent
e69158d9b2
commit
6b018c5d06
@@ -44,7 +44,7 @@ export class ProfilerInput extends EditorInput implements IProfilerSession {
|
||||
// set inital state
|
||||
this.state.change({
|
||||
isConnected: true,
|
||||
isStopped: false,
|
||||
isStopped: true,
|
||||
isPaused: false,
|
||||
isRunning: false,
|
||||
autoscroll: true
|
||||
|
||||
Reference in New Issue
Block a user