99128 Commits

Author SHA1 Message Date
Matt Bierner
00bb9bdefc
Always log tsserver exit code, even for kill processes (#156378)
We suspect that some exit code info is being dropped since 1.61. Changing this code to always log, even when the user manually restarts the server
2022-07-27 11:54:24 -07:00
Martin Aeschlimann
59afa0a8ee
Create and remove manual folding range use the same shortcut. (#156490)
Create and remove manual folding range use the same shortcut. Fixes #156489
2022-07-27 20:53:49 +02:00
Peng Lyu
9db76b0b15
Fix #156477. Interactive Window Restore (#156480)
* Fix #156477. Interactive Window Restore

* Fix #156487. Update description
2022-07-27 14:47:58 -04:00
SteVen Batten
9b44eda62a
still allow system context menu in some cases (#156488)
fixes #156222
2022-07-27 20:31:44 +02:00
Martin Aeschlimann
857412ab10
devcontainer schema: handle deprecated properties (#156425) 2022-07-27 20:27:47 +02:00
Matt Bierner
93340ffab9
Log when encountering invalid json in vscode-context (#156485)
Fixes #156416
2022-07-27 20:14:27 +02:00
Henning Dieterichs
c8cf34a36f
Fixes #156037 by not highlighting non-conflicting changes. (#156482) 2022-07-27 11:13:13 -07:00
Matt Bierner
be910fd929
Use clearer parameter name (#156479)
Fixes #156431
2022-07-27 11:12:45 -07:00
Henning Dieterichs
562281e08b
Merge pull request #156466 from microsoft/hediet/model-disposed-bugfix
Fixes #153961 by checking if models are disposed.
2022-07-27 19:53:58 +02:00
Matt Bierner
ead6a6f34f
Revert "Temporarily comment out tuple type annotations (#156213)" (#156478)
This reverts commit 8f10b21033161e235e9c14767c21efb550319848.
2022-07-27 19:52:03 +02:00
Michael Lively
c6037c9e57
Merge pull request #156469 from microsoft/mlively/esbuild-support
build support for ipynb markdown renderer
2022-07-27 10:46:55 -07:00
Joyce Er
6cb10e9cfa
Merge pull request #156475 from microsoft/dev/joyceerhl/statistical-magpie
Fixes for edit sessions actions visibility and naming
2022-07-27 10:31:55 -07:00
Michael Lively
3c0dba1c00 oh. had to run yarn compile from within the /build/ folder 2022-07-27 10:30:01 -07:00
Megan Rogge
bcba69611f
show all tasks when no tasks are found for given filter and go back is selected (#156458)
fix #156286
2022-07-27 10:14:14 -07:00
Andrea Mah
6fccf5d16e
"To" shouldn't be capitalized in the command "Go to Running Cell" (#156471)
to should be capitalized in the command "Go to..."
Fixes #156297
2022-07-27 19:09:41 +02:00
Joyce Er
04dd05c0ed
Hide Continue Edit Session when not in a folder 2022-07-27 10:03:53 -07:00
Joyce Er
8e49136c91
Account menu to sign out of edit sessions should be specific to edit sessions 2022-07-27 09:59:58 -07:00
Joyce Er
ed78fe5771
Hide Open in Local Folder on web 2022-07-27 09:50:29 -07:00
Henning Dieterichs
31266e2142
Fixes #156180 by tweaking merge editor result shadow & gutter width (#156463) 2022-07-27 18:34:26 +02:00
Michael Lively
e617076801 added ipynb/esbuild.js to the media scripts when building extensions 2022-07-27 09:34:22 -07:00
Henning Dieterichs
f0b500d541
Merge pull request #156460 from microsoft/revert-156450-hediet/monarch-bracket-pair-matching
Revert "Re-Enables bracket pair matching/colorization for monarch"
2022-07-27 18:28:47 +02:00
Henning Dieterichs
ab836c829b
Fixes #153961 by checking if models are disposed. 2022-07-27 18:18:31 +02:00
Alex Ross
3cd638046c
Quick Diff editor gutter decoration hidden by comment gutter icon (diamond) (#156448)
* Quick Diff editor gutter decoration hidden by comment gutter icon (diamond)
Fixes #156264

* Update doc
2022-07-27 18:05:02 +02:00
Megan Rogge
43bce132f9
fix shell integration link (#156455) 2022-07-27 17:58:49 +02:00
Henning Dieterichs
2e697a4a5f Revert "Re-Enables bracket pair matching/colorization for monarch (#156450)"
This reverts commit 482da8664a8e28e86439bd6eb9a8c743b9997ada.
2022-07-27 17:58:32 +02:00
Henning Dieterichs
482da8664a
Re-Enables bracket pair matching/colorization for monarch (#156450) 2022-07-27 17:53:47 +02:00
Henning Dieterichs
c6990190a4
Fixes https://github.com/microsoft/monaco-editor/issues/3070 (#156449) 2022-07-27 17:50:38 +02:00
Sandeep Somavarapu
4474dab2fa
Fix #156369 (#156433) 2022-07-27 08:40:15 -07:00
Andrea Mah
18fb2dde5d
Set initial debug session pick and edit pick prompt (#156387)
Initially selected session/console in the quickpick should match the currently selected one
Fixes #156310
2022-07-27 08:38:12 -07:00
Alexandru Dima
e572968d23
Retry up to 5 times the initial authority resolving and also retry up to 5 times the initial connection (#156444)
Fixes #127565: Retry up to 5 times the initial authority resolving and retry up to 5 times the initial connection
2022-07-27 17:10:06 +02:00
Henning Dieterichs
d391f2c1ff
Merge pull request #156313 from juihanamshet1/modifying-bracket-completion-range
If the brackets are removed, reduce the range. If the brackets are added, increase the range.
2022-07-27 17:06:14 +02:00
Justin Chen
dc6c57bdce
Added hover on code action widget and better mouse/keys interaction
Added hover on menu and preview key from menu, fix on #149415 and #156323
2022-07-27 08:01:14 -07:00
Alex Ross
a3b712e04e
Create a insiders.vscode.dev link when I use insiders for sharing (#156436)
Fixes #156255
2022-07-27 10:55:08 -04:00
Aiday Marlen Kyzy
c12aa6da6f
Merge pull request #156430 from aiday-mar/aiday/semanticScroll
Rerender the sticky scroll upon change of model tokens (fixes #156266)
2022-07-27 16:53:03 +02:00
aiday-mar
878271b95f Updates model only if a sticky line is contained in a range of the model token change event 2022-07-27 16:10:41 +02:00
aiday-mar
2ad2cd4e71 Iterating over all the ranges in the onDidChangeModelTokens function 2022-07-27 15:41:36 +02:00
Sandeep Somavarapu
079c49ed12
fix the printed installed extension version (#156422) 2022-07-27 09:32:53 -04:00
Matt Bierner
241c770203
Exclude esbuild files from build (#156362) 2022-07-27 09:32:07 -04:00
Aiday Marlen Kyzy
4cab11e346
Merge branch 'microsoft:main' into aiday/semanticScroll 2022-07-27 14:49:56 +02:00
aiday-mar
ff3a45d5be Calls onDidChangeModelTokens and updates when the range of update intersects with the line range of the sticky scroll widget 2022-07-27 14:49:30 +02:00
Sandeep Somavarapu
4372050da3
Merge pull request #156094 from FantasqueX/patch-1
Replace the deprecated canceled with Cancellation Error.
2022-07-27 14:42:42 +02:00
Aiday Marlen Kyzy
45e0ad107a
Merge pull request #156306 from aiday-mar/aiday/semanticScroll
Fixing the sticky scroll with reviews from endgame
2022-07-27 14:25:59 +02:00
Henning Dieterichs
dd807977b1
Merge branch 'main' into modifying-bracket-completion-range 2022-07-27 14:18:30 +02:00
Henning Dieterichs
a4b7d52ba1
Only adjust changes when bracket pairs are completed. 2022-07-27 14:18:15 +02:00
Sandeep Somavarapu
eca4972002
Merge branch 'main' into patch-1 2022-07-27 13:18:51 +02:00
Sandeep Somavarapu
cb48abb0c0
fix errors in tests (#156420) 2022-07-27 13:12:07 +02:00
Ladislau Szomoru
d01945923c
Git - Fix regression with Commit action button icon (#156417)
Fix regression with Commit action button icon
2022-07-27 13:11:07 +02:00
aiday-mar
f1458c0b4c Adds color contrast and shadow Fixes #156257
Fixes #156329
2022-07-27 13:07:56 +02:00
Ladislau Szomoru
e210bbfea4
Git - fix edge case during rebase (#156410)
Fix blocking issue while resolving conflicts during rebase
2022-07-27 12:03:47 +03:00
Justin Chen
13b1427953
Merge branch 'main' into justin/widgetPreview 2022-07-26 22:59:29 -07:00