Commit graph

102744 commits

Author SHA1 Message Date
Raymond Zhao 9feaed8f51
Revert "joh/representative canidae" (#166641) 2022-11-17 13:53:17 -08:00
João Moreno 4ff197412d
more log updates (#166640) 2022-11-17 13:18:16 -08:00
João Moreno 04ee3baf3d
fixes #166637 (#166638) 2022-11-17 13:13:36 -08:00
Peng Lyu ea3a260e50
kernel mru history per workspace (#166633) 2022-11-17 13:11:42 -08:00
Nisarg Jhaveri 8f2c8e3621
Allow different exception breakpoints from multiple debuggers to be shown at once (#158355)
* Update exception breakpoints based on active debug session

- Keep track of all exception breakpoints, instead of the ones from last started session
- Update breakpoints view when focused debugger changes to show the correct set of exception breakpoints
- Store all exception breakpoints in model for restoring enablement later
- Only send the correct set of breakpoints for each debug adapter when updated

* Show last session's exception breakpoints even when the session is not active

* Add more tests for exception breakpoints in multiple sessions

* tsdoc commetns

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2022-11-17 12:39:40 -08:00
Raymond Zhao 896c32bb50
Enable WCO on Insiders and Exploration (#166386)
Ref #161218
2022-11-17 11:50:46 -08:00
Raymond Zhao 184ba7b0f4
Restyle Edit in settings.json link (#166629)
* Re-style Edit in settings.json link

Fixes #166625
Also refactors the code a bit.

* Adjust opacity
2022-11-17 11:44:38 -08:00
Daniel Imms 1fa7760752
Merge pull request #166619 from microsoft/tyriar/input_latency_class
Flatten input latency telemetry event
2022-11-17 11:16:42 -08:00
Connor Peet 9dd6dc2874
cli: check glibc version more correctly on gnu (#166622)
Fixes https://github.com/microsoft/vscode-remote-release/issues/7495
2022-11-17 11:16:30 -08:00
Logan Ramos 2155320490
Use composition instead 2022-11-17 14:01:17 -05:00
Andrea Mah 061e7540cd
Restore missing command palette commands (#166621)
command Replace in files is gone
Fixes #166134
2022-11-17 10:56:52 -08:00
Megan Rogge 827c64767e
use correct file path to audio cues (#166618)
fix #166617
2022-11-17 10:52:09 -08:00
Aaron Munger 0043f98f03
Merge pull request #166616 from amunger/attachmentCleaner
don't clean attachments for a cell that is removed
2022-11-17 10:48:26 -08:00
MonadChains 5865df366a
Implement Audio cues on cell execution completed (#165442)
* Implement Audio cues on cell execution completed

* Revert refactor and improve behaviour

* Add audio cues for notebook execution

* remove old setting

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2022-11-17 13:39:24 -05:00
Daniel Imms 8aa17c5d86
Flatten input latency telemetry event
Follow up from #163184
2022-11-17 10:31:19 -08:00
Raymond Zhao c3f40b9436
Switch from setupCustomHover to hoverService (#166500)
Ref #159088
By switching to hoverService, we get to customize the hover widget
more for the Settings editor indicators.
2022-11-17 10:25:28 -08:00
aamunger 888fd835ca
don't clean attachments for a cell that is removed 2022-11-17 10:16:13 -08:00
Johannes Rieken 9740d4b157
Merge pull request #166590 from microsoft/joh/representative-canidae
joh/representative canidae
2022-11-17 19:08:24 +01:00
Henning Dieterichs 1ac5ea41e1
Implements handled undo stack in merge editor (#166606) 2022-11-17 09:15:34 -08:00
Johannes 6dd2726c73
simplify _VSCODE_NODE_MODULES util 2022-11-17 17:58:51 +01:00
Johannes 1595c5b63a
define globals for server-main too 2022-11-17 17:49:43 +01:00
Johannes 1a0223da3f
fix node tests 2022-11-17 17:19:29 +01:00
João Moreno 0d4e84d528
fix log message (#166598)
related to #163418
2022-11-17 07:57:29 -08:00
Martin Aeschlimann 001abb14c8
remote tunnel: extract log from LogOutputChannels & EnvService (#166597) 2022-11-17 16:46:51 +01:00
Ladislau Szomoru dff6f568a1
GitHub - fix dialog when user does not have permissions to commit (#166595) 2022-11-17 07:36:54 -08:00
João Moreno a24677d00e
fixes #166552 (#166594) 2022-11-17 07:27:04 -08:00
Logan Ramos c20c7d5adb
Update getting-started assignment (#166592)
* Remove i18n causing classifier to fail due to missing label

* 🎁 Add `killOnServerStop` to debug configuration (#163779)

* 🎁 Add `killOnServerStop` to schema

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 📜 Add description for `killOnServerStop`

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Stop created debug session on server stop

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Push kill listeners into another disposable container

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🐛 Prevent leak when new debug session fails to start

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Use more verbose name for debug session tracker ID

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* assign bhayva to getting started

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
Co-authored-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-11-17 07:21:29 -08:00
Martin Aeschlimann 4759e0b928
refactor styling of toggle, dialog, inputbox & checkbox (#166542)
* refactor styling of toggle, dialog, inputbox & checkbox

* simplify abstract tree styling

Co-authored-by: Joao Moreno <joao.moreno@microsoft.com>
2022-11-17 07:20:33 -08:00
Johannes a0f314404e
have two files to declare globals, allow monaco-edt to see one of them 2022-11-17 16:10:52 +01:00
Johannes Rieken f8c9ae79ea
Merge pull request #166461 from babakks/add-focus-breadcrumb-to-cmd-palette
🔨 Add "Focus Breadcrumb" to command palette
2022-11-17 15:55:24 +01:00
Johannes 3c372cf160
deprecate and scrary message for __$__nodeRequire 2022-11-17 15:47:18 +01:00
Logan Ramos 10ae860842
Remove i18n causing classifier to fail due to missing label (#166587) 2022-11-17 06:42:55 -08:00
Johannes 93c3f3202b
don't use __$__nodeRequire to fetch product configuration 2022-11-17 15:41:23 +01:00
Babak K. Shandiz 9f56e365d7
🎁 Add killOnServerStop to debug configuration (#163779)
* 🎁 Add `killOnServerStop` to schema

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 📜 Add description for `killOnServerStop`

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Stop created debug session on server stop

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Push kill listeners into another disposable container

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🐛 Prevent leak when new debug session fails to start

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Use more verbose name for debug session tracker ID

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-11-17 06:20:08 -08:00
Alex Ross 328ed10651
Git drop stash commands should use modal dialog (#166573)
Since the warning is initiated through user action, and the user is required to interact with the warning to finish their intended action we should use a modal dialog here.
2022-11-17 12:49:56 +01:00
Sandeep Somavarapu 54e3652042
fix #166350 (#166572) 2022-11-17 03:35:36 -08:00
Alex Ross 6ce31d9e1c
Remove split button from comments additional actions (#166568)
and add a max number of 4 actions
Part of #163281
2022-11-17 03:13:33 -08:00
Johannes 0824db3bad
* add global for node_modules access
* remove most usages of require.__$__nodeRequire
* stop using require.nodeRequire
2022-11-17 12:09:14 +01:00
Marcus Revaj aaac6f9a99
Add additional actions to CommentThread (#162750)
* # Add additional actions to CommentThread

* Add in forgotten property

* # missing declaration

* type change

* Fix merge conflict errors

* # add proposed changes + fix styling

* # Allow "secondary action only" buttons

* # Add dropdown button styling fixes

* # add default button styling

* # add better styling to the dropdown button

* Remove duplicate css rule

Co-authored-by: Alex Ross <alros@microsoft.com>
2022-11-17 11:16:06 +01:00
Babak K. Shandiz f6c8436c21 💄 Include breadcrumbs.focusAndSelect in command palette
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-11-17 09:53:13 +00:00
Babak K. Shandiz 4bfa86cdbf Remove unnecessary code
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-11-17 09:51:43 +00:00
Johannes Rieken f675b2bfab
remove some any casts that aren't needed (anymore) (#166557) 2022-11-17 09:58:12 +01:00
Daniel Martinez Olivas 562b3dbd54
moves css rules (#166532) 2022-11-17 09:50:56 +01:00
Han e109887634
Adapter css variables (#166279)
* move css variables from markersViewActions.ts to markersViewActions.css

* move css variables from testingOutputPeek.ts to testingOutputPeek.css

* move css variables from linkedEditing.ts to linkedEditing.css

* move css variables from interactiveEditor.ts to interactiveEditor.css

* add editor linked editing color to color registry

* 💄

* add css import

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-11-17 08:53:56 +01:00
Rob Lourens d9a70c4236
Wait for disconnect response before terminating DA (#166137)
Fix #165138
2022-11-16 20:07:56 -08:00
Megan Rogge 8cae5f6bfe
use correct icons, remove ellipsis (#166493) 2022-11-16 19:16:04 -08:00
Peng Lyu 0182a4bf39
Kernel picker type: all/mru. (#166523) 2022-11-16 16:41:54 -08:00
Sandeep Somavarapu 126fd696da
implement import/export profiles (#166517)
* implement import/export profiles
- include all resources
- include all user profile storage
- show import/export preview view

* fix compilation
2022-11-16 18:57:31 -05:00
Peng Lyu 8007c63981
Kernel mru picker preparation (#166513)
* MRU skeleton

* Kernel Source Provider

* filter

* register provider in exthost

* Misc changes

* Revert to suggestions

* non jupyter controllers

* Add ability to select a kernel

* show extension name in detail.

* 💄

* Move strategies out.

* Back button

* First arg be the notebook document

* 💄

* Update kernel status

* Show progress in MRU

* remove separator header

* Allow selecting 3rd party controllers

* Misc

* Fix spinner

* Add separators in kernel picker

* Update kernel select title.

* Prep for MRU.

Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com>
2022-11-16 15:42:41 -08:00
Joyce Er 94a1ec7999
Merge pull request #165783 from microsoft/dev/joyceerhl/gothic-wallaby
Generate implicit activation events from declared extension contributions
2022-11-16 15:20:42 -08:00