Commit Graph

102765 Commits (d555777b1a4ce1449bb5e183dac52f851e1c31f5)

Author SHA1 Message Date
Johannes d555777b1a
simplify `_VSCODE_NODE_MODULES` util 2022-11-18 09:42:32 +01:00
Johannes e14d874adb
define globals for server-main too 2022-11-18 09:42:24 +01:00
Johannes 824c70b275
fix node tests 2022-11-18 09:42:15 +01:00
Johannes 380ac1ef48
have two files to declare globals, allow monaco-edt to see one of them 2022-11-18 09:42:05 +01:00
Johannes bcffe19e5e
deprecate and scrary message for `__$__nodeRequire` 2022-11-18 09:41:58 +01:00
Johannes 8dd8d214d8
don't use `__$__nodeRequire` to fetch product configuration 2022-11-18 09:41:51 +01:00
Johannes 2d6ad4be88
* add global for node_modules access
* remove most usages of require.__$__nodeRequire
* stop using require.nodeRequire
2022-11-18 09:41:43 +01:00
Johannes Rieken e7a1278b71
Merge pull request #166596 from microsoft/joh/colorful-cuckoo
reset sticky scroll rendering when having no model
2022-11-18 08:24:48 +01:00
Peng Lyu 1b1e2a2c57
Add previously selected kernel to MRU on switching. (#166662) 2022-11-17 18:36:07 -08:00
David Dossett c1fa325b70
Add hover feedback to walkthrough steps (#166658) 2022-11-17 16:09:57 -08:00
Peng Lyu 8c44526ca2
MRU: single controller should be rendered in kernel picker (#166656)
single controller should be rendered in kernel picker
2022-11-17 15:56:51 -08:00
Matt Bierner f98ca02f59
Use moduleignore to try excluding unused ts files (#166654)
Use moduleignore to exclude unused ts files

Fixes #166652
2022-11-17 15:53:52 -08:00
David Dossett 70125a2cad
Update get started theme picker images and styles (#166651)
Update theme picker images and styles
2022-11-17 15:46:21 -08:00
Matt Bierner 53ccc82d42
Add some basic perf logging for notebook renderers (#166649)
For #154873

Adds a new log file for the webview of a notebook. This is currently used to log the load, activation, and render times of notebook renderers
2022-11-17 15:27:07 -08:00
Sandeep Somavarapu 23b25e9d4d
Fix #166147 (#166648)
- store default extensions manifest in extensions dir
- command to install an extension from location
- remember and init default profile extensions in cached scanner
2022-11-17 15:26:56 -08:00
Raymond Zhao a9f0251619
Refactor "Modified in: User" indicator (#166645)
Ref #159088
The "Modified in: User" indicator is not like other indicators,
because it doesn't put up a hover, and it has a link in the label itself.

This PR refactors that indicator and clarifies that tab focus 
goes straight to the link when using keyboard navigation.
2022-11-17 14:29:22 -08:00
David Dossett 44bfa311d3
Polish walkthrough steps (#166644)
* Remove til shadows and fix fonts

* More polish
2022-11-17 14:28:20 -08:00
Eleanor Boyd b2b020d77c
Merge pull request #166643 from microsoft/error-msg-unavaliable-ports-ssh
Add comment to treat port error message as API
2022-11-17 14:11:25 -08:00
Eleanor Boyd 9e44d74e6c
Merge branch 'main' into error-msg-unavaliable-ports-ssh 2022-11-17 13:54:04 -08:00
Raymond Zhao 9feaed8f51
Revert "joh/representative canidae" (#166641) 2022-11-17 13:53:17 -08:00
eleanorjboyd 587260eb63 add comment regarding error message treat as API 2022-11-17 13:26:37 -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
Johannes ca08e5662f
reset sticky scroll rendering when having no model
fixes https://github.com/microsoft/vscode/issues/165385
2022-11-17 16:20:57 +01: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