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
Henning Dieterichs
525509f7c6
Fixes tests.
2022-11-14 15:28:27 +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
Johannes
5b41a13442
don't make protected inherited properties/method public. this hurts minification.
...
there is still plenty of cases left: either in tests that make "internals" accessible or in the composite land
2022-11-14 13:53:07 +01:00
Johannes
201e6a3e11
make mangler a class with mangle call, return vinyl instances
2022-11-14 13:51:21 +01:00
Johannes
fb8187c953
source maps for build/lib
2022-11-14 11:57:01 +01:00
Johannes
66198056ea
source maps for build/lib
2022-11-14 11:56:32 +01:00
Johannes
58e979f39e
Merge branch 'main' into joh/rewrite-privates
2022-11-14 11:56:16 +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
Johannes
f493f6899a
mark private properties that are used in tests as public
...
We have tests that use any-casts to make private properties accessible (in an untyped way). This fails when private property names are mangled and therefore they should be marked as public
2022-11-14 09:02:19 +01: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
Alex Dima
c783d52014
Add implicit activation events when scanning extensions
2022-11-11 20:30:51 +01: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
Alexandru Dima
9503cc6fcf
Merge branch 'main' into dev/joyceerhl/gothic-wallaby
2022-11-11 18:28:14 +01: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
Daniel Imms
98a618afd4
Register testAreaInput event listeners
2022-11-11 08:57:15 -08:00
Daniel Imms
ecb104a350
Simplify measurements buffer/average
2022-11-11 08:56:27 -08:00
Johannes
15cb324f3f
do it all with the language service
2022-11-11 17:16:29 +01: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
Johannes
983fe34cb9
workaround debug service test hack
2022-11-11 13:48:40 +01:00
Johannes
17737278ae
rename to typescript manger, (mostly) use language service rename feature
2022-11-11 13:48:21 +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