Commit graph

93073 commits

Author SHA1 Message Date
Martin Aeschlimann bfb00a51f5
.razor file should have default Language Mode of razor. Fixes #141756 2022-02-10 14:42:03 +01:00
Benjamin Pasero 60b8611fb1
add logging for url handling (#142685) 2022-02-10 14:13:08 +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
Andre Weinand d8d55c66db
update to DAP 1.54.0-pre.1 2022-02-10 12:37:54 +01:00
Johannes Rieken 0fd15bb21d
relax vscode.Range#contains and Range, Selection, and Location construction, https://github.com/microsoft/vscode/issues/129528 2022-02-10 11:25:47 +01:00
Martin Aeschlimann 4461d4027c
bump distro 2022-02-10 10:57:20 +01:00
Johannes Rieken 27f65254a0
replace all dots of color identifiers into hyphens, https://github.com/microsoft/vscode-remote-repositories-github/issues/119 2022-02-10 10:48:51 +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
Benjamin Pasero e98deca874
history - introduce and use new JUMP source 2022-02-10 10:21:39 +01:00
Benjamin Pasero c7647ef43b
pfs - update cmment 2022-02-10 10:21:39 +01:00
Johannes Rieken 33346ccd6a
add Snippet#isTrivial 2022-02-10 09:19:29 +01:00
Benjamin Pasero a362a46fe7
file move changes "Date Modified" (fix #142652) 2022-02-10 09:01:37 +01:00
Benjamin Pasero 7141d2a581
workspaces - document raw property (fix #142418) 2022-02-10 08:52:36 +01:00
Benjamin Pasero ff4955409a
fix tests 2022-02-10 08:46:41 +01:00
Benjamin Pasero 8a84cd9a34
editors - provide editorIndex from all group events 2022-02-10 08:22:47 +01:00
Benjamin Pasero 319b4d406d
restore logging closer to how it was 2022-02-10 07:36:54 +01:00
Benjamin Pasero 4aeb107fed
💄 2022-02-10 07:32:33 +01:00
Jackson Kearl 82a8bec636
Better explain file nesting config 2022-02-09 20:43:38 -08:00
deepak1556 1aa9684ba8 chore: disable clang toolchain for arm 2022-02-10 11:36:32 +09:00
Jonathan Rubenstein 4987535801
Add VS 2022 to supported versions (#142667) 2022-02-09 17:24:56 -08:00
deepak1556 27db180263 chore: bump distro
Fixes https://github.com/microsoft/vscode/issues/142675
2022-02-10 10:18:33 +09:00
Rob Lourens 3e14710dea Fix suggest widget/notebook list precedence. Fix #134403 2022-02-09 16:01:22 -08:00
Matt Bierner e155fca03d
Also freeze markup cell output items
This ensures we don't hand out internal impl details
2022-02-09 15:50:43 -08:00
Matt Bierner dbb563c14d
Use 'vscode-notebook-renderer' types for our webview prelaods
This ensures we match the public apis
2022-02-09 15:36:46 -08:00
Matt Bierner 396abb3843
Remove bytes field from IOuputItem and add link to official typings
This field is not present in our official typings. Hopefully no one is using it :)
2022-02-09 15:25:24 -08:00
Matt Bierner 91193c0744
Freeze the IOutputItem we give to renderers
We typically freeze api objects like this that are not supposed to be modified by extensions
2022-02-09 15:21:56 -08:00
Matt Bierner cfff3ffd97
Avoid recomputing the data for a markup cell on every call to data() 2022-02-09 15:13:31 -08:00
Matt Bierner 9c810583f8
Mark field readonly 2022-02-09 15:10:14 -08:00
Matt Bierner 20539639ed
Marking events readonly 2022-02-09 14:59:37 -08:00
Matt Bierner 1cd4611518
Remove unused properties 2022-02-09 14:52:23 -08:00
Matt Bierner 7ce2090cf4
Fix reviving of null in webview messages
Fixes #137706

```
typeof null === 'object' === :(
````
2022-02-09 14:49:13 -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
Rob Lourens f1e48d916b Give cell gutter focus indicator button a wider hit target. Fix #141587
Also fix the run/output buttons widths/positioning
2022-02-09 14:42:06 -08:00
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
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
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