Commit graph

93150 commits

Author SHA1 Message Date
Jackson Kearl 4ba0ded304
Fix layering 2022-02-09 14:36:20 -08:00
Matt Bierner d197662dfb
Pick up latest TS nightly for building VS Code 2022-02-09 13:57:53 -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
SteVen Batten 7ca80515bd
additional handling of the panel position with panel alignment 2022-02-09 11:34:08 -08:00
Connor Peet 0fa6b06a1d
testing: fix non-error outputs not being clickable
Fixes #142602
2022-02-09 11:04:23 -08:00
Sandeep Somavarapu 9dd6d50d0a
Fix message 2022-02-09 18:35:52 +01:00
Johannes Rieken cfcd80ff96
update references viewlet for https://github.com/microsoft/vscode/issues/141585 2022-02-09 18:15:24 +01:00
Johannes Rieken d641293924
reuse DisposableTracker to count leaked disposables 2022-02-09 18:10:10 +01:00
Sandeep Somavarapu f80eac47bb
#142040 fix storing preRelease flag in web 2022-02-09 18:09:28 +01:00
Sandeep Somavarapu c24f7ecd4a
#142040 show preRelease indicator only for extension running preRelease 2022-02-09 18:09:27 +01:00
Sandeep Somavarapu f34104248a
Fix #142017 2022-02-09 18:09:27 +01:00
Sandeep Somavarapu b9c730f270
#142040 show preRelease indicator only for extension running preRelease 2022-02-09 18:09:27 +01:00
Sandeep Somavarapu 290b54d29c
#142040 fix storing preRelease flag 2022-02-09 18:09:26 +01:00
Raymond Zhao 670039b0f1
Add SplitView to Settings editor (#141195)
* Add SplitView, fix CSS

* Tweak layout:

- Increase max width
- Add sash border style

* Change minimum width values

* Finally fix SplitView width persistence

* Remove gap between top of sash and horizontal border
2022-02-09 08:56:41 -08:00
Johannes Rieken f638140db3
Merge branch 'main' into joh/disposeSnapshot 2022-02-09 17:46:47 +01:00
Benjamin Pasero e4edfbadcf
history - if we have a filter enabled, maybe go current 2022-02-09 17:37:05 +01:00
Johannes Rieken ddf1226995
move "UI error utils" into errorMessage.ts and thereby untangle errors.ts from IAction. fyi @bpasero 2022-02-09 17:03:48 +01:00
Alex Ross a330b89e5d
Finalize comment timestamp API
Fixes #139524
2022-02-09 16:40:31 +01:00
Daniel Imms 479dc2ab2b Remove logging from pwsh shell integration script 2022-02-09 07:32:25 -08:00
deepak1556 c8de43a7ca chore: fix linker flags for linux build
Fixes https://github.com/microsoft/vscode/issues/142574
2022-02-10 00:26:02 +09:00
Daniel Imms 0d1dbf97f1 Use Get-History to determine when a command is run
Fixes #141180
2022-02-09 07:24:51 -08:00
Martin Aeschlimann 65048ca45b
bump distro 2022-02-09 16:24:24 +01:00
Martin Aeschlimann 22e5d7274a
prepare tests for license terms check 2022-02-09 16:18:37 +01:00
Martin Aeschlimann 5a0c28a463
serverGreeting is optional 2022-02-09 16:18:37 +01:00
Ladislau Szomoru 4299ef80de
Add more logging to workspace trust 2022-02-09 16:17:54 +01:00
Daniel Imms c86d89c907 Fix unit tests 2022-02-09 07:16:37 -08:00
Henning Dieterichs ae84d540ef
Show an error if node version is less than 14.17.4 (#142627) 2022-02-09 07:06:40 -08:00
Alex Ross cc00f75d02
Comment resolved/unresolved proposal (#142634)
Part of #127473
2022-02-09 16:01:09 +01:00
Daniel Imms 9f65e0b03a Fix handling of absolute local links
Fixes #142637
2022-02-09 06:49:19 -08:00
Daniel Imms 648845d869 Fix relative links on prompt line
Fixes #142636
2022-02-09 06:46:06 -08:00
Martin Aeschlimann aef1fa5075
serverGreeting is optional 2022-02-09 15:43:43 +01:00
Daniel Imms 9f32b2cc85 Leverage command cwd in local links
Fixes #141502
2022-02-09 06:41:46 -08:00
meganrogge 0b6edb8bc1
fix #142633 2022-02-09 08:40:21 -06:00
Johannes Rieken b7955eac38
finalize inlay hints provider API, https://github.com/microsoft/vscode/issues/16221 2022-02-09 15:32:46 +01:00
Henning Dieterichs 5163f619ea
Adresses feedback inline completion API discussion. 2022-02-09 15:30:26 +01:00
Sandeep Somavarapu 4af471748f
Merge pull request #140876 from gjsjohnmurray/output-channel-language
Add optional languageId to window.createOutputChannel API (#19561)
2022-02-09 15:28:27 +01:00
Sandeep Somavarapu d20ffc5f82
cleabn up 2022-02-09 15:09:53 +01:00
Daniel Imms 2c0cbe45e6 Force update title API source when staticTitle is set
Fixes #142632
2022-02-09 06:05:41 -08:00
Benjamin Pasero c8f1b723d0
history - fix navigation stops being added when navigating 2022-02-09 14:58:01 +01:00
Martin Aeschlimann a80d0c1f97
fix for icon definition 2022-02-09 14:38:20 +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
Martin Aeschlimann 3a48593dd9
icon contribution point: new format (for #119101) 2022-02-09 14:19:47 +01: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
Sandeep Somavarapu c4e265c947
Merge branch 'main' into pr/gjsjohnmurray/140876 2022-02-09 13:45:28 +01:00
Sandeep Somavarapu f826e82591
#142040 rollback to install another version action 2022-02-09 13:44:36 +01:00
Benjamin Pasero 99cfdd57ad
workspace - make most properties readonly 2022-02-09 12:05:39 +01:00
Benjamin Pasero 6578cb2628
history - let every text selection be a navigation 2022-02-09 11:55:22 +01:00
Sandeep Somavarapu 5c833537ec
clean up opener and introduce withSelectionFragment method 2022-02-09 11:43:18 +01:00
Benjamin Pasero 21a4d0e967
fix console filtering after E16 update 2022-02-09 11:29:35 +01:00