Commit graph

99310 commits

Author SHA1 Message Date
Benjamin Pasero 0a7226e9ad
Revert "Increase timeout of web unit tests" (#157065)
Revert "Increase timeout of web unit tests (#156894)"

This reverts commit f86beb18e8.
2022-08-04 11:52:56 +02:00
Benjamin Pasero 12300dac0c
Windows: some Firefox web tests are timing out randomly (#155760) (#157066) 2022-08-04 11:45:54 +02:00
Peng Lyu 0ccc4d9479
Fix #149457. Duplicate Action getter (#157063) 2022-08-04 11:45:21 +02:00
Benjamin Pasero 45245af3e9
smoke - disable opening devtools on error (#157080) 2022-08-04 11:16:54 +02:00
Rob Lourens cebad239e8
Don't prompt to open launch.json when failing to start a dynamic launch config (#157049)
Fixes #156351
2022-08-04 02:48:22 +02:00
Rob Lourens d07eb95444
Fix getting initial configs from debug adapter (#157051)
Fixes #156943
2022-08-03 17:46:15 -07:00
Raymond Zhao da066ffcc9
Clear queries if setting search failed (#157046)
* Clear queries if setting search failed

Fixes #153582

* Add clarity
2022-08-03 17:37:29 -07:00
Matt Bierner 012cfb2795
Fixes #155309 (#157048) 2022-08-04 01:36:32 +02:00
Raymond Zhao 9f80085795
Fix language-specific tab expansion and polish (#157035)
* Fix language-specific tab expansion and polish

Fixes #156075

* Add back check
2022-08-03 16:31:19 -07:00
Frank Dana 357d14621c
RPM packaging: Use standard macros (#153247)
* RPM spec: Use standard macros for paths/name

- Once `@@NAME@@` is replaced into the spec file as the `Name:`,
  it can be referenced with the RPM macro `%{name}`
- The installation directories corresponding to `/usr/bin/` and
  `/usr/share/` are defined in the RPM macros `%{_bindir}` and
  `%{_datadir}`

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
Co-authored-by: Robo <hop2deep@gmail.com>
2022-08-03 16:16:33 -07:00
Megan Rogge 1c02bdda63
task & reconnectionOwner -> reconnectionProperties (#156926) 2022-08-03 15:58:10 -07:00
Megan Rogge 43d0df37af
improve task setting description (#157039)
fix #156728
2022-08-03 15:57:55 -07:00
Joyce Er e1c952371a
Merge pull request #157037 from microsoft/dev/joyceerhl/tory-leopard
Polish edit sessions view
2022-08-03 15:56:45 -07:00
Peng Lyu 5d4730dbec
Merge pull request #157029 from microsoft/rebornix/notebook-no-test-skip
No skip tests in notebook api/kernel
2022-08-03 14:48:09 -07:00
Miguel Solorio c0d3e7cf4c
Update Codicons (#157036) 2022-08-03 23:43:33 +02:00
Joyce Er 1249eb2410
Add an action to delete all edit sessions 2022-08-03 14:32:03 -07:00
Joyce Er 60ede6b6e3
Add a welcome view when there are no edit sessions 2022-08-03 14:30:39 -07:00
Logan Ramos 67e0e8f12f
Telemetry extraction should fail build (#157006) 2022-08-03 11:39:46 -07:00
Joyce Er 918454bf99
Enable edit sessions by default 2022-08-03 11:00:59 -07:00
Joyce Er 431e087e48
Use a better icon and tree node label 2022-08-03 10:53:54 -07:00
Joyce Er 33a4cffb6a
Don't register duplicate view container command 2022-08-03 10:43:04 -07:00
Megan Rogge f62d30f9ea
focus No option of task dialogue box by default (#157020)
fix 156287
2022-08-03 10:28:26 -07:00
Justin Chen 743b756d57
Bugfix for code action clicking #157017
* added disabled hover

* code cleanup on disabled option hovers

* removed comments

* widget enabled by default

* code cleanup and fix on build

* clean up on css removed unused importants

* small patch for css rules

* minor refactor on codeactionitems

* fix on disabled option click

* fix on disabled option click
2022-08-03 10:25:23 -07:00
rebornix 336373dfc5
bring back kernel execute test 2022-08-03 10:14:45 -07:00
rebornix 82314b9ed5
remove outdated test 2022-08-03 10:08:02 -07:00
Michael Lively 61e8687fa3
Notebook Cells re-render upon changes to metadata (#156917)
* dataflow support for updated metadata

* update cellAttachmentRenderer.ts to reflect metadata being a getter() inside MarkupCell

* update condition to re-render cells, now includes metadata changes

* notebook cells now re-render upon metadata changes

* fix missing metadata update

Co-authored-by: Peng Lyu <penn.lv@gmail.com>
2022-08-03 09:46:12 -07:00
Matt Bierner 57599a9ecd
Bump api notebook milestone (#157011) 2022-08-03 11:38:52 -04:00
Logan Ramos 36244a0457
Remove the resolvers ability to work with typed editors (#157010) 2022-08-03 11:33:29 -04:00
Tomer Chachamu bcabf7ce33
Inherit more settings during extension development (#151872)
Closes #143601
2022-08-03 08:24:42 -07:00
Daniel Imms a17876551e
Merge pull request #157005 from microsoft/tyriar/155955_2
Pass progress type along in notification updates
2022-08-03 08:13:57 -07:00
Benjamin Simmonds 4ea6a27637
Fix duplicated intersected label highlight (#157000) 2022-08-03 15:41:26 +02:00
Daniel Imms e614dac55c
Pass progress type along in notification updates
Fixes #155955
2022-08-03 06:32:35 -07:00
Daniel Imms 11cea7dfb7
Merge pull request #156993 from microsoft/tyriar/xterm5
Upgrade to xterm.js v5 beta
2022-08-03 05:33:05 -07:00
Aiday Marlen Kyzy 9aea0a6c11
Merge pull request #156994 from microsoft/aiday/issue-156881
Removing the splice in the render function. Fixes #156881.
2022-08-03 13:33:36 +02:00
aiday-mar b39e5d436a Removing the splice in the render function. Correct ranges constructed in the updateOutlineModel function. Fixes 156881. 2022-08-03 13:04:51 +02:00
Alexandru Dima 1196da0c50
Add more logging when a protocol timeout occurs (#156991)
Add more logging when a protocol timeout occurs (#147328)
2022-08-03 13:02:08 +02:00
Aiday Marlen Kyzy 67a6b6c80d
Merge pull request #156992 from microsoft/aiday/issue156744
Adapt sticky scroll to lineNumbers option. Fixing #156744
2022-08-03 12:52:00 +02:00
Daniel Imms 16ecdd2b42
Fix tests by allowing xterm proposed api 2022-08-03 03:50:25 -07:00
Daniel Imms 3db62b7ad1
Clean up 2022-08-03 03:38:10 -07:00
aiday-mar 501216b18c Adapt sticky scroll to lineNumbers option. Fixing #156744 2022-08-03 12:35:42 +02:00
Daniel Imms 4bace4b574
Ignore bad canvas addon versions 2022-08-03 03:32:24 -07:00
Benjamin Pasero b0d46d6ea7
editors - do not throw from createTextEditor (#156980) 2022-08-03 12:21:15 +02:00
Daniel Imms 67a1aa5cad
Support inactive selection background in terminal
Fixes #156985
2022-08-03 03:17:22 -07:00
Daniel Imms d6392016e6
Add smooth scrolling setting
Fixes #125950
2022-08-03 03:02:29 -07:00
Henning Dieterichs 9acb4a7496
Merge pull request #156133 from microsoft/hediet/bracket-pair-colorization-performance
Improves performance of bracket pair colorization
2022-08-03 11:58:32 +02:00
Henning Dieterichs 827d54a687
Merge branch 'main' into hediet/bracket-pair-colorization-performance 2022-08-03 11:29:38 +02:00
Sandeep Somavarapu dd2e6f4175
Fix #154077 (#156975)
* Fix #154077

* dispose
2022-08-03 09:46:29 +02:00
Benjamin Pasero f8ae10c8d0
Piping into Code fails if data writes delayed (fix #155341) (#156973) 2022-08-03 09:41:12 +02:00
Benjamin Pasero 8125126a03
window => windowImpl (#156970) 2022-08-03 09:07:00 +02:00
Sandeep Somavarapu 88c5ba1a8a
use last active profile in web (#156966)
* use last active profile in web

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-08-03 08:57:19 +02:00