Commit graph

93150 commits

Author SHA1 Message Date
Michael Kuhn cffd1ecb7a Unify and fix Solarized token colors
This PR contains a few more fixes for both Solarized themes:
1. The token color definitions have diverged a bit, unify them.
   Specifically, this makes both themes use the same colors for the same
   tokens (only affects diff headers and class names) and harmonizes a
   few scopes.
2. `#D30102` is not a Solarized color, replace with `#DC322F` (red).
3. `#219186` is not a Solarized color, replace with `#859900` (green).
2022-02-11 22:48:18 +01:00
Rob Lourens 06528bf65d Make cell toolbar sticky scroll as well 2022-02-11 10:28:21 -08:00
Raymond Zhao 56c8ff832d
Bump emmet-helper, fixes #123399 2022-02-11 09:46:19 -08:00
meganrogge f1bd49efdf
fix #142847 2022-02-11 10:46:07 -06:00
Martin Aeschlimann 5245ce3866
finalize icons contribution point (for #119101) 2022-02-11 17:05:46 +01:00
Martin Aeschlimann 0a843d1727
improve icon extension point descriptions (for #119101) 2022-02-11 16:56:08 +01:00
Martin Aeschlimann bf24c085d1
remove contribIconFonts proposal (for #119101) 2022-02-11 16:53:37 +01:00
Logan Ramos c8441440a1
Remove unused GDPR fragment 2022-02-11 10:14:14 -05:00
Henning Dieterichs 4844c1abdc
Fixes hygiene check. 2022-02-11 16:04:07 +01:00
Johannes Rieken 1bf8852824
Merge pull request #142393 from microsoft/joh/disposeSnapshot 2022-02-11 15:50:03 +01:00
Logan Ramos 531d2b273c
Up distro 2022-02-11 09:36:25 -05:00
Johannes Rieken e8cf177b98
VoidFunction isn't as useful 2022-02-11 15:35:41 +01:00
Johannes Rieken 3e272359d7
improve SafeDisposable and move to lifecyle 2022-02-11 15:30:24 +01:00
Johannes Rieken 665a9c61a8
extract _addLeakageTraceLogic-util 2022-02-11 15:10:20 +01:00
Johannes Rieken 447887fae9
add usage-warning to debounce-util 2022-02-11 15:04:25 +01:00
Johannes Rieken 63cb496df6
Revert "add Event.debouncedListener as replacement for debounce, https://github.com/microsoft/vscode/issues/123487"
This reverts commit f41273cd78.
2022-02-11 15:03:19 +01:00
Johannes Rieken 854309e8f2
add TRACE_LIKEY_SNAPSHOT_LEAKAGE flag to trace leakage 2022-02-11 15:01:10 +01:00
Johannes Rieken db9a43608a
swap deprecation note with explainer 2022-02-11 14:54:12 +01:00
Johannes Rieken 1735c9913d
Merge branch 'main' into joh/disposeSnapshot 2022-02-11 14:35:09 +01:00
Johannes Rieken 850c481c3b
use latest references view viewlet 2022-02-11 14:34:36 +01:00
Sandeep Somavarapu a0a9e5dbd3
#136301 - support whenNotInstalled for config based and exe recommendations 2022-02-11 14:26:47 +01:00
Alex Ross a64e8e5673
Tree dnd feedback 2022-02-11 13:36:31 +01:00
Johannes Rieken 8a3b1f4c4c
some jsdoc for https://github.com/microsoft/vscode/issues/141143 2022-02-11 13:33:57 +01:00
Sandeep Somavarapu c1ae22ad56
Fix #142831 2022-02-11 13:13:59 +01:00
Henning Dieterichs 7ea160a069
Gets rid of NodeJS type dependency. 2022-02-11 12:32:37 +01:00
Henning Dieterichs e041149fd1
Iterates on audio cues. 2022-02-11 12:20:27 +01:00
Johannes Rieken 6e5373e758
add command and logic to start/stop reading the current line with inlay hints, https://github.com/microsoft/vscode/issues/142532 2022-02-11 11:33:23 +01:00
isidor 7823305faf
update distro 2022-02-11 11:01:05 +01:00
Sandeep Somavarapu afafd98f3f
Fix #136301 2022-02-11 10:05:32 +01:00
Benjamin Pasero f0d562f2fe
fix editor service tests 2022-02-11 10:00:12 +01:00
Rob Lourens bb221a61d2 Move cell execution label under the drag handle so it doesn't block dragging 2022-02-10 20:34:40 -08:00
Rob Lourens 947a99acad Make cell run button sticky while scrolling. Fix #142803 2022-02-10 20:10:59 -08:00
meganrogge 59e217e6be
fix #142537 2022-02-10 21:00:00 -06:00
Rob Lourens a6dac4517b Fix missing code cell [ ] when notebook is opened. Fix #142794 2022-02-10 17:42:42 -08:00
Rob Lourens e2a9a8c481 Show folding indicator on collapsed markdown cell. For #141581 2022-02-10 16:39:48 -08:00
Peng Lyu 8b4eaf7e00
Merge pull request #142584 from microsoft/rebornix/stream-output-renderer
Move streaming output rendering to renderer extension
2022-02-10 15:52:00 -08:00
coyote 6b8aace440
update to latest seti-ui version (#141931)
* update to latest seti-ui version

* Run `npm run update`

Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>
2022-02-10 15:22:44 -08:00
Peng Lyu f8d80c9383
Merge pull request #142751 from amunger/preSelectKernelforIW
don't attempt to update a document that doesn't exist yet
2022-02-10 14:56:21 -08:00
Megan Rogge a3b972bacb
Add terminal shell integration decorations (#142538) 2022-02-10 15:47:33 -06:00
Logan Ramos ec9df1d972
Update tabs model to utilize the new API shape (#142668)
* Change shape of the tabs API

* Disable tab tests for now

* Add an onDidChangeTabGroup event

* Optimize for group activate

* Update events to no longer be an array

* Further tab optimization
2022-02-10 15:09:11 -05:00
Rob Lourens f3153f1466 Always show mouseover markdown fold buttons for a focused cell 2022-02-10 11:37:32 -08:00
Rob Lourens d0249f4727 Ensure input expand button is always shown for long code cell text. Fix #141579 2022-02-10 11:31:46 -08:00
Rob Lourens 5f932be774 Fix cell focus indicator on markdown cell hover 2022-02-10 10:50:20 -08:00
Rob Lourens acac3c214b Make cell collapse button draggable 2022-02-10 10:50:19 -08:00
Rob Lourens b71eeb22b6 Fix run button visibility on output hover 2022-02-10 10:50:19 -08:00
Rob Lourens 2be84d7df0 Hide focus indicator while dragging cell 2022-02-10 10:50:19 -08:00
Rob Lourens 7fc305b38a Show gray focus indicator on hover. Fix #141583 2022-02-10 10:50:19 -08:00
meganrogge a365e5c3b1
xterm@4.18.0-beta.4
Adds decoration API, fixes  #140308
2022-02-10 12:40:33 -06:00
Aaron Munger 1d111bf898
don't attempt to update a document that doesn't exist yet when pre selecting the kernel 2022-02-10 10:06:53 -08:00
Brigit Murtaugh 80fd8b36ea
Bump distro 2022-02-10 09:09:15 -08:00