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
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
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
Rob Lourens
1f6c0b8780
Show breakpoint decorations in notebook ( #171847 )
...
For #169190
2023-01-20 18:45:59 +01:00
Megan Rogge
5570bd57e6
fix terminal help menu keybinding for windows/linux ( #171839 )
...
fix keybinding for windows/linux
2023-01-20 11:41:38 -06:00
Sandeep Somavarapu
72709acf41
improvements to profile preview feature ( #171844 )
2023-01-20 09:28:32 -08:00
Johannes Rieken
5dbb41f91d
validate telemetry sender when creating a logger ( #171842 )
...
fixes https://github.com/microsoft/vscode/issues/170073
2023-01-20 17:58:07 +01:00
Henning Dieterichs
3d2e10fa6e
Improve inline suggestion hover area. ( #171841 )
2023-01-20 17:40:49 +01:00
Ladislau Szomoru
cab92a3b9b
Git-Base - Add syntax highlighting to the rebase-merge/done file ( #171840 )
2023-01-20 17:32:40 +01:00
Johannes Rieken
886edccb7a
💄 define zindex only once ( #171838 )
2023-01-20 17:19:05 +01:00
Sandeep Somavarapu
6cfd40e4ed
Merge pull request #171836 from microsoft/sandy081/sweet-duck
...
skip uninstalling built in extensions
2023-01-20 17:13:53 +01:00
Sandeep Somavarapu
136e8fbb4e
skip uninstalling built in extensions
2023-01-20 16:46:44 +01:00
Johannes Rieken
f3eee20a50
fix https://github.com/microsoft/vscode/issues/157247 ( #171816 )
2023-01-20 15:54:08 +01:00