Commit graph

98802 commits

Author SHA1 Message Date
Martin Aeschlimann 28be5d9906
Configurations ${WorkSpace} autocomplete broken after update (#155713)
Configurations ${WorkSpace} autocomplete broken after update. Fixes #155638
2022-07-20 08:01:52 -04:00
Johannes Rieken ce5d92e998
use commit-icon for description, tweak codicon font-size (#155714)
https://github.com/microsoft/vscode/issues/150863
2022-07-20 13:49:24 +02:00
Johannes Rieken 7a1f7101db
Merge pull request #155701 from microsoft/joh/realistic-duck
joh/realistic duck
2022-07-20 13:48:53 +02:00
Alexandru Dima 9794671356
Parse markers regular expressions like other regular expressions from the language configuration file (#155688)
Fixes #154766: Parse markers regular expressions like other regular expressions from the language configuration file
2022-07-20 13:12:05 +02:00
Johannes Rieken 7cdaa57928
also default to opening merge editor when conflict is about adding (#155711)
fixes https://github.com/microsoft/vscode/issues/153737#issuecomment-1189357241
2022-07-20 12:36:08 +02:00
Alexandru Dima c79556aed3
Also use the first line which has a begin state when tokenizing the viewport (#155698) 2022-07-20 12:04:01 +02:00
dependabot[bot] abf921bd9c
Bump terser from 4.8.0 to 4.8.1 (#155680)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 11:38:23 +02:00
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
Johannes ab70fb7bf3
ignore data uri paths from breadcrumbs file path info 2022-07-20 09:46:22 +02:00
Johannes 62075fdca1
don't use generator function 2022-07-20 09:33:05 +02:00
Johannes 03e58be297
use ResourceLabels in breadcrumbs control 2022-07-20 09:03:08 +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