João Moreno
86dc8a88a4
refactor(table): align table colors with keybinding table
2021-11-09 10:00:28 +01:00
Alex Dima
14a2bc760b
Move error handling code sooner in the extension host process lifecycle
2021-11-09 09:57:46 +01:00
Sandeep Somavarapu
89862489b1
clean up
2021-11-09 08:45:23 +01:00
Sandeep Somavarapu
0c240a6ca1
Merge pull request #136440 from microsoft:aeschli/abstractExtensionResourceLoaderService
...
Share common code for the ExtensionResourceLoaderService
2021-11-09 08:39:53 +01:00
Benjamin Pasero
1b0a9c19a2
lifecycle - emit onWillKill when app.exit
2021-11-09 07:59:07 +01:00
Benjamin Pasero
0413d4a596
web - make shutdown return a promise
2021-11-09 07:37:09 +01:00
Matt Bierner
b614fb5db8
Fix highlighting of dollar amount at start of line in md files
...
Fixes #136535
2021-11-08 17:53:52 -08:00
Matt Bierner
0eee604f01
Allow non-word character after inline math code block
...
Fixes #136584
2021-11-08 17:43:46 -08:00
Matt Bierner
9b455176e9
Add matchesSomeScheme helper
...
Useful for checking against multiple allowed schemes
2021-11-08 17:25:33 -08:00
Matt Bierner
2d271e5e73
Add vsls to openers
...
For #136139
2021-11-08 17:19:02 -08:00
Matt Bierner
d4f6110bbd
Document webviewPanel scheme
2021-11-08 17:19:01 -08:00
Gvozd
fdf8f1114f
133348 fix oom when search opened in editor ( #136554 )
...
* fix crash by OOM, when search opened in editor (fix #135950 ) - major memory optimization [2671Mb -> 220Mb] [1.9sec -> 1.6sec]
usecase from https://github.com/microsoft/vscode/issues/133348#issuecomment-962272357
file for search - `plugins.pkgd.min.js` from https://github.com/froala/wysiwyg-editor
* fix crash by OOM, when search opened in editor (fix #135950 ) - additional memory optimization [220Mb -> 15Mb] [1.6sec -> 2.2sec]
Slightly slower due to gc calls
usecase from https://github.com/microsoft/vscode/issues/133348#issuecomment-962272357
file for search - `plugins.pkgd.min.js` from https://github.com/froala/wysiwyg-editor
* fix crash by OOM, when search opened in editor (fix #135950 ) - performance optimization[2.2sec -> 50ms]
usecase from https://github.com/microsoft/vscode/issues/133348#issuecomment-962272357
file for search - `plugins.pkgd.min.js` from https://github.com/froala/wysiwyg-editor
2021-11-08 17:09:44 -08:00
Matt Bierner
e5bb28a325
Pick up TS@next for building vscode
2021-11-08 14:34:21 -08:00
Matt Bierner
d18adf8669
Pick up TS 4.5 RC
...
For #136704
2021-11-08 14:34:21 -08:00
Tyler Leonhardt
4cbb56de95
walks up dom tree to select previous element. Fixes #114590
2021-11-08 14:14:53 -08:00
Matt Bierner
8b7aa3c278
Use editor font for markdown codeblocks
...
For #136693
2021-11-08 14:11:59 -08:00
rebornix
dcb02cd1ec
💄
2021-11-08 13:51:16 -08:00
Matt Bierner
5e6d0e1cbb
Initial support for syntax highlighting md code blocks in notebooks
...
For #136693
2021-11-08 12:30:13 -08:00
Sandeep Somavarapu
0a8e75411e
clean up
2021-11-08 21:19:18 +01:00
Sandeep Somavarapu
ecf994ecfa
- Use logger service to create output appender
...
- Unify output channels and services in ext host
- remove unused main output service methods
2021-11-08 21:15:31 +01:00
Henning Dieterichs
472b3e5447
Fixes LineBreakData unit test.
2021-11-08 19:52:24 +01:00
Benjamin Pasero
419744928a
editors - await closing of editor before opening to the side ( fix #122363 ) ( #136602 )
2021-11-08 13:35:22 -05:00
Tyler Leonhardt
b3c13934b1
use allow opener on non-Safari
2021-11-08 10:24:37 -08:00
Benjamin Pasero
9e3b8c9e50
web - properly ignore shutdown when expected
2021-11-08 19:23:41 +01:00
Sandeep Somavarapu
a1de3ce2a5
introduce logger service in ext host and use it to create log service
2021-11-08 17:46:50 +01:00
Henning Dieterichs
d6cc630086
Fixes bug when normalizing positions around injected text.
2021-11-08 17:36:14 +01:00
João Moreno
98f5bf9b9b
feat(scm): ✨ introduce scm.diffDecorationsIgnoreTrimWhitespace
...
Closes : #130956
2021-11-08 17:01:34 +01:00
Logan Ramos
15bff5b95e
Flatten out properties or measurements
2021-11-08 10:12:33 -05:00
Logan Ramos
00de6a5f2f
Update telemetry module
2021-11-08 10:00:44 -05:00
João Moreno
144d7e3f68
fix(list): 🐛 list/tree should show focus outline while context menu is open
...
Closes : #123771
2021-11-08 15:51:31 +01:00
João Moreno
0961dbb56d
style: 🗑️
2021-11-08 15:26:31 +01:00
João Moreno
6c2ccebbe1
feat: ✨ use startIn property for save and open dialogs
...
Closes : #130034
2021-11-08 15:18:47 +01:00
Henning Dieterichs
fbb774e1cd
Merge pull request #136517 from microsoft/hediet/inlay-hints-controller-no-decoration-type
...
Gets rid of registerDecorationType in inlay hints controller
2021-11-08 15:13:44 +01:00
João Moreno
39e3b69db0
chore: 🔧 update conventional commit scopes
2021-11-08 14:58:18 +01:00
João Moreno
491a86b974
fix(table): 💄 alternating background colors for table widget
...
Closes : #125099
2021-11-08 14:58:18 +01:00
João Moreno
1788b8afd8
chore: 🔧 clean smoketest dependencies
2021-11-08 14:58:17 +01:00
Sandeep Somavarapu
10c3fec7fb
#132183 clean up
...
- Use FileOutputChannelModel for OutputChannelBackedByFile
- Rename replaceAll to replace
- simplify exthost output service and channel impl
- enhance update api
2021-11-08 14:47:27 +01:00
João Moreno
6f0346f2cb
fix(splitview): ♿ up/down arrows should change focus between pane view headers
...
Closes : #117440
2021-11-08 14:21:36 +01:00
Alex Ross
0600ecc75b
Fix problem location URI
...
Fixes #136588
2021-11-08 14:06:25 +01:00
João Moreno
5ce44b2e01
feat(grid): 🚸 2x2 mode can be enabled by splitting
...
Closes : #117866
2021-11-08 13:58:29 +01:00
Benjamin Pasero
2c4eb0298d
errors - do no log undefined rejection reasons
...
//cc @alexdima
2021-11-08 12:05:58 +01:00
João Moreno
cfb6bc83c9
fix(scm): ⚡ dont create event listeners per scm row
...
Closes : #115016
2021-11-08 11:58:28 +01:00
Sandeep Somavarapu
37a3ce24f0
cleanup proposed api
2021-11-08 11:24:18 +01:00
Alex Ross
e54933ab22
Remove initial text line skipping in tasks
...
Part of #136585
2021-11-08 11:15:56 +01:00
Sandeep Somavarapu
3b2089f7b4
Merge pull request #136402 from smcenlly:main
...
output channel: new replaceAll API to improve output channel rendering
2021-11-08 11:12:23 +01:00
Martin Aeschlimann
7d78ec2e1d
Merge pull request #136543 from jzyrobert/html_correct_command
...
Update html-language-features documentation and tasks to yarn
2021-11-08 11:05:00 +01:00
Johannes Rieken
3ba528bde5
don't show "Activating Extensions..." repeatedly
2021-11-08 09:57:10 +01:00
Johannes Herchen
00d94046fe
fix preinstall script ( #136638 )
...
detect yarn with .cjs extensions
2021-11-08 09:50:56 +01:00
Henning Dieterichs
39c7f7b1a6
Fixes nits.
2021-11-08 09:36:21 +01:00
Benjamin Pasero
8d5348aba6
web - rewrite how storage is handled on shutdown
...
cc @sandy081
2021-11-08 08:53:25 +01:00