Commit graph

104972 commits

Author SHA1 Message Date
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
Connor Peet 9bf083f846
fix sigpipe detection, use archive path given by client 2023-01-20 11:56:02 -08:00
Connor Peet c600c10579
Merge remote-tracking branch 'origin/main' into connor4312/cli-wsl-control-2 2023-01-20 11:32:17 -08:00
Connor Peet 4a7adb6667
cli: use x64 server for windows arm64 (#171861)
cli: use x64 server for arm64

We don't publish an arm64 server yet. Same thing as ssh does.
2023-01-20 20:13:22 +01:00
Peng Lyu 0e40178b96
Fix execution hand over for multi step quick picks (#171853) 2023-01-20 14:11:17 -05:00
Rob Lourens 15e8106c3f
Normalize some localized string quote types (#171852) 2023-01-20 14:07:31 -05:00
aamunger 8428b644ec
remove unused reference 2023-01-20 10:54:50 -08:00
aamunger 30c2120564
feedback 2023-01-20 10:54:49 -08:00
aamunger 6c1c35131f
feedback 2023-01-20 10:54:47 -08:00
aamunger 6f445eb7d2
use dummy file system provider for IW notebook model 2023-01-20 10:54:47 -08:00
aamunger 0a2a8d86ac
IW notebook serializer 2023-01-20 10:54:46 -08:00
Megan Rogge 7fe57a2f7a
update xterm.js, get accessibility buffer to work on windows (#171850) 2023-01-20 19:04:41 +01:00
Henning Dieterichs afa19380da
Implements experimental inline suggestion hints. (#171846)
* Implements experimental inline suggestion hints.

* Fixes lint issue.

* Removes content widget on dispose
2023-01-20 18:46:58 +01:00