Commit Graph
71561 Commits
Author SHA1 Message Date
Alex Dima 9bba389a22 Remove unused event 2022-01-17 14:16:33 +01:00
Johannes Rieken 4135ba294b use ILanguageFeatureDebounceService for outline model, https://github.com/microsoft/vscode/issues/140557 2022-01-17 11:21:15 +01:00
Jackson Kearl 7f8a6ed1e1 Better wrnings 2022-01-16 21:20:57 -08:00
Jackson Kearl 6612ae0f8b First pass at file nesting
ref #6328
2022-01-16 19:44:15 -08:00
Ladislau Szomoru fbbfb6c22a Disable Git Rename command if the resource is not under source control 2022-01-16 17:53:34 +01:00
Benjamin Pasero f43e197edd tabs - do not use box-shadow for hover border
We can reuse the bottom border we already use for active/inactive tabs.
2022-01-16 10:58:37 +01:00
Benjamin Pasero 81bbd3075f window.withProgress: using location: { viewId: ..} shows invalid progress (fix #140576) 2022-01-15 11:29:16 +01:00
Rob Lourens af5b5f1612 Ensure notebook editor progress indicator is visible when editor becomes visible
Fix #140753
2022-01-14 17:18:14 -08:00
Megan Rogge 00b535ca43 support links w relative cwd (#140676) 2022-01-14 18:44:52 -06:00
Rob Lourens 7853127c3e Fix actual/expected order 2022-01-14 16:44:05 -08:00
Rob Lourens 2d0b5e70c3 Fix replace with case ops losing newlines in the replace string
Fix #140734
2022-01-14 16:13:02 -08:00
SteVen Batten cd1471236f fix visible side bar with empty workbench 2022-01-14 15:50:20 -08:00
Miguel Solorio f89d5d3677 Active indicator is misaligned on Windows in maximized mode (Fixes #140723) 2022-01-14 14:16:11 -08:00
rebornix 16aacb02da Rendered Markdown 2022-01-14 14:13:07 -08:00
SteVen Batten 050dd09702 add maximized class to workbench 2022-01-14 14:09:29 -08:00
rebornix 09108ba2ce support file llink 2022-01-14 14:01:13 -08:00
rebornix 9f38b63bfc fix vscode notebook links 2022-01-14 13:58:39 -08:00
SteVen Batten ea6f9fb6f4 remove panel location options in favor of new side panel behavior (#140742)
* remove panel location

* better command names

* smaller alignment window
2022-01-14 13:53:11 -08:00
Matt Bierner 513afb5893 Clairify that font size is in pixels
Fixes #139935
2022-01-14 13:29:11 -08:00
SteVen Batten ebc1d088f9 a small layout control menu 2022-01-14 13:15:50 -08:00
Rob Lourens 1c77e85ebd Update interactive window setting id #130713 2022-01-14 12:12:00 -08:00
Logan Ramos dbe529d01e Disable telemetry when in extension testing enviornment 2022-01-14 14:58:19 -05:00
rebornix 6b4ccf3141 fix find widget focus 2022-01-14 11:50:56 -08:00
Johannes Rieken ec78252383 fix inlay hints flicker, make sure to not proceed with a cancelled result 2022-01-14 19:00:55 +01:00
Daniel Imms 7c7103c130 Only allow shell integration in trusted workspaces 2022-01-14 09:03:06 -08:00
Daniel Imms 6c4b8882ba Move off deprecated getOption API in xtermTerminal.test
Part of #138903
2022-01-14 08:40:37 -08:00
Ladislau Szomoru ac08e2cee9 Update SCMActiveResourceContextKeyController to handle remote scenarios 2022-01-14 16:15:15 +01:00
Johannes Rieken ad5dd4e736 add trace logging for inlay hint adapter, ignore out of range hint silently 2022-01-14 16:05:27 +01:00
Johannes Rieken f87ad1134b don't watch the same provider multiple times, this time for real... 2022-01-14 15:50:47 +01:00
Johannes Rieken 6cbbb83419 fix https://github.com/microsoft/vscode/issues/140589 2022-01-14 15:44:24 +01:00
Johannes Rieken fde8aca38e workaround GlobPattern#from issue, fyi @bpasero 2022-01-14 14:59:01 +01:00
Johannes Rieken 44374eb86e always keep pinned items in hover, https://github.com/microsoft/vscode/issues/140241 2022-01-14 14:49:41 +01:00
Johannes Rieken 2e7075d5c5 do away with dynamic default value, https://github.com/microsoft/vscode/issues/140557 2022-01-14 14:29:01 +01:00
Joao Moreno 8a928f98ea ipc api: MessagePort.start() needs to be called, so events start flowing 2022-01-14 14:09:21 +01:00
Sandeep Somavarapu 9d80929066 Fix #139528 2022-01-14 13:25:01 +01:00
Benjamin Pasero b0cd45c58d smoke - reduce log spam 2022-01-14 12:40:59 +01:00
Martin Aeschlimann edddc78028 [folding] Cannot read property 'containedBy' of undefined when trying to Fold All Regions Except Selected from outside of any regions.Fixes #140607 2022-01-14 11:40:25 +01:00
Benjamin Pasero f5ad06212d 💄 2022-01-14 10:04:35 +01:00
Benjamin Pasero c2d2ed8196 glob - document exactly syntax of patterns 2022-01-14 09:51:10 +01:00
Benjamin Pasero b61f91f54a tabs - adjust z-index to fix border top colors (#140685) 2022-01-14 08:35:35 +01:00
Benjamin Pasero b03fe7a97c watcher - implement and adopt universal file watcher 2022-01-14 08:03:15 +01:00
Benjamin Pasero eecbd962ef debt - rename iconv-lite-umd package (#140650) 2022-01-14 07:28:41 +01:00
Connor Peet c6e58d126f debug: add additional context to stack frame actions 2022-01-13 18:27:06 -08:00
Logan Ramos a777076618 Cache initial telemetry events to avoid wrong value assumption (#140651)
* Remote telemetry caching + new telemetry channel

* Few small fixes

* Fix dumb typos
2022-01-13 21:25:17 -05:00
Peng Lyu 76bd73970f Merge pull request #139980 from ShafinKhadem/main
Fix Page Up/Down in notebook editor cells
2022-01-13 18:01:02 -08:00
rebornix ad1e9f0fe9 fix #139595 2022-01-13 17:32:34 -08:00
rebornix 8dbbccae21 fix #140255 2022-01-13 16:16:36 -08:00
rebornix 0b59f114c5 disable find in md source when find in preview enabled 2022-01-13 15:51:54 -08:00
Miguel Solorio b1c43bf7ce Update Codicons: Update layout icon
https://github.com/microsoft/vscode-codicons/commit/31c5a78462ca559f3d6eb6ac88e71f8e1fc73152
2022-01-13 15:49:56 -08:00
SteVen Batten 405cffcb55 remove side panel setting 2022-01-13 14:00:10 -08:00