Peng Lyu
8b4eaf7e00
Merge pull request #142584 from microsoft/rebornix/stream-output-renderer
...
Move streaming output rendering to renderer extension
2022-02-10 15:52:00 -08:00
coyote
6b8aace440
update to latest seti-ui version ( #141931 )
...
* update to latest seti-ui version
* Run `npm run update`
Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com >
2022-02-10 15:22:44 -08:00
Logan Ramos
ec9df1d972
Update tabs model to utilize the new API shape ( #142668 )
...
* Change shape of the tabs API
* Disable tab tests for now
* Add an onDidChangeTabGroup event
* Optimize for group activate
* Update events to no longer be an array
* Further tab optimization
2022-02-10 15:09:11 -05:00
Martin Aeschlimann
b239683e79
update css language service
2022-02-10 16:55:31 +01:00
Martin Aeschlimann
bfb00a51f5
.razor file should have default Language Mode of razor. Fixes #141756
2022-02-10 14:42:03 +01:00
Martin Aeschlimann
5d37c8c6d9
meta.return-type is not supposed to be styled by a theme, yet Dark+ and Light+ still do. Fixes #142672
2022-02-10 14:07:36 +01:00
Martin Aeschlimann
f769ece9f5
Merge pull request #142670 from michaelkuhn/solarized-fixes
...
Fix some Solarized colors
2022-02-10 10:48:15 +01:00
rebornix
24319ce0e6
Merge remote-tracking branch 'origin/main' into rebornix/stream-output-renderer
2022-02-09 16:55:05 -08:00
Matt Bierner
3ecc99a3f5
Format switch using braces
2022-02-09 14:49:13 -08:00
Matt Bierner
ca6c806af5
Adopt busy for TS intellisense status
...
For #141269
2022-02-09 14:49:13 -08:00
Michael Kuhn
63917b3d9a
Fix some Solarized colors
...
This PR contains a few fixes for both Solarized themes:
1. According to #105418 , the empty scope's foreground color is supposed to
be used for normal text. For some reason, this does not seem to work,
therefore set `editor.foreground` explicitly.
2. Some of the ANSI colors have been set to values differing from the
official theme at https://ethanschoonover.com/solarized/ due to
contrast issues. Nowadays, this can instead be fixed with
`terminal.integrated.minimumContrastRatio` (see #121107 ).
3. Solarized Dark uses `#93A1A1` for normal text in a few places where
`#839496` should be used instead.
4. Solarized Dark uses `#657B83` in a few places, which is not part of
the official theme, use the correct `#586E75` instead.
5. Solarized Light uses `#073642` in one place, which is not part of the
official theme, use the correct `#586E75` instead.
2022-02-09 21:30:37 +01:00
Johannes Rieken
b7955eac38
finalize inlay hints provider API, https://github.com/microsoft/vscode/issues/16221
2022-02-09 15:32:46 +01:00
Daniel Imms
339cbb38e2
Skip environment variable collection tests only on Windows
...
Guessing conpty is causing problems
2022-02-09 05:26:19 -08:00
Alex Ross
5bdfec8311
Dispose of all terminals before running task test
...
Fixes #142565
2022-02-09 14:06:09 +01:00
Alex Ross
6a9c6c2ff9
Fix npm task resolving to include task group
...
Fixes #142615
2022-02-09 13:46:05 +01:00
Ladislau Szomoru
088f5b6a3e
Git - close diff editors on operation ( #142513 )
2022-02-09 11:04:06 +01:00
Matt Bierner
4f67ddf37a
Pull in latest TS nightly for insiders
2022-02-08 17:13:24 -08:00
Matt Bierner
36ee187589
Surface TS code action desc in completions
...
Fixes #141591
2022-02-08 17:11:48 -08:00
Tyler Leonhardt
6a01cda605
use 127.0.0.1 instead of localhost
2022-02-08 15:39:34 -08:00
rebornix
a785b7bae8
styling update and link handling for show more outputs
2022-02-08 14:52:11 -08:00
rebornix
86a9cf439d
pass line limit setting to output renderer
2022-02-08 13:12:32 -08:00
rebornix
d5d7e03cfc
Move stream renderer to extension, support merging.
2022-02-08 12:54:56 -08:00
Yash Goel
5ea92ff535
fixed settings sync has duplicate logins ( #142340 )
...
* added check and swaped logic
* improved label for usename
* fixed eslint issues
* updated text
2022-02-08 12:14:52 -08:00
Robo
01df559c18
chore: update to electron 16 ( #137241 )
...
* chore: bump electron@15.3.0
* chore: bump node@16.x
* chore: enable render process reuse
* Revert "watcher - use `type` property for crash reporter location"
This reverts commit bfa488dd8f .
* Revert "watcher - enable crash reports on linux (#136264 )"
This reverts commit af261488f8 .
* chore: enable crashpad on linux
* chore: bump electron@15.3.1
* chore: update api changes
* chore: bump @vscode/sqlite3@5.0.3
* spec: skip non-context aware module unittests
* chore: fix perf hook integration with node environment
* fix: adopt fs api changes
* chore: fix integration tests
* chore: bump electron@15.3.2
* chore: bump electron@16.0.0
* temp(macOS): kill test instances in OSS
* Revert "temp(macOS): kill test instances in OSS"
This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.
* chore: update chromium version for clang downloader
* some 💄 changes
* align with changes
* adopt more fs.rm
* 💄
* chore: bump @vscode/sqlite3@5.0.4
* fix layers check to account for duplicated types from node.js
* update todo for type casts
* smoke - fix compile issue
* chore: update module cache
* watcher - fix unhandled rejection (fix #137416 )
* ci: update node version
* enable stack dumping
* update electron types to 16.x
* chore: bump @vscode/sqlite3@5.0.5
Refs https://github.com/microsoft/vscode/issues/137496
* fix layer issue
* add `AbortSignal` to core types
* chore: update linux compile flags
Refs 797723ec83
* ci: fix linux build
* ci: update github ci cache
* ci: fix remote build in github ci
* ci: better fix for remote build
* chore: bump azure cache
* chore: fix merge conflict
* :chore: update to electron@16.0.2
* chore: bump @vscode/sqlite3@5.0.7
* ci: update to gcc-4.9 for remote
Refs https://github.com/microsoft/vscode/issues/137659
* ci: switch to buster for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: fix build on linux arm64
* ci: fix arm client compiler toolchain
Refs #137927
* chore: bump electron@16.0.3
* ci: fix compile flags for the c toolchain
* chore: bump electron@16.0.4
* Add experimental dark mode flag (#139109 )
* Add experimental dark mode flag
* Apply PR feedback
* chore: bump electron@16.0.6
* chore: bump electron@16.0.7
Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300
* chore: experimental highlight API
* smoke - fix compile issue
* FIXME: custom ELECTRON_RUN_AS_NODE with node worker
* Revert "chore: bump electron@16.0.7"
This reverts commit 5fd01cf37c .
* Revert "Revert "chore: bump electron@16.0.7""
This reverts commit a7f1b73951 .
* chore: fix github linux workflow
* chore: address review feedback
* chore: bump electron@16.0.8
* ci: revert to stretch distro for linux arm
Refs https://github.com/microsoft/vscode/issues/137927
* ci: force build
* chore: update yarn.lock
* address feedback
* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"
This reverts commit 7b48fa3732 .
* ci: fix remote folder build
* chore: fix github linux ci
* 🆙 `versionSpec`
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com >
2022-02-08 20:09:00 +01:00
Johannes Rieken
17ed7bf82c
finalize LanguageStatusItem API, https://github.com/microsoft/vscode/issues/129037
2022-02-08 18:50:46 +01:00
Johannes Rieken
765d2ef252
add doc for padding-left/right, add doc for inlay hint kind but also remove InlayHintKind#other, https://github.com/microsoft/vscode/issues/16221
2022-02-08 18:37:43 +01:00
Joyce Er
da29a245ff
Enable merge-conflict extension in virtual workspaces ( fixes #142447 )
2022-02-08 09:28:04 +01:00
rebornix
c70522765b
re #142429 . error output w/ dup ansi handling
2022-02-07 16:07:04 -08:00
rebornix
88e5c12d3d
re #142429 . javascript renderer
2022-02-07 14:06:35 -08:00
rebornix
ac308c3e03
re #142429 . html/svg renderer
2022-02-07 13:58:30 -08:00
rebornix
f2b7964599
re #142429 . Image renderer moved to extension.
2022-02-07 12:49:20 -08:00
Kazuyuki Sato
a83046f9e6
Decode header suggestions in Markdown path IntelliSense, https://github.com/microsoft/vscode/issues/142330 ( #142392 )
2022-02-07 09:19:24 -08:00
Tyler Leonhardt
e485dc292f
improve logic around auth server
2022-02-06 14:56:22 -08:00
Johannes Rieken
627d46551d
support double click gesture on inlay hints, API polish, https://github.com/microsoft/vscode/issues/16221
2022-02-05 14:25:37 +01:00
Ladislau Szomoru
cf040aa0db
Related to #140731
2022-02-04 21:04:59 +01:00
Jackson Kearl
99f3c2c7e7
Fix #140280
2022-02-04 11:56:21 -08:00
Rob Lourens
803c9fc3e0
re-skip notebook integration tests for web
2022-02-04 11:36:34 -08:00
Alex Dima
0bf3071972
Fix hygiene
2022-02-04 15:49:50 +01:00
Ladislau Szomoru
e4cce8c6e8
Add setting for git commands to be logged in the git output
2022-02-04 15:36:25 +01:00
ChaseKnowlden
e3a0fceb00
Update Lua Grammar ( #142107 )
2022-02-04 13:33:10 +01:00
Matt Bierner
df09257f2e
Make sure we pass along windows style paths to pluginProbeLocations
2022-02-03 17:10:43 -08:00
Matt Bierner
f343e8ef51
Allow bare math blocks with nested begin/ends
...
Fixes #141905
2022-02-03 16:03:20 -08:00
Tyler Leonhardt
eb295e4195
enable migration parts
2022-02-03 14:50:48 -08:00
Matt Bierner
1981fd8ece
Fix markdown previews not having an icon
2022-02-03 12:01:10 -08:00
Matt Bierner
2b92835853
Move js/ts language configs to json file
...
Fixes #125748
2022-02-03 11:38:09 -08:00
Raymond Zhao
9b75370b4a
Modify click-here link on type init fail msg
...
Ref #140059
2022-02-03 10:52:52 -08:00
Matt Bierner
571a3c3a55
Don't try tacking on a tsconfig.json if the file already has a json ext
2022-02-03 09:59:10 -08:00
Matt Bierner
92616196f8
💄
2022-02-03 09:59:10 -08:00
Matt Bierner
94a3d96861
Fix missing semicolons
2022-02-03 09:59:10 -08:00
Matt Bierner
820c2b3a12
Update yarn lock
2022-02-03 09:37:29 -08:00