Rob Lourens
2b040e8763
Unskip tests
...
Fix #113761
2021-01-04 11:51:19 -08:00
Johannes Rieken
fee7cdacf7
add provider naming rule
2021-01-04 20:02:05 +01:00
isidor
4649e1205f
fixes #113725
2021-01-04 18:32:54 +01:00
Sandeep Somavarapu
9d5f04fa0b
#100700 remove the skipped test
2021-01-04 17:42:36 +01:00
Benjamin Pasero
e4bb3ff729
fix #113217
2021-01-04 17:27:54 +01:00
Sandeep Somavarapu
414a4c0f51
list added view descriptors in ascending order in the event
2021-01-04 17:17:03 +01:00
Daniel Imms
8a0058b9e3
Merge pull request #113549 from nrayburn-tech/issue-107028
...
lazier loading of windowsProcessTree
2021-01-04 07:35:16 -08:00
João Moreno
fc4b40b633
fix type casts
2021-01-04 15:54:59 +01:00
Benjamin Pasero
f4ab083c28
update todos
2021-01-04 15:17:40 +01:00
Johannes Rieken
ca370bdb0a
update my work query
2021-01-04 14:31:29 +01:00
Alexandru Dima
00181ad895
Fixes microsoft/monaco-editor#2292 : model.dispose() should work just as well as modelService.destroyModel()
2021-01-04 13:56:42 +01:00
Alexandru Dima
f02af16530
Remove sync property
2021-01-04 13:13:16 +01:00
Johannes Rieken
d883d379d1
Merge pull request #113303 from microsoft/joh/toc
...
Add outline and breadcrumbs for notebooks
2021-01-04 12:46:05 +01:00
Benjamin Pasero
ceb8da0be0
tabs - disable badge decorations for compact sticky tabs that have fixed width
2021-01-04 11:47:24 +01:00
Johannes Rieken
4f34edadd6
Merge branch 'master' into joh/toc
2021-01-04 11:33:53 +01:00
Johannes Rieken
b62ec5c0ee
move shared config key into workbench layer
2021-01-04 11:28:06 +01:00
Johannes Rieken
dce7b0cd63
simplify outline model again
2021-01-04 11:24:39 +01:00
isidor
ea51fb1bdd
fix tests
2021-01-04 11:13:29 +01:00
Benjamin Pasero
b948e42373
🆙 distro
2021-01-04 11:13:15 +01:00
Benjamin Pasero
64eb716d57
env - fully qualify our own variables
2021-01-04 11:08:36 +01:00
Benjamin Pasero
c03bc427cf
some 💄 and refactorings
...
- move native menubar control into native title (cc @sbatten)
- introduce codeeditor.ts for reusable editor things in workbench
- inline cyclic check into core (cc @alexdima)
2021-01-04 11:06:57 +01:00
Johannes Rieken
1e5b337c02
move document symbols command to right contrib
2021-01-04 11:04:30 +01:00
Ladislau Szomoru
fd23a8e328
Have condition of test publishing match the condition for test execution
2021-01-04 10:48:13 +01:00
Johannes Rieken
8986870317
Merge branch 'master' into joh/toc
2021-01-04 10:43:23 +01:00
isidor
9b66dc4ad2
debug console: to string of simple values should duplicate value for each count
...
#104162
2021-01-04 10:41:45 +01:00
SneakyFish5
baf15f1041
Allow tabs to wrap to multi-line ( #106448 )
...
* Allow tabs to wrap to multi-line
* Address feedback
* Add hidden space after last tab
* some polish for multi-line wrap css class
* some more polish
* Address feedback
* some adjustments to move forward
* add clarifying comment to tabs layout
* Fix editor container height
* WIP - overflowing tabs
* fix getPreferredHeight()
* Fix editor drop target for multi-line tabs
* Add comments and remove !important
* fix dnd offset
* Rework layout algorithm
* Make layout return a Dimension
* WIP - set maxDimensions
* Layout multi-line tabs synchronously
* make sure dimensions are always defined and passed down to where needed
* Rework group.relayout and store lastComputedHeight
* fix breadcrumbs causing editor to disappear
* consolidate css rules
* rename setting
* simplify classes
* streamline relayout
* wrapTabs => experimentalWrapTabs
* tweak layout
* Limit wrapped tabs to 3 rows
* Only use flex-grow for `tabSizing: fit`
* fix scrollbar reveal to work properly
* tabs - get rid of sync layout
* WIP: Move editor actions to the bottom right
* some tweaks
* introduce css variable for margin-right trick
* add border to separate tabs when wrapping
* 💄
* rename setting
* 💄 layout method
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-01-04 10:37:33 +01:00
Johannes Rieken
8ed509056a
Merge pull request #113710 from mitsuhiko/patch-1
...
Fix a typo in a log message in extHostCommands.ts
2021-01-04 10:16:50 +01:00
Johannes Rieken
0490bb1e9a
Merge pull request #113716 from noritada/doc-fix
...
Remove duplicate 'the's
2021-01-04 10:14:47 +01:00
Johannes Rieken
5bf42c9acd
Merge branch 'master' into joh/toc
2021-01-04 09:33:20 +01:00
Noritada Kobayashi
b6c601b4fc
Remove duplicate 'the's
...
This is what was suggested in a reply comment to the following PR:
https://github.com/microsoft/vscode-docs/pull/4215
2021-01-03 14:49:27 +09:00
Armin Ronacher
8fc5e370f6
Fix a typo in a log message in extHostCommands.ts
2021-01-03 00:55:10 +01:00
Rob Lourens
98106c48a0
No need to create fake workspace folder for query builder
...
Fix #111348
2020-12-31 12:19:09 -08:00
Rob Lourens
3283ade764
Don't use 'expandPatterns' for workspaceContains search
...
Fix #110510
2020-12-31 11:10:10 -08:00
Rob Lourens
da4784eaa8
Don't miss creating a new default terminal
...
when reconnection is disabled
Fix #113564
2020-12-31 11:07:32 -08:00
Alexandru Dima
4e7e21233e
Have computeSync return an array of results
2020-12-31 16:37:39 +01:00
Alexandru Dima
5edb610262
Extract all MarkdownHover computation to MarkdownHoverParticipant
2020-12-31 15:32:39 +01:00
Alexandru Dima
408539d8fa
More cleanup
2020-12-31 15:12:11 +01:00
Alexandru Dima
18982d441b
Fix compilation error
2020-12-31 15:11:56 +01:00
Alexandru Dima
d3b643c8a4
💄
2020-12-31 14:44:18 +01:00
Alexandru Dima
923f34a80d
Extract MarkdownHoverParticipant from the editor hover
2020-12-31 14:40:44 +01:00
Alexandru Dima
2f817caf6e
Move more marker specific logic to markerHoverParticipant
2020-12-31 11:01:09 +01:00
Alexandru Dima
2879597620
Extract MarkerHoverParticipant to its own file
2020-12-31 10:41:20 +01:00
Alexandru Dima
765947c205
Extract marker related hover logic to MarkerHoverParticipant
2020-12-31 10:34:18 +01:00
Alexandru Dima
7242082983
Fixes #112834 : Ensure the markdown link provider is registered before invoking vscode.executeLinkProvider
2020-12-30 21:50:10 +01:00
Raymond Zhao
56c808a66a
Emmet flatten DocumentStreamReader ( #113602 )
2020-12-30 11:00:21 -08:00
Raymond Zhao
b84858babe
Emmet remove dependency on vscode-html-languageservice ( #113599 )
2020-12-30 10:14:23 -08:00
Alexandru Dima
94facfcf06
Merge ModesContentHoverWidget and ContentHoverWidget
2020-12-30 18:07:48 +01:00
Alexandru Dima
3564f18061
Fixes #40926 : Inherit visibility from the previous line
2020-12-30 17:43:23 +01:00
Alexandru Dima
95cfa9ede4
Fixes microsoft/monaco-editor#2276 : Check pixel ratio after each render
2020-12-30 16:24:18 +01:00
Alexandru Dima
19b5e736fa
💄
2020-12-30 15:10:19 +01:00