Commit graph

102521 commits

Author SHA1 Message Date
Logan Ramos
73d882bcf7
Update telemetry package (#166292) 2022-11-14 09:30:33 -08:00
Benjamin Pasero
5cc89c7ff6
🆙 @vscode/sqlite3@5.1.2-vscode (#166290) 2022-11-14 08:39:07 -08:00
Benjamin Pasero
23cd002a56
storage - do not eager parse extension storage (fix #163446) (#166281) 2022-11-14 15:58:55 +01:00
Hugh Lilly
a5478bc565
adds to files.exclude desc re: explorer.excludeGitIgnore (#165111)
* adds to `files.exclude` desc re: `explorer.excludeGitIgnore`

Adds a note to the description for `files.exclude` to prompt the user to also check the `explorer.excludeGitIgnore` setting.

* Try to stay consistent in wording

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2022-11-14 09:44:22 -05:00
Henning Dieterichs
4d40ea2343
Merge pull request #165576 from GauravB159/registerThemeParticipant-refactoring
Register theme participant refactoring
2022-11-14 15:40:37 +01:00
Ladislau Szomoru
687514b9f4
Git - Fix optimistic UI update for untracked changes (#166277) 2022-11-14 06:24:14 -08:00
Sandeep Somavarapu
79f348c0d6
Fix #164592 (#166276) 2022-11-14 08:33:05 -05:00
Sandeep Somavarapu
a89e895449
Fixes #166180 (#166269) 2022-11-14 13:58:13 +01:00
Ladislau Szomoru
b3eaceaf90
Git - 💄 Remove code duplication (#166263)
💄 Remove code duplication
2022-11-14 11:53:46 +01:00
Henning Dieterichs
c9fd4761bf
Merge pull request #166141 from d0ggie/bracketMatchingBorder
Restore bracket match CSS syntax (#166109)
2022-11-14 11:36:57 +01:00
Sandeep Somavarapu
3fb8e8feb1
store manifest as is (#166260) 2022-11-14 01:45:16 -08:00
Sandeep Somavarapu
7c39b50fef
also store extension manifests when storing extensions (#166237) 2022-11-13 23:53:36 -08:00
Sandeep Somavarapu
925b4ff685
store remote user data in last sync resource (#166229)
* include ref in stored last sync remote user data

* migrate only if content exists
2022-11-13 23:53:23 -08:00
Jay Bazuzi
b53c173012
Change error message when launching a second admin instance (#166146)
* Change error message when launching a second admin instance

Previously it said "second instance" to refer to the already-running instance, which came _first_.

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-11-14 07:18:36 +01:00
Matt Bierner
a62879bb46
Try computing windows paths correctly on markdown drop (#166077)
Fixes #165352
2022-11-13 15:03:05 -08:00
Rob Lourens
a74a7644f3
Don't fail to send notebook open perf when reopening the same notebook in an editor (#166235)
Fix #135834
2022-11-13 10:16:37 -08:00
Tyler James Leonhardt
964dc545ab
Pickup bundle.l10n.json (#166169)
For npm modules that have bundled `@vscode/l10n`, they can export their strings to a bundle.l10n.json file which will get picked up by this change and included in the overall bundle for the extension.
2022-11-12 14:42:39 -08:00
Connor Peet
aa60836c16
Merge pull request #166139 from microsoft/connor4312/cli-server-message-compression
cli: enable server message compression
2022-11-12 14:40:34 -08:00
Peng Lyu
3b81dd8d48
CSS Highlight fallback. (#166156) 2022-11-11 14:47:08 -08:00
Connor Peet
d5a5128919
Merge pull request #166151 from microsoft/connor4312/cli-fix-nixos
cli: skip glibc check for nixos
2022-11-11 14:31:18 -08:00
Joyce Er
24340e259a
Tweak Continue On placeholder (#166152) 2022-11-11 17:24:00 -05:00
Connor Peet
0cd1422809
cli: skip glibc check for nixos
Fixes https://github.com/microsoft/vscode-remote-release/issues/7129
2022-11-11 13:32:41 -08:00
Connor Peet
0f9c86ec84
fixup! windows compilation 2022-11-11 13:16:20 -08:00
Sandeep Somavarapu
f8995e0b1a
store last sync data in state (#166133)
fall back to server if last sync content does not exist
2022-11-11 11:56:58 -08:00
Connor Peet
ebfa4b0c3c
cli: enable server message compression
This is the CLI side of enabling compression of servermsg's sent
over the socket. It is feature-detected by the CLI sending
protocolVersion=2. If present, the consumer can request compression by
passing `compress:true` when setting up the server.

In this mode, servermsg's are an inflate/deflate stream. Not a ton of
code here, but was lots of fun tweaking to get it right :)

Fixes https://github.com/microsoft/vscode/issues/163688
2022-11-11 11:51:09 -08:00
Pekka Seppänen
7d0b8f11f3 Restore bracket match CSS syntax (#166109) 2022-11-11 21:39:04 +02:00
najmiehsa
b982536f83
Use CSS variables over registerThemingParticipant - rulers viewparts (#165466)
* edits

* edits
2022-11-11 10:56:33 -08:00
Connor Peet
1e10847154
Merge pull request #165963 from microsoft/cli/local-download-fallback
cli: implement local download fallback
2022-11-11 10:49:34 -08:00
Logan Ramos
dc790e935a
Remove expired event (#166119) 2022-11-11 10:07:49 -08:00
Daniel Imms
431bec9f06
Merge pull request #166128 from microsoft/tyriar/164933
Use correct icons for new and kill terminal
2022-11-11 09:24:49 -08:00
Daniel Imms
ee0591b838
Use correct icons for new and kill terminal
Part of #164933
2022-11-11 09:09:13 -08:00
Ladislau Szomoru
b4fbff3218
Git - Don't show progress for commands that support optimistic UI updates (#166124)
Don't show progress for commands that support optimistic UI updates
2022-11-11 08:11:41 -08:00
Logan Ramos
f08b79d317
Change Logging Suffix (#166122)
Change logging suffix
2022-11-11 07:41:24 -08:00
Alex Ross
05988d07c1
Bump distro (#166117) 2022-11-11 05:53:32 -08:00
Martin Aeschlimann
94d63201f2
Folded decoration is rendered garbled (#166114)
Escape the ellipses character used for folding. For #145897
2022-11-11 05:41:11 -08:00
Sandeep Somavarapu
86223f38b3
fix initialzing profiles in web (#166112) 2022-11-11 05:32:17 -08:00
Martin Aeschlimann
e5bf5a7939
button: switch to theming by css variables (#165515)
* button: switch to themeing by css variables

* make options mandatory, don't mixin default styles

* merge fixes
2022-11-11 14:27:08 +01:00
Ladislau Szomoru
9984da1a19
Git - Optimistic UI update for discarding changes (#166099)
Optimistic UI update for discarding changes
2022-11-11 02:25:01 -08:00
Ramón Corominas
c9f32595a6
Update messages.es.isl to add context menu hotkey (#166010)
* Update messages.es.isl

Add a hotkey to allow opening with Code from the context menu also in Spanish

* fix encoding

Co-authored-by: Joao Moreno <joao.moreno@microsoft.com>
2022-11-11 01:34:09 -08:00
Alexandru Dima
a15e4f0d6d
Reduce usage of require (#166051)
* Reduce usage of `require`

* Bootstrap's callback returns only the first required module
2022-11-11 09:47:28 +01:00
Peng Lyu
e793722b9e
Fix typings for nb outline test. Re #164297 (#166084) 2022-11-11 09:46:21 +01:00
João Moreno
59814267dd
Use new Key Vault account (#166049)
use separate keyvault
2022-11-11 09:38:36 +01:00
Sandeep Somavarapu
07530c3190
Merge pull request #166029 from microsoft/alexr00/fixOtherViews
Fix edit sessions and settings sync views
2022-11-11 09:21:42 +01:00
Matt Bierner
ca15dea96b
Pick up latest dompurify and typings for vscode-markdown-languageservice (#166062)
Pick up latest typings from vscode-markdown-languageservice
2022-11-10 21:58:16 -08:00
Rob Lourens
e31078d303
Fix bad method calls in notebook execution test, via #164297 (#166078) 2022-11-10 21:43:43 -08:00
Matt Bierner
9f2be311ff
Fix some test instantiation service errors in notebooks (#166069)
For #164297
2022-11-10 21:21:06 -08:00
Tyler James Leonhardt
ef415578d1
Take advantage of platform features in Microsoft Authentication extension (#166066) 2022-11-10 18:26:48 -08:00
Sandeep Somavarapu
74d29f09b2
fix installing extensions in web (#166063) 2022-11-10 17:39:47 -08:00
Peng Lyu
4d95abc564
Merge pull request #166060 from microsoft/rebornix/clear-dragon
Suggest install kernel extensions only when they are not installed.
2022-11-10 17:22:35 -08:00
Sandeep Somavarapu
0749cc677c
fix profiles enablement in web (#166059)
- only configurable in stable (not remote)
- do not sync if disabled
2022-11-10 16:57:23 -08:00