Karl Burtram
2acd37a1b1
distro ( #10509 ) ( #10513 )
...
Co-authored-by: Anthony Dresser <andresse@microsoft.com >
1.18.0
2020-05-19 16:07:13 -07:00
Karl Burtram
85786b48c3
fix styles to apply to error message correctly ( #10505 ) ( #10512 )
...
Co-authored-by: Anthony Dresser <andresse@microsoft.com >
2020-05-19 15:44:41 -07:00
Maddy
acd6257bae
set ignoreOverrides false for ipynb and sql files ( #10499 ) ( #10502 )
...
* set ignoreOverrides false for ipynb and sql files
* toLowerCase
* null checks added
2020-05-19 13:29:46 -07:00
Maddy
f007d707b6
open viewlet on showPreview ( #10474 ) ( #10497 )
...
* open viewlet on shoePreview
* on showPreview reveal explorer
2020-05-19 12:55:28 -07:00
Maddy
b118b4bc7a
vbump ( #10423 ) ( #10498 )
2020-05-19 12:45:23 -07:00
Amir Omidi
f3edece70b
Fixes the DE icons ( #10478 ) ( #10481 )
...
* Fixes the DE icons
* Fixes the commands
2020-05-18 15:04:10 -07:00
Charles Gagnon
4de376c357
Fix sql language colorization ( #10472 )
2020-05-18 15:03:49 -07:00
Karl Burtram
0753b63ad0
Fix extension manager single-click ( #10473 ) ( #10475 )
...
* Fix extension manager single-click
* Port over additional change to fix same issue in git viewlet
* Remove unneeded param to match vscode source
2020-05-18 10:38:24 -07:00
Alan Ren
0523190fbb
fix explorer widget dark theme ( #10454 )
...
* force use inherit colors
* comments
2020-05-16 10:29:05 -07:00
Anthony Dresser
de994972db
modify git edits to make webpack not be stupid ( #10442 ) ( #10452 )
2020-05-16 10:28:34 -07:00
Charles Gagnon
3b06473c49
remove config update ( #10440 ) ( #10444 )
...
(cherry picked from commit ef4ab4a59f )
2020-05-16 10:26:20 -07:00
Charles Gagnon
bb75143282
Fix link styling for text components ( #10449 ) ( #10460 )
...
(cherry picked from commit 0f10f44755 )
2020-05-16 10:22:32 -07:00
Chris LaFreniere
3857f11dc9
Notebook model ready sooner ( #10420 ) ( #10441 )
2020-05-15 13:17:35 -07:00
Karl Burtram
0918d93a18
Properly initialize scenario recommendations ( #10434 ) ( #10437 )
2020-05-15 11:40:44 -07:00
Karl Burtram
25d96d041e
clear buffer when a batch is completed ( #10382 ) ( #10436 )
...
Co-authored-by: Anthony Dresser <andresse@microsoft.com >
2020-05-15 11:37:53 -07:00
Karl Burtram
0dc88501cf
Turn-off file extension recommendations ( #10431 ) ( #10433 )
2020-05-15 11:07:51 -07:00
Amir Omidi
bac7eccbaf
Replace the ID of the generated connection profile with the one through edit data ( #10413 ) ( #10432 )
2020-05-15 11:02:29 -07:00
Anthony Dresser
585d609ebb
ensure we can still write version infomation if we don't recompile ( #10365 ) ( #10401 )
2020-05-15 08:41:33 -07:00
Anthony Dresser
168385b6f1
Remove web smoke tests ( #10380 ) ( #10402 )
...
* remove smoke tests
* use run_tests
2020-05-15 08:41:10 -07:00
Charles Gagnon
eb4612100d
Fix message branding VS Code -> ADS ( #10407 ) ( #10410 )
...
* Fix message branding VS Code -> ADS
* Add edit comment
(cherry picked from commit e95650da89 )
2020-05-15 08:40:36 -07:00
Alan Ren
d89ce8f9ec
create a new connection ( #10412 ) ( #10418 )
2020-05-14 17:45:56 -07:00
Alan Ren
d84dd31491
set context ( #10391 ) ( #10399 )
2020-05-14 16:29:10 -07:00
Alan Ren
b6632547a2
use listdatabases for sqlondemand ( #10398 ) ( #10408 )
...
* use listdatabases for sqlondemand
* comments
* use enum
2020-05-14 16:24:36 -07:00
Cory Rivera
79669f073c
Uncheck unselected radio buttons in Configure Python wizard. ( #10344 ) ( #10361 )
2020-05-14 10:43:00 -07:00
Charles Gagnon
e078e3bc48
Enabling Script as Create for SqlOnDemand ( #10362 ) ( #10364 )
...
* Update scriptingUtils.ts
* Update scripting.contribution.ts
(cherry picked from commit ab374e362a )
Co-authored-by: alljamziMicrosoft <65255541+alljamziMicrosoft@users.noreply.github.com >
2020-05-13 23:15:49 -07:00
Anthony Dresser
72d035be98
Remove request promise for request-light ( #10346 ) ( #10356 )
...
* remove request promise for request-light
* make sure data is a string not a json
* add configure call
* remove unused reference
* more fixes
* Move configure calls
* clean up
* fix name
* move test deps as dev
Co-authored-by: chgagnon <chgagnon@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2020-05-13 13:39:27 -07:00
Maddy
f6e7b56946
opening as text document launches json ( #10323 )
2020-05-08 23:28:28 -07:00
Charles Gagnon
2893659983
Hyperlink Component improvements ( #10330 )
...
* Hyperlink Component improvements
* Remove hyperlink CSS styles
2020-05-08 16:49:07 -07:00
Amir Omidi
f220f6486a
Stops caching the AAD token ( #10251 )
2020-05-08 16:46:18 -07:00
Cory Rivera
f94a9d0d58
Update Configure Python dialog to allow packages to be installed for specific kernels. ( #10286 )
2020-05-08 16:02:59 -07:00
Charles Gagnon
9bcd7cdd80
Fix tabbed panel not updating correctly when layout updated ( #10328 )
...
* Fix tabbed panel not updating correctly when layout updated
* Add comment
2020-05-08 15:56:59 -07:00
Chris LaFreniere
5e1978e29f
Ensure ipynb is associated with editor ( #10055 )
2020-05-08 14:50:48 -07:00
Chris LaFreniere
e4614582cd
Cleanup nbformat, more common tests ( #10311 )
2020-05-08 14:50:24 -07:00
Chris LaFreniere
0fbc3d1cb6
Get rid of red herrings ( #10309 )
2020-05-08 14:49:49 -07:00
Alan Ren
3a70bea70d
fix button column accessibility issue ( #10307 )
...
* fix accessibility issue
* comment
2020-05-08 14:24:03 -07:00
Kim Santiago
ea84e60fa0
Add a few dacpac extension tests ( #10322 )
...
* add controller test
* Add a few wizard tests
* Addressing comment
* fix compile error
2020-05-08 14:04:11 -07:00
Kim Santiago
10ac5fdfab
Revert "Dacpac extension tests ( #10305 )" ( #10321 )
...
This reverts commit 1c621da4c7 .
2020-05-08 10:32:22 -07:00
Kim Santiago
1c621da4c7
Dacpac extension tests ( #10305 )
...
* add controller test
* Add a few wizard tests
* Addressing comment
2020-05-08 10:11:51 -07:00
Charles Gagnon
6e5fc9c495
Add ModelView method SetItemLayout ( #10306 )
...
* Add ModelView method SetItemLayout
* Remove extra line break
2020-05-08 08:38:36 -07:00
Anthony Dresser
e3daec38c6
Merge branch 'ads-master-vscode-2020-05-08T03-58-31'
2020-05-08 00:58:57 -07:00
Anthony Dresser
11636f8fc3
remove crash reporting
2020-05-07 22:34:46 -07:00
Anthony Dresser
8c08d5117b
revert workflow changes
2020-05-07 21:02:48 -07:00
ADS Merger
fa62ec1f34
Merge from vscode 7653d836944892f83ce9e1f95c1204bafa1aec31
2020-05-08 03:58:34 +00:00
Chris LaFreniere
dac1970c43
Notebooks: Refactor Empty Session Classes ( #10265 )
...
* Cleanup empty sessionmanager
* Cleanup
* PR Feedback import noKernel from notebookActions
2020-05-07 16:20:14 -07:00
Alan Ren
e27a57715c
set provider ( #10302 )
2020-05-07 13:46:04 -07:00
Amir Omidi
e6ca724571
Add new error message to console ( #10303 )
2020-05-07 13:28:45 -07:00
Vladimir Chernov
57d2ceec9d
mssql sqlAssessmentService ( #10299 )
...
mssql sqlAssessmentService
2020-05-07 21:35:44 +03:00
Alan Ren
d87855cf1f
force the isDirty flag to always be false ( #10295 )
2020-05-07 10:08:22 -07:00
Jeff Trimmer
1656a9c285
upgrade the STS version ( #10289 )
2020-05-07 07:12:07 -07:00
Aasim Khan
89a845d994
-Changed from AutoFit to DataFit for better visibility of cell content ( #10278 )
2020-05-06 20:41:50 -07:00