Commit graph

98792 commits

Author SHA1 Message Date
Alexandru Dima 2936058b31
Fixes #154755 (#155706) 2022-07-20 11:36:33 +02:00
Benjamin Pasero a237707f58
editors - limit length of error message (#155337) (#155705) 2022-07-20 11:35:59 +02:00
Ladislau Szomoru 28c40a970f
LabelService - custom formatter function (#155641) 2022-07-20 10:42:00 +02:00
Ladislau Szomoru 0a8e619cfe
SCM - Add an authority to the URI of the SCM input's text document (#155624) 2022-07-20 10:41:39 +02:00
Matt Bierner a3cc2f87ac
Pick up latest version of TS for building VS Code (#155668) 2022-07-20 07:06:45 +02:00
Matt Bierner 63fc73bb4f
Throw if webviewExternalEndpoint is not set (#155667)
Fixes #155498
2022-07-20 07:06:23 +02:00
Daniel Imms 3da2d669a4
Show loading for task building status bar icon (#155616)
* Show loading for task building status bar icon

Fixes #153935

* address my own fedback

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-07-20 04:44:01 +00:00
Logan Ramos 08d1824aed
Use object factory for editor resolvers (#155652)
Switch to using object for editor resolver
2022-07-20 06:37:39 +02:00
Rob Lourens 3d5662f389
Fix find with multiline regexes (#155672)
Fixes #154826
2022-07-19 20:10:55 -07:00
Matt Bierner 32f5e49082
Move MD diagnostics to language server (#155653)
* Move MD diagnostics to language server

This switches us to using the LSP pull diagnostic model with a new version of the language service

* Bump package version

* Delete unused file
2022-07-19 16:34:09 -07:00
Matt Bierner db4ba2062d
Show progress indicator for long running file drop operations (#155664)
This also allows these operations to be easily cancelled.
2022-07-19 16:22:52 -07:00
Rob Lourens f6a193c919
Don't clear execution order immediately when execution starts (#155357)
Don't clear execution order immediately when execution starts.
Same for the timer.
Also fix spinner delay logic to correctly implement showing for a minimum time.
Fixes #150924
2022-07-19 22:20:26 +00:00
João Moreno ca8c68b380
Fixes #155571 (#155608)
* Fixes #155571

* fix test
2022-07-19 13:46:59 -07:00
SteVen Batten 646345fba6
improve empty workspace detection in web (#155643)
* improve empty workspace detection in web
fixes #155214

* fix order of eval, unit test failures
2022-07-19 21:22:14 +02:00
Daniel Imms 9440d5c6b5
Merge pull request #155642 from microsoft/tyriar/153550
Show shell integration tooltip regardless of setting
2022-07-19 12:05:02 -07:00
SteVen Batten 73c0889cb7
delay center layout until editor restore (#155647)
fixes #155564
2022-07-19 15:04:19 -04:00
Raymond Zhao 8feb40b928
Generate dependencies per package build for Debian (#147335)
Fixes #13089
2022-07-19 10:43:05 -07:00
Daniel Imms 76b0152297
Show shell integration tooltip regardless of setting
This assumption changed recently, we want to show this regardless of the setting.
It should instead of driven by whether the terminal actually has activated it.

Fixes #153550
2022-07-19 10:02:37 -07:00
Daniel Imms 650e4b5e68
Merge pull request #155627 from microsoft/tyriar/153570
Fix shell integration left padding on splits and editors
2022-07-19 09:28:34 -07:00
Logan Ramos 159a109726
Fix #155570 (#155620) 2022-07-19 09:26:12 -07:00
Daniel Imms f07a662586
Merge pull request #155626 from microsoft/tyriar/153591
Improve command navigation visual feedback
2022-07-19 09:23:45 -07:00
Alexandru Dima ebbde05965
Batch all code block updates together and emit event ASAP (#155629)
Fixes #154577: Batch all code block updates together and emit event ASAP (ref #152010)
2022-07-19 17:56:51 +02:00
Johannes Rieken 828993be96
Merge pull request #141726 from microsoft/joh/cellUri
change the format of CellUri#generate and #parse
2022-07-19 16:57:40 +02:00
Daniel Imms becd1f58bc
Fix shell integration left padding on splits and editors
Fixes #153570
2022-07-19 07:54:18 -07:00
Daniel Imms baf33bd455
Improve command navigation visual feedback
Fixes #153591
2022-07-19 07:43:19 -07:00
Johannes Rieken 2d38d3f2dc
fix https://github.com/microsoft/vscode/issues/155572 (#155617) 2022-07-19 10:12:55 -04:00
Benjamin Pasero f8aeb2013e
merge editor - use basename when invoked from CLI (#155614) 2022-07-19 13:57:35 +00:00
Johannes Rieken a260dc7b3e
joh/familiar sparrow (#155613)
* rename to `isFileTemplate`

* add code snippet provider for file templates, fix setting model mode

https://github.com/microsoft/vscode/issues/145929
2022-07-19 13:54:14 +00:00
Johannes Rieken 44e25ba96e
Merge branch 'main' into joh/cellUri 2022-07-19 15:47:57 +02:00
Ladislau Szomoru 34f1bc679d
Engineering - update Code OSS pipeline (#155610) 2022-07-19 13:40:33 +00:00
Daniel Imms 13d630d1f8
Merge pull request #155604 from microsoft/tyriar/93241_cli
Remove --shell-integration from --help
2022-07-19 05:59:47 -07:00
Martin Aeschlimann bbe22bcd15
add telemetry comments for activatePlugin in workbenchThemeService (#155592)
add telemetry comments (for #2762)
2022-07-19 08:52:37 -04:00
Alexandru Dima 0945ef6e35
Add comments to properties of telemetry events (#155584) 2022-07-19 08:49:19 -04:00
Daniel Imms 52414c4084
Remove --shell-integration from --help
See #93241
Part of #153921
2022-07-19 05:48:38 -07:00
João Moreno 92fd228156
remove unused PR template line (#155601) 2022-07-19 14:33:41 +02:00
Benjamin Pasero b840cff00d
editors - fix --wait support (fix #155595) (#155599) 2022-07-19 14:33:03 +02:00
João Moreno dc75592590
fix type issues in h() (#155600)
- improve regex with named capture groups
- drop $ in favor of inline id
- add tests

Co-authored-by: Henning Dieterichs <notify.henning.dieterichs@live.de>

Co-authored-by: Henning Dieterichs <notify.henning.dieterichs@live.de>
2022-07-19 12:25:52 +00:00
Benjamin Pasero 4b95a2d3ed
merge editor - fix regression with editor resolving (#155596) 2022-07-19 14:23:05 +02:00
Henning Dieterichs 54375a03b8
Fixes #152175 by limiting bracket query recursion depth to 200. (#155594) 2022-07-19 14:21:50 +02:00
Benjamin Pasero 5ae2a59a6d
smoke test - only warn when treekill fails (#155577) 2022-07-19 14:19:02 +02:00
Benjamin Pasero aba7e6c58b
speed up more unit tests (#149712) (#155576)
* undo change to split up tests

* faster node.js disk i/o tests

* skip slow one
2022-07-19 14:17:20 +02:00
Daniel Imms 54694499a0
Merge pull request #155524 from microsoft/tyriar/155336
Check if execution values are true, delay registered ctx key
2022-07-19 05:04:22 -07:00
Daniel Imms a5412dc9d8
Merge pull request #155534 from microsoft/tyriar/155402
Respect wrapped lines when copying command output
2022-07-19 05:03:34 -07:00
Ladislau Szomoru 6a4e5cc26b
Button - fix style of the disabled dropdown button (#155581)
Another attempt to fix style of the disabled dropdown button
2022-07-19 11:52:21 +02:00
Benjamin Pasero a8444a0471
telemetry - document keys (#155563) 2022-07-19 11:28:51 +02:00
Benjamin Pasero e670090017
macOS - tweak traffic light position handling (#155558)
//cc @jrieken
2022-07-19 11:27:55 +02:00
Benjamin Pasero 36f146381b
editors - add capability to control centered layout (fix #154738) (#155565) 2022-07-19 09:42:11 +02:00
SteVen Batten a74adedba8
refs #153267 (#155546) 2022-07-18 16:56:16 -07:00
SteVen Batten ce2b88bc98
fix system context menu handler is not registered (#155533)
* fix system context menu handler is not registered

* fix hygiene
2022-07-18 13:45:44 -07:00
Daniel Imms c6d5dcf8f5
Respect wrapped lines when copying command output
Fixes #155402
2022-07-18 11:49:30 -07:00