Commit Graph

12122 Commits

Author SHA1 Message Date
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
Ladislau Szomoru 9f7eaad160 Additional logging for git commands 2022-03-30 12:15:20 +02:00
Jerome Lelong 0e52a7574f Update to latex-basics 1.3.0 (#146308) 2022-03-30 11:46:44 +02:00
hello-smile6 45744133c3 Update package.json (#146278)
Fixes #146093
2022-03-30 09:35:56 +02:00
Johannes Rieken 43d0483dae Merge pull request #146185 from microsoft/joh/notebookCleanup 2022-03-30 09:18:44 +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 b8f14d243b fix #138683. 2022-03-29 17:18:13 -07:00
Tyler Leonhardt 62866e4fa5 use URL class in a few places 2022-03-29 16:20:08 -07: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
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
Matt Bierner 28e2475f72 Use find instead of filter 2022-03-29 13:25:36 -07:00
Matt Bierner 15c617e5b0 Use ._register 2022-03-29 13:25:35 -07:00
Matt Bierner 7736c87cb0 Move markdown preview files to own folder 2022-03-29 13:25:35 -07:00
Matt Bierner ffd8aea1a7 Remove outdated comment 2022-03-29 13:25:34 -07:00
Ladislau Szomoru 29f9e51444 if 'git.untrackedChanges' is set to 'hidden' ignore untracked files when running 'git status'
Co-authored-by: Markus Korn <markus.korn@gmail.com>
2022-03-29 21:22:30 +02:00
Matt Bierner 55e005e2bf Pick up TS 4.6.3 2022-03-29 10:14:42 -07:00
Alex Ross 2381cae3a5 Fix extra character in npm task path
Fixes #146165
2022-03-29 15:47:12 +02:00
Quan Zhuo f3990bfe9b Fix issue #145134, fetch all repos for authenticated user (#145203)
Signed-off-by: Quan Zhuo <quanzhuo@kylinos.cn>
2022-03-29 15:02:11 +02:00
Johannes b1faab40de adopt tests to new notebook change event 2022-03-29 11:58:54 +02:00
Alex Ross e8753df2e8 Update grammars 2022-03-29 11:11:11 +02:00
rebornix 53c9e8e6b3 fix #142184. 2022-03-28 10:35:42 -07:00
Tyler Leonhardt b1fb11e18c have code-oss use device code flow 2022-03-28 09:05:28 -07:00
Peng Lyu 60016112dc Merge pull request #146023 from microsoft/dev/joyceerhl/newfile
Display Jupyter New File contribution in Notebooks group
2022-03-25 11:53:43 -07:00
Martin Aeschlimann 14a552f72f [css] selector separator newline. Fixes #145766 2022-03-25 10:21:37 +01:00
Joyce Er 31c338e5fa Fix https://github.com/microsoft/vscode/issues/146022 2022-03-24 22:31:50 -07:00
Gabriela Araujo Britto 4e159b9e28 [typescript-language-features] Add includeCompletionsWithObjectLiteralMethodSnippets preference (#145941)
* create flag for object literal method snippet completions

* reword description
2022-03-24 15:17:43 -07:00
Matt Bierner 2edb9bc9ca Reapply parcel/watcher adoption
Revert "Revert e7fffbf1c9169087f1098aedfe54c59c079fa3ac"

This reverts commit 6786b0ad7d.

Two changes:

- Lazy import parcel/watcher
- Add `@parcel/watcher` as a dev dep in extensions folder so that we pull in correct version for build os
2022-03-24 14:13:39 -07:00
Christof Marti 177fb07e50 Add "customizations" to unblock microsoft/dev-container-spec#1 2022-03-24 21:18:52 +01:00
Benjamin Pasero 126e4744ec blue print tests for #145846 2022-03-24 17:02:17 +01:00
Dirk Baeumer 6786b0ad7d Revert e7fffbf1c9 2022-03-24 09:04:05 +01:00
SteVen Batten 88632df6c9 update git: reveal in side bar
refs #145765
2022-03-23 16:47:43 -07:00
Tyler Leonhardt bee517564c remove leading / so that local dev would work 2022-03-23 16:03:26 -07:00
Matt Bierner e7fffbf1c9 Use parcel for watching esbuild build files
Seeing small but consistent cpu usage when using esbuild's watcher. Switch to parcel to avoid this
2022-03-23 14:49:59 -07:00
Matt Bierner 5f5a917796 Remove test file 2022-03-23 14:49:59 -07:00
Martin Aeschlimann 632bf2c466 space around selector separator. Fixes #145767 2022-03-23 22:20:27 +01:00
Martin Aeschlimann 57b812582d [css] Align formatter setting names. Fixes #145705 2022-03-23 18:26:30 +01:00
Martin Aeschlimann 6074970341 CSS format description references LESS. Fixes #145758 2022-03-23 18:03:40 +01:00