Commit Graph

95206 Commits

Author SHA1 Message Date
Alex Ross 65bb95bdde Fix font size for inline codeblocks
Part of #146183
2022-03-30 16:15:51 +02:00
Johannes 4633aa5ed5 reduce usage of arrays#flatten util, use native flat instead 2022-03-30 16:14:59 +02:00
Johannes 687889fac4 fix https://github.com/microsoft/vscode/issues/140331 2022-03-30 16:04:23 +02:00
Martin Aeschlimann 44c5919155 fix 'option is deprecated' message, missing variable 2022-03-30 14:55:25 +02:00
Matt Adam a727329516 Implement badge API for webviews and treeviews (#144775)
* Implement badge API for webviews and treeviews

* Address PR feedback

* Set badge priority

Part of #62783
2022-03-30 14:34:11 +02:00
Alex Ross 05c07fa687 Move ForwardedPortsView to Restored phase 2022-03-30 14:18:26 +02:00
Henning Dieterichs 4c5cbcaf7e Merge pull request #146248 from ambar/fix-146225
fix parenthesis encoding in unicode highlighting
2022-03-30 12:57:53 +02:00
Johannes 70e75b177f API-todo and some jsdoc polish 2022-03-30 12:27:27 +02:00
Ladislau Szomoru 9f7eaad160 Additional logging for git commands 2022-03-30 12:15:20 +02:00
ambar 3f35061080 fix parenthesis encoding in unicode highlighting 2022-03-30 17:56:57 +08:00
Jerome Lelong 0e52a7574f Update to latex-basics 1.3.0 (#146308) 2022-03-30 11:46:44 +02:00
Henning Dieterichs e714d5ce35 Merge pull request #145909 from microsoft/hediet/cycle-cursors
Introducing "Cycle Cursors" command
2022-03-30 11:35:44 +02:00
Joao Moreno a3e739fee9 update cdn domain for webview 2022-03-30 10:55:12 +02:00
Johannes 216dea5032 When inserting a nested snippet into an existing snippet there is no need to merge them.
This helps with choice completions and enables to go back to an accepted choice element to get prompted again
2022-03-30 10:48:05 +02:00
Johannes 4d7715922b 💄 rename ChangeLanguage to ChangeCellLanguage 2022-03-30 09:38:19 +02:00
hello-smile6 45744133c3 Update package.json (#146278)
Fixes #146093
2022-03-30 09:35:56 +02:00
Benjamin Pasero 5a579bd8fc Glob matching fails to preserve some metadata (fix #146296) 2022-03-30 09:26:24 +02:00
Johannes Rieken 43d0483dae Merge pull request #146185 from microsoft/joh/notebookCleanup 2022-03-30 09:18:44 +02:00
Benjamin Pasero b826b377cc Allow createFileSystemWatcher to bypass files.watcherExclude for flat watching (fix #146066) 2022-03-30 09:04:25 +02:00
Benjamin Pasero a70083c043 debt - move storage main into global storage
The other location one level up is being file watched and storage file changes constantly.
2022-03-30 07:21:52 +02:00
Benjamin Pasero 3378eb3512 Revert "storage - add vacuum method"
This reverts commit e1a0fd7b07.
2022-03-30 07:17:32 +02:00
Benjamin Pasero 2f6cd29a84 Revert "storage - fix tests"
This reverts commit 8b284de9b2.
2022-03-30 07:17:24 +02:00
Matt Bierner d06c17bd1b Respect includeDeclaration for markdown references 2022-03-29 18:28:28 -07:00
Matt Bierner 8adb42079b Fix slow positionAt impl for markdown references
- Use `vscode-languageserver-textdocument` instead of custom impl
- Reuse `InMemoryDocument`  across tests and working code
- Use `SkinnyTextDocument` in more places
- Fixes some test errors that seem to be caused by bad `InMemoryDocument` impl
2022-03-29 18:19:52 -07:00
Matt Bierner 338ae07ccb Initial work on md references provider
#146277
2022-03-29 18:19:52 -07:00
Matt Bierner 9b6435af76 Extract MdWorkspaceCache
This lets us reuse this logic in other places
2022-03-29 18:19:51 -07:00
Matt Bierner 407b66a6d4 Remove extra await 2022-03-29 18:19:51 -07:00
Matt Bierner 0c3a241171 💄 2022-03-29 18:19:50 -07:00
Matt Bierner 3ce5c78cb9 Extract workspaceContents to own file 2022-03-29 18:19:49 -07:00
Matt Bierner 2783263582 Clean up link provider 2022-03-29 18:19:47 -07:00
rebornix 93aad560e1 Revert "Nulling dom node refs to prevent leaks on detached dom nodes."
This reverts commit 0f5c997b1d.
2022-03-29 17:27:42 -07:00
rebornix b8f14d243b fix #138683. 2022-03-29 17:18:13 -07:00
rebornix 0f5c997b1d Nulling dom node refs to prevent leaks on detached dom nodes. 2022-03-29 16:26:44 -07:00
rebornix 8bcdf47980 notebook unref dom. 2022-03-29 16:26:43 -07:00
Tyler Leonhardt 62866e4fa5 use URL class in a few places 2022-03-29 16:20:08 -07:00
Connor Peet edcfff3d4f testing: remove outdated auto run and invalidation code
Fixes #144618
2022-03-29 15:26:39 -07:00
Matt Bierner 1c78b52a7f Revert to older TS nightly
Current build is causing issues with `monaco editor checks` task under `@playwright` package

Reverting for now and will continue investigating later
2022-03-29 13:59:13 -07:00
Connor Peet 051039d7aa testing: ensure peek opens to first failed message
Fixes #144833
2022-03-29 13:54:40 -07:00
Connor Peet 6265e4c5c0 testing: fix test tags not serializing in menu context
Fixes #145777
2022-03-29 13:54:39 -07:00
Alex Dima 48b6c6a5ff Fix escaping of - 2022-03-29 22:51:44 +02:00
Alex Dima 4339c5f0e3 Remove unnecessary escape 2022-03-29 22:48:23 +02:00
Matt Bierner 22fb4e9de8 Better align language provider names and export styles
- Use named exports
- use `Md*` for providers
2022-03-29 13:35:48 -07:00
Alexandru Dima b57db0fc49 Merge pull request #146209 from microsoft/alex/shared-emitter-delivery-queue
Deliver all outgoing editor events in order
2022-03-29 22:29:46 +02:00
Matt Bierner 4949f13d13 Organize imports 2022-03-29 13:25:40 -07:00
Matt Bierner 252515e59d 💄 2022-03-29 13:25:40 -07:00
Matt Bierner a2d9157a9a Extract markdown scrolling code to own file 2022-03-29 13:25:39 -07:00
Matt Bierner d49fc3ca8d Move files to better folders and add better name 2022-03-29 13:25:38 -07:00
Matt Bierner c8c6224c84 Remove unused hash functions 2022-03-29 13:25:37 -07:00
Matt Bierner 3bc3b1f8ec Use padStart 2022-03-29 13:25:37 -07:00
Matt Bierner b21350fdcb Use string uri as key instead of fsPath 2022-03-29 13:25:36 -07:00