Joao Moreno
dbde3101cb
more bump
2022-01-18 11:05:50 +01:00
Joao Moreno
37ae63bd5e
bump timeout
2022-01-18 11:01:17 +01:00
Benjamin Pasero
8ee987e5ff
debt - simplify EditorProgressIndicator
2022-01-18 10:57:36 +01:00
Alex Dima
23aa7ad51c
Fixes #140891 : Repair worker url computation caused by moving defaultWorkerFactory.ts out of vs/base/worker
2022-01-18 10:29:25 +01:00
Joao Moreno
89ccb8b84c
move offline indicator
2022-01-18 10:01:15 +01:00
Johannes Rieken
e7a320c1db
ensure snippet prefixes have overlap with word end (if available), https://github.com/microsoft/vscode/issues/140039
2022-01-18 09:51:09 +01:00
Johannes Rieken
dd9530515c
fold createExtHostContextProxyIdentifier and createMainContextProxyIdentifier into one, fyi @alexdima
2022-01-18 08:49:21 +01:00
Johannes Rieken
dba74b1923
remove unused code, remove duplicated code isPromise vs isThenable fyi @roblourens
2022-01-18 08:43:36 +01:00
Benjamin Pasero
3cdf4d82ea
progress - make scoped progress more generic
2022-01-18 07:54:07 +01:00
Jackson Kearl
e00873bcf6
Typos (thanks gjsjohnmurray!)
...
ref #6328
2022-01-17 21:44:08 -08:00
Jackson Kearl
3f1f1264b4
Add alternative explorer sort order: foldersNestsFiles
...
ref #6328
2022-01-17 21:42:10 -08:00
Rob Lourens
7ae7f9d40b
Skip flaky 'link detector' test, see #140878
2022-01-17 17:22:58 -08:00
Rob Lourens
fc183f2648
Restore animations when not paused in notebook cell.
...
Restoring behavior that was there previously
2022-01-17 16:03:15 -08:00
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