Commit Graph
91703 Commits
Author SHA1 Message Date
Andre Weinand ecc1e95fbb remove confusing word 2022-01-18 00:44:29 +01:00
Rob Lourens bf289a9ea3 Hide the new notebook animations when debugging 2022-01-17 15:17:22 -08:00
Rob Lourens 9faa59fada Add affectsNotebook. affectsCell should take URI 2022-01-17 15:17:22 -08:00
Sandeep Somavarapu d5525efd7b Fix #140871 2022-01-17 21:34:04 +01:00
Alex Dima 0ae845536b Avoid leading ** 2022-01-17 21:21:38 +01:00
Sandeep Somavarapu e7a32654ff #139015 set hasReleseVersion to true
- avoids additional request to check if extension has release version
- improve error handling when release version is not found
2022-01-17 20:21:38 +01:00
Sandeep Somavarapu fb26bec610 #139015 refactor gallery service
- unify apis in IExtensionGalleryService
2022-01-17 20:21:38 +01:00
Sandeep Somavarapu 9f96093dfa #139015 refactor gallery service
- unify querying capability
- get all compatible installed extensions for update in a single query request
2022-01-17 20:21:37 +01:00
Henning Dieterichs 2b058a97cd Only play error cue for error markers. 2022-01-17 20:12:13 +01:00
Henning Dieterichs b2315890fe Iterates on sound cues. Implements support for error/folded area cues. 2022-01-17 20:10:12 +01:00
dependabot[bot] 43822f57e0 Bump follow-redirects in /extensions/github-authentication (#140797)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 10:57:41 -08:00
Johannes Rieken 393443eb40 Let IRPCProtocol#getProxy return Proxied<T> which enforces functions returning promises
fyi @sandy081 had to remove the overload of `MainThreadOutputServiceShape#$update` because I couldn't get this to work with mapped types

fyi @Tyriar this fixed an actual issue with terminals
2022-01-17 18:10:20 +01:00
Alex Dima 4aed6e1fd1 Ensure all files are covered by code-import-patterns (fixes #140857) 2022-01-17 17:55:45 +01:00
Henning Dieterichs fd2c4d9164 Improve inline completion API docs. 2022-01-17 17:35:19 +01:00
Alex Dima d018132104 Move defaultWorkerFactory.ts to /browser/ (#140857) 2022-01-17 17:23:31 +01:00
Johannes Rieken 263fcf55c0 TestInstantiationService#get should also be able to create instances, fyi @sandy081 @alexdima 2022-01-17 17:20:46 +01:00
Joao Moreno f6c56a64b4 fix build 2022-01-17 17:20:23 +01:00
Joao Moreno 23677de0f4 fix statusbar style override priorities 2022-01-17 17:16:18 +01:00
Joao Moreno 022ed6fa77 web: offline ux 2022-01-17 17:10:52 +01:00
Joao Moreno 2084a3d5f8 set fading transition for status bar background
cc @misolori @isidorn
2022-01-17 17:10:51 +01:00
Joao Moreno 9be157b386 statusbar: generalize style overrides
cc @bpasero @isidorn
2022-01-17 17:10:51 +01:00
Benjamin Pasero d3bb6d7a9c 💄 2022-01-17 16:54:12 +01:00
Henning Dieterichs 98450a89e7 Fixes #140195 by right-normalizing positions after move down operations. This ensures that move down always makes progress. 2022-01-17 15:44:22 +01:00
Johannes Rieken 9a8524c057 fix tree shaking 2022-01-17 15:28:54 +01:00
Alex Dima bc1e738569 Add rules for some missing folders (#140857) 2022-01-17 15:06:39 +01:00
Benjamin Pasero 2640089882 window - revisit ReadyState (#140762) (#140846) 2022-01-17 15:01:18 +01:00
Benjamin Pasero 579e0a39c2 Cleanup GlobPattern handling in extension host (#140689)
* rewrite `NotebookExclusiveDocumentPattern` handling (#140491)

* 💄

* also fix #140707

* address feedback
2022-01-17 14:21:10 +01:00
Alex Dima 9bba389a22 Remove unused event 2022-01-17 14:16:33 +01:00
Johannes Rieken 4135ba294b use ILanguageFeatureDebounceService for outline model, https://github.com/microsoft/vscode/issues/140557 2022-01-17 11:21:15 +01:00
Joao Moreno ce48963112 update distro
one more fix for #139144
2022-01-17 08:55:40 +01:00
dependabot[bot] d4fa27c364 Bump follow-redirects from 1.14.5 to 1.14.7 in /build (#140600)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-16 23:22:42 -08:00
Joao Moreno 0db0a0d31c add mixin --server 2022-01-17 08:15:45 +01:00
Jackson Kearl 7f8a6ed1e1 Better wrnings 2022-01-16 21:20:57 -08:00
Jackson Kearl 6612ae0f8b First pass at file nesting
ref #6328
2022-01-16 19:44:15 -08:00
Ladislau Szomoru 23ac679d4f Tweak git commands visiblity in the command palette 2022-01-16 20:56:39 +01:00
Ladislau Szomoru fbbfb6c22a Disable Git Rename command if the resource is not under source control 2022-01-16 17:53:34 +01:00
deepak1556 876574466c chore: bump distro 2022-01-16 23:22:42 +09:00
Benjamin Pasero db8eff1085 tests - try to fix macOS GH CI 2022-01-16 15:14:33 +01:00
Benjamin Pasero f43e197edd tabs - do not use box-shadow for hover border
We can reuse the bottom border we already use for active/inactive tabs.
2022-01-16 10:58:37 +01:00
Benjamin Pasero 158cd6da42 smoke - log code download (#140769)
* smoke - log progress/errors of vscode download

//cc @connor4312

* reduce spam
2022-01-15 11:31:13 +01:00
Benjamin Pasero 81bbd3075f window.withProgress: using location: { viewId: ..} shows invalid progress (fix #140576) 2022-01-15 11:29:16 +01:00
Benjamin Pasero 9be2757019 🆙 playwright@1.18 (#140767)
* tests - use `@playwright/test@1.18.0-rc1`

* fix bad dependency

* clear more weird ts dependencies
2022-01-15 09:35:39 +01:00
Rob Lourens af5b5f1612 Ensure notebook editor progress indicator is visible when editor becomes visible
Fix #140753
2022-01-14 17:18:14 -08:00
Megan Rogge 00b535ca43 support links w relative cwd (#140676) 2022-01-14 18:44:52 -06:00
Rob Lourens 7853127c3e Fix actual/expected order 2022-01-14 16:44:05 -08:00
Rob Lourens fa2760f833 Skip more notebook tests in browser
Fix #140574
2022-01-14 16:33:42 -08:00
Rob Lourens 1f015b2382 Update PHP grammar 2022-01-14 16:28:13 -08:00
Rob Lourens 090d0a172f Merge pull request #140619 from KapitanOczywisty/patch-2
Fix PHP update-grammar.js
2022-01-14 16:24:02 -08:00
Rob Lourens 2d0b5e70c3 Fix replace with case ops losing newlines in the replace string
Fix #140734
2022-01-14 16:13:02 -08:00
SteVen Batten cd1471236f fix visible side bar with empty workbench 2022-01-14 15:50:20 -08:00