Commit graph

93150 commits

Author SHA1 Message Date
Johannes Rieken d457a89a2a
add test for notebook scoring, https://github.com/microsoft/vscode/issues/141143 2022-02-10 18:06:58 +01:00
Johannes Rieken b58c215a0b
do away with score-refiner and add pluggable notebook type resolver, https://github.com/microsoft/vscode/issues/141143 2022-02-10 18:06:57 +01:00
divinity76 84ecd33bbc
Fix error log when launching as root on linux (#137125)
Fix error log when launching as root on linux.
2022-02-10 08:55:47 -08:00
Rob Lourens 77cbc54fcb Don't allow clicking invisible cell focus indicator 2022-02-10 08:18:10 -08:00
Johannes Rieken 544e16cd1e
refine score-refine logic, https://github.com/microsoft/vscode/issues/141143 2022-02-10 17:05:37 +01:00
Johannes Rieken 609eea3a30
add an API proposal for DocumentFilter#notebookType, https://github.com/microsoft/vscode/issues/141143 2022-02-10 17:03:16 +01:00
Martin Aeschlimann b239683e79
update css language service 2022-02-10 16:55:31 +01:00
Daniel Imms 7f5eb43eeb Localize preview text
Fixes #142691
2022-02-10 07:30:34 -08:00
Daniel Imms ead403b0d2 Allow trailing new line paste without showing warning
Fixes #142692
2022-02-10 07:29:47 -08:00
Daniel Imms 8d956244a5 Fix tangle: terminal <-> terminalEditorSerializer
Fixes #142726
2022-02-10 06:38:20 -08:00
Daniel Imms af480ddc1e Fix tangle: terminal -> terminalEditorInput -> terminalEditor -> terminal
Part of #142726
2022-02-10 06:36:08 -08:00
Benjamin Pasero f116866702
debt - do not depend from services to core (status bar) 2022-02-10 15:32:07 +01:00
Daniel Imms 3d17122bb0 Add new commands to command to skip shell defaults
Fixes #142735
2022-02-10 06:21:00 -08:00
Daniel Imms 6df90b651b Fix capabilities tangle
Part of #142726
2022-02-10 06:19:01 -08:00
Johannes Rieken a35031c0a9
add LanguageFilter#notebookType and allow notebooks to score against that 2022-02-10 14:50:21 +01:00
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
rebornix 24319ce0e6
Merge remote-tracking branch 'origin/main' into rebornix/stream-output-renderer 2022-02-09 16:55:05 -08: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