* whats happening
* fix problems with compiling
* fix compile
* fix problems with building
* deleteing lib
* adding lib back to ignore
* fix more build problems
* Initial work of adding tab in the dashboard (#526)
* refactor dashboard to have the home tab
* formatting
* fix grid layout issue
* fix initailize issue in database dashboard
* Add action bar to the panel and add close tab to the dashboard (#562)
* add action bar to the panel and add close tab to the dashboard
* formatting
* Tab contribution (#564)
* added contrib
* disabled edit for extensions; fixed new name for insights contrib
* fix merge issue
* move file
* formatting
* fix builds
* moving imports
* Expand on tab contrib (#581)
* added contrib
* disabled edit for extensions; fixed new name for insights contrib
* fix merge issue
* move file
* formatting
* fix builds
* adding to contrib
* updated contrib
* format
* moving imports
* updated contribution to map to current design
* implemented actually using provider and edition filtering
* Refactor and fix issues in close tab and add the placeholder for pin tab (#588)
* refactor and fix issues in close tab and add the placeholder for pin tab
* formatting
* remove the redundant code
* add clear all tabs in dashboard page init
* Initial work for adding a feature tab dialog (#594)
* initial work for add new dashboard tab
* formatting
* fix add panel action issue
* fix breaking change
* fix issues and tab and panels
* formatting
* minor fix
* address comments
* Add tab status to add extension tab dialog (#610)
* add tab status to add extension tab dialog
* add tab status to add extension tab dialog
* rename add feature tab action
* address comments
* Webview widget (#618)
* getting closer
* webview widget now works
* fix problem with rerendering webview
* formatting
* ensure that webview only shows up for extensions
* formatting
* comments
* fix more compile issues
* Change dashboard page init (#640)
* changed init of serverpage
* formatting
* Webview tab (#638)
* getting closer
* webview widget now works
* fix problem with rerendering webview
* formatting
* ensure that webview only shows up for extensions
* formatting
* comments
* fix more compile issues
* refacting stuff
* added inital webview tab
* piped through messaging and tested
* Implement pin/unpin feature and always on tabs (#629)
* implement pin/unpin feature
* fix issue where insight can't be loaded after reopen
* fix tab look and feel
* implement always show tabs
* make AddFeatureTabAction to track always show and pinned tabs
* formatting
* make dashboard tabs looks like the UX design
* load always show before pinned tab
* fix regression in panel for restore and connection dialog
* fix merge conflict
* don't worry about no widgets if its a webview (#656)
* expose the dashboard server info when a webview is rendering (#644)
* Fix few issues in dashboard command center (#655)
* fix reloading insight wigets and create new tab when there is no extension
* show possible tabIDs in the setting file
* formatting
* address comment
* fix import name
* fixes problem with size of webview widget being wrong (#654)
* Refactor tab contribution to support content type (#685)
* refactor tab contribution to support content type
* formatting
* address comment
* fix rendering tab issue (#694)
* Add layout option to panel for supporting horizontal and vertical navigation bar (#700)
* Add left navigation panel for inner tab in the dashboard
* add layout option in panel
* remove panel option in dashboard Page
* databases now sorted order in dropdown
* fixed bug ESC bug for conn dialog
* pressing ESC now only closes dropdown instead of conn dialog
* changed dropdown arrow to look similar to other arrows
* align dropdown tree and spacing for all dropdowns
* fixed bug where pressing esc would close conn dialog after option is chosen
* Ignore editor keyword coloring if keywords are preceded by [ or @
* Force editor text starting with [ or one @ to use plain text styling.
* Add editor syntax check for unicode string literal prefix.
* Add editor syntax category for global system variables.
* Add builtin sql server functions to editor colorization.
* Remove redundant functions in sql syntax list.
* Duplicate editor colorization changes to SQL plist
* Add editor colorization for FULL OUTER JOIN.
* Add some extra missing keywords and functions to editor colorization.
* Make sql function names lower case in syntax-checking regex.
* Change bracketed identifier colorization to include non-word characters.
* Remove unused SQL.plist from sql syntax folder.
* Add yarn.lock files.
* Revert "Fix #494 Connection error when connecting to an Azure SQL Server with no firewall rule (#497)"
This reverts commit edd867b6fc.
* Revert "Update dataprotocol client (#418)"
This reverts commit 7808496416.
* Revert "update libraries to clean node_modules (#394)"
This reverts commit e691b278ae.
* Revert "Update README.md to link to the insiders build release page (#440)"
This reverts commit 334c755118.
* Revert "Remove unneeded npm package references from mssql (#438)"
This reverts commit ee80bddd17.