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
Johannes Rieken
1e5b337c02
move document symbols command to right contrib
2021-01-04 11:04:30 +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
Alexandru Dima
689fbbd960
Increase timeouts
2020-12-30 14:15:14 +01:00
Alexandru Dima
5cc0aa2849
Add support for including line feeds at the end of lines ( microsoft/monaco-editor#2265 )
2020-12-30 13:38:30 +01:00
Alexandru Dima
4a121608e8
Add test for microsoft/monaco-editor#1235
2020-12-30 13:38:30 +01:00
Alex Ross
92d4b14e29
Update rust grammar
2020-12-30 13:06:19 +01:00
Alexandru Dima
afb6a0c56e
Fix CSP
2020-12-30 10:11:14 +01:00
Raymond Zhao
15561c4139
Emmet polish
2020-12-29 16:33:41 -08:00
Raymond Zhao
15ba9aee0e
Emmet improve Expand Abbreviation perf ( #113558 )
2020-12-29 16:15:55 -08:00
Raymond Zhao
b5cd082cd4
Emmet refactor toggle comment ( #113557 )
2020-12-29 15:02:55 -08:00
Alexandru Dima
f1ea605a69
Use blob urls instead of data: to maintain current origin
2020-12-29 23:41:31 +01:00
Alexandru Dima
e6daf34085
Better simulate real-life CORS in code-web server
2020-12-29 23:38:37 +01:00
Alexandru Dima
58852eaa85
Add a timeout to the editor tests step
2020-12-29 23:13:54 +01:00
Alexandru Dima
5ea96ec9cd
Fix _colorMapOverride usage before initialization
2020-12-29 22:47:15 +01:00
Alexandru Dima
67bff68034
Add monaco.editor.setColorMap
2020-12-29 22:09:47 +01:00
Raymond Zhao
433833fbe0
Emmet refactor reflect CSS and update image commands ( #113550 )
2020-12-29 12:44:12 -08:00
Alex Ross
ebb316a288
Fix incorrect icon hiding for files in tree view
2020-12-29 17:12:25 +01:00
Alex Ross
5dbfe32be3
Allow tree item command to be resolved later
...
Part of #110498
2020-12-29 16:50:11 +01:00
Alexandru Dima
3a70241a0b
Merge pull request #113536 from microsoft/alex/build-compile-no-container
...
No need to use containers for compilation and hygiene jobs
2020-12-29 15:18:39 +01:00
Alexandru Dima
3e945d092c
Trigger build
2020-12-29 14:27:47 +01:00
Alexandru Dima
321b407de5
No need to use containers for compilation and hygiene jobs
2020-12-29 13:00:39 +01:00
Alex Ross
5b75a42575
Cancellation proposal for resolveTreeItem
2020-12-29 11:47:25 +01:00