Commit graph

94633 commits

Author SHA1 Message Date
Logan Ramos 9b7268acf9
Update telemetry module 2022-03-18 11:34:33 -04:00
Johannes Rieken 20f5bcc8c0
Merge pull request #145386 from microsoft/joh/inlineQuickSuggest 2022-03-18 15:56:49 +01:00
Logan Ramos 09ce13ef29
Bring back type import 2022-03-18 10:56:21 -04:00
Logan Ramos 482e828bb3
Update object freeze pattern 2022-03-18 10:55:46 -04:00
Sandeep Somavarapu af50b58abe
fix error while scanning builtin web extensions in desktop 2022-03-18 20:23:20 +05:30
Robo 5f09c54449
chore: replace plist with plutil (#145392) 2022-03-18 07:48:48 -07:00
Logan Ramos 575058d17d
Add better comment 2022-03-18 10:40:19 -04:00
Johannes 464a36d785
tabs - add onDidChangeTab which fires when only a tab changes, don't fire TabGroup even for that anymore, go 180 and remove ExtHostEditorTabs again 2022-03-18 15:29:28 +01:00
Johannes a6b52afda9
add missing check for model 2022-03-18 15:03:11 +01:00
Logan Ramos 1f244e76c7
Unnecessary null safety 2022-03-18 09:53:25 -04:00
Logan Ramos 3aa9892461
Fix casting 2022-03-18 09:52:41 -04:00
Johannes 86ed5ee8e4
simpler check for diff editors 2022-03-18 14:49:09 +01:00
Logan Ramos f93942c964
Up distro 2022-03-18 09:48:24 -04:00
Johannes 41b6ce20be
add API todo 2022-03-18 14:35:46 +01:00
Johannes c385364f5d
tabs - move move into TabGroups 2022-03-18 14:35:46 +01:00
Logan Ramos 897c851383
Allow more granular configuration of telemetry through product.json (#143406)
* Allow configuration of telemetry through product.json

* Fix compilation

* Address PR comments

Co-authored-by: SteVen Batten <6561887+sbatten@users.noreply.github.com>
2022-03-18 09:33:51 -04:00
Johannes 1d43122609
Merge branch 'main' into joh/inlineQuickSuggest 2022-03-18 14:04:57 +01:00
Alex Ross a4942141b9
Add previous comment action and keybindings
Fixes #110408
2022-03-18 13:55:27 +01:00
Joao Moreno 29ef778b1c
fixes #145397 2022-03-18 13:54:12 +01:00
Benjamin Pasero b87e743eb3
history - fix tests 2022-03-18 13:34:23 +01:00
Alex Ross 1ce4b15972
Add aria label for comments and focus into thread
Part of #110408
2022-03-18 13:25:24 +01:00
Henning Dieterichs 77fc16e55b
Fixes #139854 2022-03-18 13:07:03 +01:00
Sandeep Somavarapu 953476d40c
Merge pull request #145244 from microsoft/sandy081/update-builtin-extensions
Enable updating builtin extensions
2022-03-18 17:18:24 +05:30
Sandeep Somavarapu 7b7ad6b6cd
#68410 support updating builtin extensions in web 2022-03-18 17:18:01 +05:30
Johannes 81adcb1b2a
keep previous CompletionModel around and reuse whenever possible 2022-03-18 12:47:24 +01:00
Benjamin Pasero ff45bb2088
history - speed up resolving all history entries 2022-03-18 12:44:45 +01:00
Henning Dieterichs a3ba1d3ea0
Fixes #144075. 2022-03-18 12:42:58 +01:00
Benjamin Pasero 6ffaf95243
history - register reveal command only for file scheme 2022-03-18 12:36:03 +01:00
Benjamin Pasero b33ce33023
history - add CancellationToken to store 2022-03-18 12:36:03 +01:00
Henning Dieterichs db25f1e286
Fixing #145072 by reporting tokenization as incomplete when tokenization state store is not defined. 2022-03-18 12:23:13 +01:00
Johannes ce0b18af82
keep support for true/false values of quickSuggest setting 2022-03-18 11:50:29 +01:00
Benjamin Pasero 44e8d34886
history - better handle cancellation on shutdown 2022-03-18 11:37:48 +01:00
Benjamin Pasero 1c25c6cf41
history - fix hanging shutdown 2022-03-18 11:36:51 +01:00
Johannes b0af153944
add on, inline, off options to quickSuggest setting, remove/migrate boolean short hand for the whole setting but leave, use CompletionModel for inline completions, enforce always some prefix, use ugly tricks to brigde editors into single-provider-world 2022-03-18 11:29:24 +01:00
Benjamin Pasero 0b662296d5
history - use Limiter for storing models on shutdown 2022-03-18 11:28:24 +01:00
Sandeep Somavarapu 8d990b03ae
Fix #145295 2022-03-18 15:25:30 +05:30
Benjamin Pasero 939b896aad
Local history: add a button to open the backup folder of a given file (fix #145330) 2022-03-18 10:41:55 +01:00
Benjamin Pasero eebdcc1417
history - avoid disk access when nothing changed 2022-03-18 10:24:33 +01:00
Benjamin Pasero 54cf88e5a8
fix endless recursion 2022-03-18 09:35:46 +01:00
Benjamin Pasero 714420d4c9
debt - avoid uri.toString(true) for logging 2022-03-18 09:28:39 +01:00
Benjamin Pasero 4e4fa5cc54
history - remove empty locations 2022-03-18 09:20:43 +01:00
Johannes 7c80a968b7
Merge branch 'main' into joh/inlineQuickSuggest 2022-03-18 09:12:06 +01:00
Sandeep Somavarapu 0149fae673
fix update operation event 2022-03-18 13:08:08 +05:30
Benjamin Pasero c4b94f8f09
history - remove label from query in resource 2022-03-18 08:20:43 +01:00
Benjamin Pasero 27b1a33d0c
history - drop custom formatter 2022-03-18 08:17:33 +01:00
Benjamin Pasero 987b4d8243
lifecycle - print warning earlier when shutdown takes long 2022-03-18 07:33:54 +01:00
Raymond Zhao d572d6e9d1
Generate rpm dependencies (#143415)
* Commit non-py files

* Finish porting calculate and merge scripts for rpm

* Switch back to ts, add binaryDir

* Pass in app path

* Trim string before splitting

* Move files, apply PR feedback

* Add deps to exclude and crashpad handler dep

* polish
2022-03-18 13:57:25 +09:00
Jackson Kearl 3ffbbe7413
Document support for basename and extname in nesting config.
Ref #141437
2022-03-17 20:30:13 -07:00
Jackson Kearl 3915646f31
Fix #141437 2022-03-17 20:23:01 -07:00
Jackson Kearl 5cf5aaebc6
Fix #143632 2022-03-17 20:21:37 -07:00