Commit graph

13157 commits

Author SHA1 Message Date
Matt Bierner bf8e26d144
Fix extension private prop mangling when compiling all extensions (#167626)
Fix extension private prop mangling when compiling all projects

#167269

Re-applies previous commit with a fix for html's custom webpack logic
2022-11-29 14:20:23 -08:00
Joyce Er 4357b1c4d3
Surface 1-step vscode.dev Continue On option (#167636) 2022-11-29 22:16:39 +00:00
Raymond Zhao 096f4de76e
Use includes instead of indexOf (#167608)
Tests microsoft/vscode-pull-request-github#4257
2022-11-29 11:24:18 -08:00
Matt Bierner 8b9891739b
Revert "Fix extension private prop mangling when compiling all projec… (#167490)
Revert "Fix extension private prop mangling when compiling all projects (#167464)"

This reverts commit 725330a7cd.
2022-11-29 07:42:07 +01:00
Matt Bierner 3e7637064d
Use more generic button title for jsconfig create/open (#167482)
For #166808
2022-11-29 00:39:56 +00:00
Matt Bierner 725330a7cd
Fix extension private prop mangling when compiling all projects (#167464)
#167269
2022-11-28 16:32:18 -08:00
Matt Bierner cf01f3bb99
Update TS grammars (#167479)
Pulls in support for TS accessor syntax
2022-11-28 16:30:49 -08:00
Matt Bierner 3b29d21a83
Dynamically register markdown completions and document highlights (#167451)
Fixes #165920
2022-11-28 20:56:55 +00:00
Josh Abernathy c53f2bdb3d
Add properties for parallel lifecycle scripts to devcontainer schema (#166973) 2022-11-28 19:03:20 +01:00
Henning Dieterichs 0a6d1983c0
Merge pull request #167385 from microsoft/hediet/conflict-marker-telemetry
Add telemetry for conflict markers
2022-11-28 17:00:18 +01:00
Christof Marti 9dba5385c7
Add GPU host requirement properties (devcontainers/spec#82) 2022-11-28 15:25:24 +00:00
Henning Dieterichs 1f0fba4a1a
Apply suggestions from code review
Adds suggestions from PR.
2022-11-28 15:16:22 +01:00
Martin Aeschlimann 4ade07fd67
[json/css/html] update service & dependencies (#167402) 2022-11-28 14:15:33 +00:00
Henning Dieterichs 382498ef4e
Fixes GDPR comment 2022-11-28 12:04:59 +01:00
Henning Dieterichs 5ff048a9e4
Add telemetry for conflict markers 2022-11-28 12:00:08 +01:00
Ladislau Szomoru 075f04bf39
Git - Fix GitConfigParser regression (#167309)
Fix #166264
2022-11-28 17:01:40 +11:00
Benjamin Pasero ac084d723b
notebook tests - run verbose (#165149) (#167212)
* notebook tests - run verbose (#165149)

* bumpb

* 💄
2022-11-26 11:37:52 -08:00
Ladislau Szomoru d4a299631a
Git - Handle tag conflict during pull operation (#167278)
Handle tag conflict during pull operation
2022-11-25 17:05:22 +00:00
Johannes Rieken e7edf6e9b8
Give an option to show changes (SCM view) when encountering a merge conflict (#167265)
fixes https://github.com/microsoft/vscode/issues/162037
2022-11-25 17:54:01 +01:00
Ladislau Szomoru 3a52e79cea
Git - handle unsafe repositories (#167248) 2022-11-25 14:40:23 +01:00
Sandeep Somavarapu d65e6e6b2f
Fix #167046 (#167230) 2022-11-25 11:19:45 +01:00
Ladislau Szomoru 353e1cfcc3
NPM - Update minimatch (#167099)
Update minimatch
2022-11-23 21:27:51 +00:00
Joyce Er d799b6c18f
Fix diagnostics for implicit activation events not appearing (#167081)
* Fix diagnostics for implicit activation events not appearing

* Fix line endings
2022-11-23 10:33:32 -08:00
Peng Lyu 4ed4cf6042
Remove unused proposed api enablement. (#167077) 2022-11-23 09:53:18 -08:00
Ladislau Szomoru a13757c4ae
Git - Additional tracing for opening git submodules (#167036)
Additional tracing for opening git submodules
2022-11-23 10:35:46 +01:00
Joyce Er 009d74e8f5
Lint redundant implicit activation events (#166485)
* Emit error for `onNotebookSerializer` usage
2022-11-22 08:28:24 -08:00
Alex Ross 6c866f92d7
Reduce C# tokenization line length (#166968)
Fixes #163434
2022-11-22 07:00:14 -08:00
Ladislau Szomoru f57d336cfc
Git - Move log change event handler to main (#166965)
Move log change event handler to main
2022-11-22 06:51:33 -08:00
Sandeep Somavarapu e43bf31ab1
Share profiles (#166898)
* Share profiles #159891
- Share profile in GitHub
- Profile resource quick pick
- Import profile from vscode link

* remove duplicate code
2022-11-21 21:03:02 +01:00
Joyce Er 3bdea7784d
authentication implicit activation events (#166715)
* `authentication` implicit activation events

* More safety accessing `.id`
2022-11-19 08:30:48 -08:00
Matt Bierner 107d3ab28c
Fix markdown scrolling between elements being too jumpy (#166746)
Fixes #165055

We need to consider the distance between the end of the previous element and start of the next element. Previously we were taking distance from start of the previous to start of the next
2022-11-18 13:02:56 -08:00
aamunger 6ef30eeaba
fix line breaks in output 2022-11-18 10:18:33 -08:00
Aaron Munger 78831f0aa4
Merge branch 'main' into scrollableBorder 2022-11-18 09:43:03 -08:00
Matt Bierner f98ca02f59
Use moduleignore to try excluding unused ts files (#166654)
Use moduleignore to exclude unused ts files

Fixes #166652
2022-11-17 15:53:52 -08:00
aamunger 708ec07316
thin border, no word wrap 2022-11-17 15:50:25 -08:00
aamunger b3f3de9cfe
border around scrollable area 2022-11-17 15:08:51 -08:00
aamunger 457e4d29da
update css selectors 2022-11-17 15:08:50 -08:00
aamunger 7b5a16bdd1
adjustable output height 2022-11-17 15:08:49 -08:00
aamunger d3351f8606
add box shadow for scrolling 2022-11-17 15:08:48 -08:00
aamunger 9f56904138
styling 2022-11-17 15:08:46 -08:00
aamunger a7997f050b
typed options 2022-11-17 15:08:44 -08:00
aamunger d7c8a6c272
css change to scroll output 2022-11-17 15:08:29 -08:00
aamunger 888fd835ca
don't clean attachments for a cell that is removed 2022-11-17 10:16:13 -08:00
Ladislau Szomoru dff6f568a1
GitHub - fix dialog when user does not have permissions to commit (#166595) 2022-11-17 07:36:54 -08:00
Babak K. Shandiz 9f56e365d7
🎁 Add killOnServerStop to debug configuration (#163779)
* 🎁 Add `killOnServerStop` to schema

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 📜 Add description for `killOnServerStop`

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Stop created debug session on server stop

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Push kill listeners into another disposable container

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🐛 Prevent leak when new debug session fails to start

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Use more verbose name for debug session tracker ID

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-11-17 06:20:08 -08:00
Alex Ross 328ed10651
Git drop stash commands should use modal dialog (#166573)
Since the warning is initiated through user action, and the user is required to interact with the warning to finish their intended action we should use a modal dialog here.
2022-11-17 12:49:56 +01:00
Aaron Munger 5588a85039
Merge pull request #166512 from amunger/integrationTest
Don't rely on notebook focus when adding cells
2022-11-16 14:58:30 -08:00
Matt Bierner 838b48504c
Pick up TS 4.9 final (#166509) 2022-11-16 14:16:36 -08:00
aamunger 2deaa43aa6
specify notebook document 2022-11-16 14:01:31 -08:00
Greg Van Liew 816f31f691
More settings description tuning (#166429) 2022-11-16 09:33:33 -08:00