Johannes
1105ead47b
add a `transpileOnly` option to gulp-tsb
2022-06-08 17:33:54 +02:00
Ladislau Szomoru
6f5fc17622
Git - use editor as commit message input ( #151491 )
2022-06-08 15:45:27 +02:00
Alexandru Dima
793b0fd550
Fix handling of remote authorities using ipv6 ( #151500 )
...
Fixes #151438 : Fix handling of remote authorities using ipv6
2022-06-08 14:22:06 +02:00
余腾靖
d9f97a4e81
fix jsx text foreground in tomorrow-night theme ( #151478 )
2022-06-08 14:15:32 +02:00
Connor Peet
21e6c2aac0
debug: enable crash reporter when running debugging ( #151430 )
2022-06-08 11:11:13 +02:00
Ladislau Szomoru
7734233bce
Engineering - macOS sign job optimization ( #151120 )
2022-06-08 10:06:41 +02:00
Ladislau Szomoru
dc1ee4b14c
Engineering - Do not run macOSTest job if VSCODE_STEP_ON_IT is set ( #150794 )
...
Do not run macOSTest job if VSCODE_STEP_ON_IT is set
2022-06-08 10:06:18 +02:00
Benjamin Pasero
2c0a136079
ux - hide quick pickers from command palette ( #151489 )
2022-06-08 09:24:49 +02:00
Benjamin Pasero
10e23028a7
debt - remove `getBaseLabel` ( #151486 )
2022-06-08 08:35:27 +02:00
Matt Bierner
1327d1eb50
Adopt ResourceMap in more places ( #151475 )
...
This changes switches to use the new `ResourceMap` type in more places in the markdown extension where we need to have a map/set with uris as the key
2022-06-08 08:34:06 +02:00
Rob Lourens
45818d7c31
Use label service ( #149001 )
...
* Use labelService #148410
* Fix unit tests for search using label service
2022-06-07 18:07:19 -07:00
Raymond Zhao
907cc3e3d8
Simplify default override indicator impl ( #151461 )
...
Fixes #151164
2022-06-07 18:01:04 -07:00
Matt Bierner
60a68d666d
Add resourceMap helper for markdown extension ( #151471 )
...
This change introduces a `ResoruceMap` map type that is essentially `Map<vscode.Uri, T>`
It also fixes a potential race condition with `MdWorkspaceCache` where two quick calls would both trigger init
2022-06-07 18:00:10 -07:00
Rob Lourens
5bbab47c7c
Debug breakpoint warning improvements ( #151379 )
...
* Show unverified breakpoint warning on breakpoint hover
For #142870
* Add warning icon to breakpoint hover as well
* Filter breakpoint warning indicator for breakpoints in languages that the debugger supports
* Update src/vs/workbench/contrib/debug/browser/breakpointEditorContribution.ts
Co-authored-by: Connor Peet <connor@peet.io>
* Fix tests
* Fix tests
Co-authored-by: Connor Peet <connor@peet.io>
2022-06-07 19:46:04 -04:00
Megan Rogge
8adb9e72c7
wait for profiles to be ready before creating 1st terminal ( #151452 )
...
fix #138999
2022-06-07 15:10:46 -07:00
Rob Lourens
0dfe96e423
Keep webview from stealing focus from save dialog ( #151391 )
...
Keep webview from stealing focus from save dialog.
Not sure why this timeout was needed two years ago, but the behavior is the same now. The behavior is not perfect anyway.
Fixes #151390
2022-06-07 14:17:48 -07:00
Rob Lourens
da6e512e13
Fix Altair save button in the interactive window ( #151389 )
...
Altair save as button doesn't work in the interactive window
Fixes #150323
2022-06-07 14:17:21 -07:00
Matt Bierner
9545af80f6
Fix markdown link detection for links with titles ( #151459 )
...
Fixes #151458
2022-06-07 20:58:29 +00:00
Matt Bierner
677d79a4cd
Add hc light class to webviews ( #151441 )
...
Fixes #148057
Resubmit of #148088 with merge fixed
2022-06-07 13:30:56 -07:00
Alex Ross
413100c720
References view shows icons even though I have icons disabled ( #151420 ) ( #151424 )
...
Fixes #151406
2022-06-07 12:59:28 -07:00
Logan Ramos
cfecdd5461
Adopt error no telemetry for filesystem providers. ( #148832 )
...
Adopt erorr no telemetry
2022-06-07 19:53:21 +00:00
Matt Bierner
070fb39a3c
Document DataTransferItem ( #151442 )
...
This adds missing documentation to the `DataTransferItem` api type
2022-06-07 18:45:48 +00:00
SteVen Batten
89606c8297
fixes #144548 ( #151448 )
2022-06-07 18:30:10 +00:00
Sandeep Somavarapu
0092b000b0
assign builtin flag for overridden remote builtin extensions ( #151446 )
...
* remove --enable-proposed-api flag for builtin extensions
* use same dedup logic for remote extensions as local extensions
2022-06-07 18:09:35 +00:00
Rob Lourens
88b9d6fa46
Debug console items don't use cursor:pointer on windows ( #151443 )
...
Fixes #151021
2022-06-07 17:43:01 +00:00
Matt Bierner
9f3cafba7d
Update grammars ( #151383 )
...
Updates the markdown and JS/TS grammars
2022-06-07 09:37:14 -07:00
Megan Rogge
7c22caad55
Use `I` prefix for task interfaces ( #151350 )
2022-06-07 09:27:44 -07:00
SteVen Batten
c51f8ff55c
fixes #149366 ( #151051 )
2022-06-07 08:53:13 -07:00
Matt Bierner
75a6ddc862
Add DataTransferItem.kind ( #151384 )
...
Fixes #150963
The new `.kind` property makes it easier to tell the type of a data transfer item
2022-06-07 08:06:00 -07:00
Sandeep Somavarapu
9daa6e9125
Fix #151400 ( #151432 )
2022-06-07 17:02:48 +02:00
Martin Aeschlimann
3e8d82d2f7
Remote menu not showing when browsing marketplace ( #151199 )
...
Remote menu not showing when browsing marketplace #151198
2022-06-07 15:40:32 +02:00
Mitch Schutt
e3a8e502ad
Focus editor for tab after dragged over for 1500 millis ( #149604 )
...
* Focus editor for tab after dragged over for 1500 millis
* 💄
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-06-07 15:06:53 +02:00
Alex Ross
c59119306d
Clear tasks schema when there are new definitions ( #151079 )
...
Fixes #142642
2022-06-07 15:01:16 +02:00
Alex Ross
6a58b4017c
Can't drag an item and drop it to an empty treeview ( #151213 )
...
Fixes #149890
2022-06-07 14:35:57 +02:00
Alex Ross
a0a9b7868d
Dragging multi-line `text/uri-list` from tree to editor results in error ( #151224 )
...
Fixes #148411
2022-06-07 14:35:24 +02:00
Benjamin Pasero
2a63d7baf2
watcher - fix #151009 , fix #148245 ( #151407 )
2022-06-07 02:34:58 -07:00
Benjamin Pasero
105eef7a30
debt - ensure models are resolved ( #151405 )
2022-06-07 02:33:37 -07:00
Benjamin Pasero
d899cc99e0
electron - always call `window.show` ( #151404 )
2022-06-07 01:04:08 -07:00
Benjamin Pasero
f3a57f6955
debt - remove state migration ( #151402 )
2022-06-07 07:55:39 +00:00
Benjamin Pasero
bf757ca01e
Windows: piping from another process fails to update editor contents ( fix #148952 ) ( #151401 )
2022-06-07 07:47:31 +00:00
Connor Peet
361692ea2a
debug: allow linking to ranges in debug console uris ( #151335 )
2022-06-07 09:28:34 +02:00
Benjamin Pasero
714456b9b9
Watcher: allow to fully turn off a watcher for a workspace via `files.watcherExclude` ( #150951 )
2022-06-07 09:19:45 +02:00
Logan Ramos
711c34bdb6
Attempt post instead of get for endpoint ( #151374 )
2022-06-06 21:09:24 -04:00
Rich Chiodo
41317f9ca5
Merge pull request #151377 from rchiodo/rchiodo/fix_notebook_metadata
...
Fix new notebook metadata API to update metadata
2022-06-06 17:17:03 -07:00
Rich Chiodo
b658848c9b
Fix test to work
2022-06-06 17:04:26 -07:00
Tyler James Leonhardt
5e8550a487
move localeService to contrib ( #151358 )
2022-06-06 16:50:44 -07:00
Rich Chiodo
416ad2cbc6
Can't get tests to run with local bits, try submitting
2022-06-06 16:48:56 -07:00
Rob Lourens
05d23f1034
Poor scrolling behavior after notebook model reset ( #150306 )
...
* Poor scrolling behavior after notebook model reset
Towards #148164
* Update scroll dimensions before scrolltop, otherwise the scrollTop will be clamped when a cell above the viewport got larger
* Add explanation to update order
* Revert "Update scroll dimensions before scrolltop, otherwise the scrollTop will be clamped when a cell above the viewport got larger"
This reverts commit 35c61b2786
.
* Remove leftover comment
2022-06-06 23:36:20 +00:00
Rich Chiodo
8f345dea8e
Add unit test
2022-06-06 16:14:14 -07:00
Rich Chiodo
2b71d11040
Fix for 151376
2022-06-06 16:06:21 -07:00