Commit graph

104784 commits

Author SHA1 Message Date
Logan Ramos 8cea434dec
Remove unused proposals (#172035) 2023-01-23 19:09:07 +01:00
Matt Bierner b7189522d7
Small cleanup to ActionWidgetService (#172028)
- Take readonly array
- `show` does not return a promise
- add `_` prefix
2023-01-23 09:54:52 -08:00
Matt Bierner c4887a04d8
Force override styles in code action widget (#172026)
Fixes #172012
2023-01-23 09:54:36 -08:00
Martin Aeschlimann 0c7743d3cd
[folding] if a FoldingRangeProvider always returns undefined for a file, it should never override the default provider (#172025) 2023-01-23 18:41:33 +01:00
Babak K. Shandiz f777adc490
Add watch without selection (#171449)
* 🎁 Support adding expression to watch list without text selection

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

* 🔨 Remove non-empty selection from "Add to Watch" pre-conditions

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

* 🔨 Refactor duplicate expression extraction methods into a util function

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

* 🔨 Make cancellation token parameter optional

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

* 🔨 Omit unnecessary cancellation token argument

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

* 🔥 Remove unused import

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

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2023-01-23 09:33:57 -08:00
Henning Dieterichs 844b64be07
Redesigns inline suggestion hover menu. (#172021)
Introduces setting `editor.inlineSuggest.showToolbar` (onHover/always) to control behavior of the new inline suggestion toolbar (default onHover).
2023-01-23 09:29:02 -08:00
Jefferson Willliam Chen c8fed03d16
Add tests to confirm MD code comments aren't foldable regions (#171949)
* add missing test

* more thorough tests
2023-01-23 17:12:41 +00:00
Sandeep Somavarapu f861ec8105
fix label (#172019) 2023-01-23 17:41:44 +01:00
大表哥 54c2a7867e
Fixes standaloneTheme.defines Always return false. (#169221)
Fix standalone theme defines method always return false

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-01-23 17:27:59 +01:00
Johannes Rieken 2b5c4dd220
send auto profiling stack traces also as error telemetry (#172014)
https://github.com/microsoft/vscode/issues/170954
2023-01-23 17:16:16 +01:00
Ladislau Szomoru b87234ddca
Git - disable one more commands while a git operation is running (#171989)
* Git - disable 3 more commands while a git operation is running

* Do not disable the open change and open all changes commands
2023-01-23 17:13:55 +01:00
Aaron Munger f84fc696bc
Merge pull request #171283 from amunger/aamunger/IWNotebookSerializer
use notebook serializer for IW model
2023-01-23 08:07:12 -08:00
Aaron Munger 38de561ee0
Merge branch 'main' into aamunger/IWNotebookSerializer 2023-01-23 07:52:30 -08:00
Sandeep Somavarapu 7624c8d3a9
update distro (#172004) 2023-01-23 16:52:15 +01:00
Sandeep Somavarapu f1bcc0f23a
show open link first (#172003) 2023-01-23 07:50:42 -08:00
Johannes Rieken 277ffee01f
fix indentation (#171995) 2023-01-23 16:15:29 +01:00
Martin Aeschlimann c88c85c84b
[json/html] Update @vscode/extension-telemetry (#171990) 2023-01-23 15:41:33 +01:00
Ladislau Szomoru 6ee8313061
Git - update command label so that it is consistent with the other commands (#171987)
💄 Git - update command label so that it is consistent with the other commands
2023-01-23 15:24:08 +01:00
Benjamin Pasero 07b66c7f8c
dialogs - have a helper for better native dialog styles (#171982)
* dialogs - add a common `massageMessageBoxOptions` that adheres to HIGs

* dialogs - set `cancelId` to last button by default

* dialogs - adopt `massageMessageBoxOptions` for `electron-main` dialog usages
2023-01-23 14:29:18 +01:00
Johannes Rieken b9bb22d1ba
allow single letter words in latex (#171981)
fixes https://github.com/microsoft/vscode/issues/170588
2023-01-23 14:25:37 +01:00
Johannes Rieken 3db45fbd42
use normalized path when checking for mangled new contents, (#171964)
* use normalized path when checking for mangled new contents,

https://github.com/microsoft/vscode/issues/170767

* add missing js file
2023-01-23 14:11:36 +01:00
Sandeep Somavarapu f1b09237cd
Revert "Handle language pack uninstallation (#171891)" (#171970)
This reverts commit c321a36929.
2023-01-23 12:19:28 +01:00
Christof Marti 7f18b19cc0 devcontainer.json with Dockerfile (#170969) 2023-01-23 12:05:59 +01:00
Christof Marti 96b43cf417 Increase network timeout (#170969) 2023-01-23 12:05:59 +01:00
Christof Marti c65183c59e Update paths for prebuilt (#170969) 2023-01-23 12:05:59 +01:00
Christof Marti 9075378043 Move to prebuilt (#170969) 2023-01-23 12:05:59 +01:00
Ladislau Szomoru 990ffadcc2
Engineering - Update endgame notebooks (#171961) 2023-01-23 09:46:40 +01:00
Logan Ramos 0ba16b8326
Finalize telemetry proposal (#171858) 2023-01-23 09:44:04 +01:00
Sandeep Somavarapu 2a5c10daf0
use skipWalkthrough context (#171875) 2023-01-23 09:28:51 +01:00
Robo 39c7015c93
chore: bump distro (#171954) 2023-01-23 07:56:24 +01:00
Sandeep Somavarapu f6c9f22a5b
fix #171087 (#171928) 2023-01-22 06:29:05 +01:00
Connor Peet 3ccb3ca7c3
Merge pull request #171927 from microsoft/connor4312/nosleep-linux
cli: implement --no-sleep for linux
2023-01-21 15:29:05 -08:00
Connor Peet 4a9bf44941
Merge pull request #171894 from microsoft/connor4312/nosleep-windows
cli: implement --no-sleep for windows
2023-01-21 15:24:19 -08:00
Connor Peet 2ef991a960 cli: implement --no-sleep on linux 2023-01-21 12:29:28 -08:00
Connor Peet bcc8232721
fix: build on windows (#171892)
🙈
2023-01-21 14:05:37 +09:00
Connor Peet 758bc69404
cli: implement --no-sleep for windows 2023-01-20 18:57:11 -08:00
Tyler James Leonhardt c321a36929
Handle language pack uninstallation (#171891)
The most important part of this change is that we now listen for when extensions are uninstalled and if they uninstalled language currently set then a modal will show up prompting for restart (required to change the language back to English).

This change also makes the LocaleService the thing that writes to the argv.json instead of a few places doing it

and cleans up some of the wording.

Fixes #82791
2023-01-20 18:29:11 -08:00
Raymond Zhao 71a7c90c1e
Fix incorrect locale value in argv.json (#171750)
* Fix incorrect locale value in argv.json

* Use untrimmed locale for ignore list

* Refactor
2023-01-21 01:35:26 +01:00
Connor Peet 4cf496e905
cli: add --no-sleep flag, implementation for macos (#171885)
First part of https://github.com/microsoft/vscode-remote-release/issues/7127
2023-01-20 15:42:09 -08:00
Tyler James Leonhardt 00e8fdec5d
Add More Info button on languages (#171884)
This will open the Extension editor so that they can read more about the language pack and also uninstall it.

Fixes ##167651
2023-01-20 15:16:32 -08:00
Megan Rogge d0384cdf69
remove task setting (#171879)
fix #168625
2023-01-20 14:36:19 -08:00
Megan Rogge 90776b8bb9
on diff close, go to line (#171877) 2023-01-20 14:35:42 -08:00
Connor Peet 2644714df6
Merge pull request #171869 from microsoft/connor4312/cli-wsl-control-2
add wsl control server
2023-01-20 14:24:28 -08:00
SteVen Batten aa1947dc9a
fix formatCellDuration tenths calculation (#171883) 2023-01-20 23:23:55 +01:00
Raymond Zhao 851881099e
Don't use toLocaleString for the Settings editor (#171881)
Fixes #171787
2023-01-20 16:20:46 -06:00
Andrea Mah b6886699ac
add FindMatchDecorationModel (#171857) 2023-01-20 13:05:54 -08:00
aamunger 801c09f14e
read unbuffered 2023-01-20 12:53:59 -08:00
Rob Lourens 0c49f816d2
Fix notebook contrib throwing with no textmodel (#171864)
Fix #171856
2023-01-20 21:33:33 +01:00
Sandeep Somavarapu 639d77d86f
do not show progress after importing is finished (#171868) 2023-01-20 21:11:34 +01:00
Peng Lyu 9cff9cdc2a
Fix npe on notebook open. (#171866) 2023-01-20 21:04:27 +01:00