Alan Ren
a2935fca3a
remove the unused widgets ( #9483 )
2020-03-11 11:56:36 -07:00
Charles Gagnon
96f0ae79ca
Fix account label being cut off ( #9547 )
2020-03-11 09:47:49 -07:00
Charles Gagnon
7caeba8549
Make form item labels normal text components instead of headers ( #9540 )
2020-03-11 08:41:37 -07:00
Anthony Dresser
2c34e07064
fix tests
2020-03-11 01:50:01 -07:00
Anthony Dresser
75cdc19715
fix tests
2020-03-11 01:13:03 -07:00
Anthony Dresser
ad472c80be
fix strict null
2020-03-11 00:35:08 -07:00
Anthony Dresser
324451ea22
fix hygiene
2020-03-10 22:02:15 -07:00
ADS Merger
4c3e48773d
Merge from vscode cfc1ab4c5f816765b91fb7ead3c3427a7c8581a3
2020-03-11 04:19:23 +00:00
Alan Ren
de65cd84a9
fix collapse widget action icon ( #9537 )
2020-03-10 19:14:47 -07:00
Kim Santiago
a013f7d6ff
Accessibility fixes ( #9516 )
...
* add aria label for deploy plan table
* shift focus to options dialog when opened
* add check for when table is empty
2020-03-10 14:59:06 -07:00
Cory Rivera
0a117fbd00
Add separate dialog to notebook charts for specifying chart options. ( #9454 )
2020-03-10 14:10:34 -07:00
Charles Gagnon
b02273de48
Fix long account dialog text hiding actions ( #9449 )
2020-03-10 13:09:37 -07:00
Chris LaFreniere
3a1cd98856
Add Internal Command for New Resource Deployment ( #9122 )
...
* Prevent check in openerService for cmdregistry
* Revert "Prevent check in openerService for cmdregistry"
This reverts commit c40079e6f38dcd379941474accc1a1e3b42f6103.
* Add internal command that calls extension command
* Add comment
2020-03-10 12:46:55 -07:00
Chris LaFreniere
80ed6131ce
Fix find highlight for multiple find occurrences ( #9518 )
2020-03-10 10:23:16 -07:00
Chris LaFreniere
1fb3faeda1
Notebooks: Fix Internal Links on Windows ( #9513 )
...
* Improve workbench file path detection
* Use fspath instead
2020-03-09 18:10:24 -07:00
Anthony Dresser
6e14f13753
fix sml formatting ( #9510 )
2020-03-09 15:49:47 -07:00
Charles Gagnon
964ff0119e
Update aria label for modal dialog when title is updated ( #9492 )
2020-03-09 08:25:04 -07:00
Aditya Bist
a93f5883b9
Fix updating step icon ( #9488 )
...
* fix updating data
* bump toolsservice and agent versions
* unbumo the version
2020-03-06 16:51:32 -08:00
Amir Omidi
20f7670b32
Stricter tslint rules ( #9352 )
2020-03-06 13:06:44 -08:00
Chris LaFreniere
0a9a0d3f46
Ensure Active File is Highlighted in Books Viewlet ( #9338 )
...
* Add Reveal in Books editor tab context option
* Select item in books viewlet automatically
* changes
* easier than i thought it'd be
* Merge from Feat/create book
* Undo Merge from Feat/create book
* Use fsPath instead of path
* PR comments
* Fix tests
Co-authored-by: Maddy <12754347+MaddyDev@users.noreply.github.com >
2020-03-05 23:43:22 -08:00
Aditya Bist
997e91f19c
Fix agent steps refresh when changing history ( #9446 )
...
* layering
* switch to events and emitters
* changed to self
2020-03-05 12:33:47 -08:00
Charles Gagnon
df5a8dcb6a
Revert "Hale test ( #9442 )" ( #9443 )
...
This reverts commit 837404b2d6 .
2020-03-04 16:11:15 -08:00
Hale Rankin
837404b2d6
Hale test ( #9442 )
...
* Test commit
* Test commit. Added new line to comment.
Co-authored-by: Hale Rankin <61754801+harankin@users.noreply.github.com >
2020-03-04 15:42:17 -08:00
Chris LaFreniere
0f9d98730e
Improve find by tracking actual rendered text ( #9419 )
...
* Improve find by tracking actual rendered text
* Fix tests, add notebook md render
2020-03-03 16:56:11 -08:00
Anthony Dresser
886329cd67
Merge from vscode 17c6d123d212f90300429ecad3fc96fcec6e338f ( #9423 )
2020-03-03 02:19:34 -08:00
Anthony Dresser
89786bea04
remove special casing of untitled ( #9379 )
2020-03-02 17:24:34 -08:00
Charles Gagnon
efab499f1f
Fix TSA scan issue ( #9417 )
2020-03-02 16:08:51 -08:00
Charles Gagnon
01db78f743
Add required property to checkbox and set it for deployment dialog ( #9392 )
2020-03-02 07:54:13 -08:00
Charles Gagnon
6383bc7ebd
Fix checks for checkbox height/width ( #9393 )
2020-03-02 07:53:59 -08:00
Anthony Dresser
5d13ebf0d2
Merge from vscode e5834d3280fcd04898efeac32b9cf1b893f9b127 ( #9385 )
...
* Merge from vscode e5834d3280fcd04898efeac32b9cf1b893f9b127
* distro
2020-02-28 00:37:06 -08:00
Alex Ma
2448a109fc
Fix for table resizing ( #9117 )
...
* some optimization
* check for table
* fix table resizing
* Fix for sash crash
* Removed space
* small optimization
* small change in message
* small change
* changed wording
* removed timeout for onResize
* Removed onGridRendered
* fix isCellOnScreen
* small spacing fixes
* removed timeout in gridParentComponent
* fix for indexing
* reduced instances of "self"
* minor fixes for self and this
2020-02-27 12:52:35 -08:00
Anthony Dresser
d6b5d3c6b1
implement editor move and fix disposal error in query editor ( #9281 )
2020-02-26 21:11:48 -08:00
Amir Omidi
924815353d
Fix a few notebook promises ( #9315 )
...
* Fix a few notebook promises
* Add a _ before sessionDetails
* Change to onUnexpectedError
2020-02-26 11:58:56 -08:00
Cory Rivera
73d9b7f22a
Check if notebook model is undefined in setTrustForNewEditor. ( #9312 )
2020-02-26 11:17:56 -08:00
Cory Rivera
412214e193
Add charting functionality to SQL notebooks. ( #9306 )
2020-02-26 10:52:19 -08:00
Anthony Dresser
067fcc8dfb
Merge from vscode dbe62be3266ffb6772a7f3db0bf61d63f4aa7f65 ( #9337 )
2020-02-26 00:23:48 -08:00
Charles Gagnon
a9056bbba5
Fix server group dialog open ( #9330 )
2020-02-25 15:14:32 -08:00
Anthony Dresser
4a9c47d3d6
Merge from vscode 5e80bf449c995aa32a59254c0ff845d37da11b70 ( #9317 )
2020-02-24 21:15:52 -08:00
Amir Omidi
628fd8d74d
Separator component ( #9310 )
...
* Separator component
2020-02-24 16:53:42 -08:00
Aditya Bist
d7ea1123ef
fix azdata connection API for dashboard connections ( #9311 )
2020-02-24 16:32:38 -08:00
Anthony Dresser
de5f1eb780
Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40 ( #9279 )
...
* Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40
* remove github
2020-02-21 23:42:19 -08:00
Alan Ren
c446cea3a0
fix the input width height issue ( #9273 )
...
* fix the input width height issue
* updates
2020-02-21 16:12:56 -08:00
Chris LaFreniere
41a90c01c3
Listen to escape key to close nb find widget ( #9247 )
2020-02-21 15:54:21 -08:00
Anthony Dresser
1b78a9b1e0
Merge from vscode e6a45f4242ebddb7aa9a229f85555e8a3bd987e2 ( #9253 )
...
* Merge from vscode e6a45f4242ebddb7aa9a229f85555e8a3bd987e2
* skip failing tests
* remove github-authentication extensions
* ignore github compile steps
* ignore github compile steps
* check in compiled files
2020-02-21 12:11:51 -08:00
Anthony Dresser
c74bac3746
Add missing resources ( #9246 )
...
* add missing resources
* don't bump versions
* fix workbench file
* distro
2020-02-20 22:58:52 -08:00
Anthony Dresser
4c54b5dbac
Batch messages on the exthost to not freeze ads ( #8949 )
...
* batch messages on the exthost to not freeze ads
* clear out messages on query complete
2020-02-20 14:50:13 -08:00
Charles Gagnon
8fe0a13b61
Update release notes link ( #9191 )
2020-02-20 14:29:02 -08:00
Kim Santiago
2fc0e28e57
Remove required from dacpac wizard dropdowns ( #9200 )
...
* remove required from dropdowns
* set required for dropdown
* also set required for editable dropdown
* add back required for db and server dropdowns
* add back to required to databaseLoader
2020-02-20 11:49:26 -08:00
Charles Gagnon
c6bc68f399
Fix UI not selecting false options initially ( #9213 )
2020-02-20 07:36:56 -08:00
Anthony Dresser
0cec223301
Merge from vscode 777931080477e28b7c27e8f7d4b0d69897945946 ( #9220 )
2020-02-19 22:27:53 -08:00