Rob Lourens
|
b4147335d1
|
Add setting for cell statusbar visibility
#104772
|
2020-08-26 12:06:40 -07:00 |
|
Alexandru Dima
|
f59e0c1460
|
Merge pull request #105437 from microsoft/rmacfarlane/earlyAuth
|
2020-08-26 20:43:24 +02:00 |
|
Alex Dima
|
df5d0e588f
|
Rename ActivationKind.Eager to ActivationKind.Immediate
|
2020-08-26 20:18:10 +02:00 |
|
Alex Dima
|
27082f3dbb
|
Use an enum instead of a boolean to signal eager activation
|
2020-08-26 20:17:04 +02:00 |
|
rebornix
|
32f29cfdca
|
transient outputs.
|
2020-08-26 10:51:46 -07:00 |
|
rebornix
|
e88c040df7
|
ignore transient metadata in diff editor.
|
2020-08-26 10:16:22 -07:00 |
|
rebornix
|
7c986e94f4
|
transient metadata
|
2020-08-26 10:16:22 -07:00 |
|
rebornix
|
1fe56130bd
|
detached overflow widgets for diff editor.
|
2020-08-26 10:16:11 -07:00 |
|
Johannes Rieken
|
600d8a51cb
|
tweak workspace edit dto and handling https://github.com/microsoft/vscode/issues/105283
|
2020-08-26 18:31:16 +02:00 |
|
Johannes Rieken
|
35ba71b741
|
add Revived-type for generic revive-function
|
2020-08-26 18:31:16 +02:00 |
|
Johannes Rieken
|
0a318b069f
|
refine Dto-type
|
2020-08-26 18:31:16 +02:00 |
|
Nikita
|
268079e4f6
|
Merge branch 'master' into feature-snippets-overtyping
|
2020-08-26 22:30:01 +06:00 |
|
Connor Peet
|
88029a6643
|
debug: bump js-debug-companion
|
2020-08-26 09:26:07 -07:00 |
|
Alexandru Dima
|
d52f31e78d
|
Merge pull request #104646 from microsoft/ben/web-paste
|
2020-08-26 18:22:01 +02:00 |
|
Alex Dima
|
f9d74e9be9
|
Firefox does not support navigator.clipboard.readText()
|
2020-08-26 18:18:39 +02:00 |
|
n-gist
|
19d3347b79
|
Implementation TM_SELECTED_TEXT snippets variable for working with overtyped text (v2)
|
2020-08-26 22:18:00 +06:00 |
|
n-gist
|
03d601b57c
|
Revert "Implementation TM_SELECTED_TEXT snippets variable for working with overtyped text"
This reverts commit e6519cb820.
|
2020-08-26 22:15:10 +06:00 |
|
n-gist
|
a4850d52db
|
Implementation TM_SELECTED_TEXT snippets variable for working with overtyped text
|
2020-08-26 22:15:09 +06:00 |
|
Rachel Macfarlane
|
8871a28963
|
Make github-authentication a UI extension again
|
2020-08-26 09:01:42 -07:00 |
|
Sandeep Somavarapu
|
6be16f9a16
|
Fix #104496
|
2020-08-26 17:04:32 +02:00 |
|
Rob Lourens
|
3613fc981b
|
Don't take over 'enter' in split json editor
Fix #105324
|
2020-08-26 07:57:31 -07:00 |
|
Alex Dima
|
9345bb7ab6
|
Separate the Paste implementation from the Cut & Copy one
|
2020-08-26 16:53:49 +02:00 |
|
Max Reynolds
|
f5b42dbccf
|
Update error messages
|
2020-08-26 07:51:54 -07:00 |
|
Johannes Rieken
|
196500f364
|
notebook cell edit
|
2020-08-26 16:45:43 +02:00 |
|
Alex Dima
|
353503a918
|
Execute the editor's paste handler when pasting
|
2020-08-26 16:33:07 +02:00 |
|
Benjamin Pasero
|
ec50253331
|
fuzzy scorer - fix another corner case for prefix matches
|
2020-08-26 16:06:12 +02:00 |
|
Daniel Imms
|
b2b71a8296
|
Sanity check lines[y] to fix exception
Fixes #105333
|
2020-08-26 06:50:45 -07:00 |
|
 Benjamin PaseroandDaniel Imms
|
995302fd69
|
Load 'node-pty' async (fix #105345) (#105401)
* Load 'node-pty' async (fix #105345)
* Use import type to prevent accidentally code import
Co-authored-by: Daniel Imms <daimms@microsoft.com>
|
2020-08-26 15:45:58 +02:00 |
|
Benjamin Pasero
|
bb2e67f6d6
|
load tas-client async (fix #105343) (#105400)
* load tas-client async (fix #105343)
* use import type
|
2020-08-26 15:45:24 +02:00 |
|
Sandeep Somavarapu
|
c5fe5d7c1a
|
open editors and pin
|
2020-08-26 15:05:23 +02:00 |
|
Sandeep Somavarapu
|
9225f89294
|
clean up
|
2020-08-26 15:05:23 +02:00 |
|
Benjamin Pasero
|
5f80fba373
|
fuzzy scorer - use prefix highlight positions if available
|
2020-08-26 14:47:48 +02:00 |
|
Ladislau Szomoru
|
bbb9784d8b
|
PoliCheck 💄
|
2020-08-26 14:42:39 +02:00 |
|
Ladislau Szomoru
|
70da5e2710
|
PoliCheck 💄
|
2020-08-26 13:28:43 +02:00 |
|
Benjamin Pasero
|
f922e8b757
|
debt - remove lib.array-ext.d.ts and support Array.includes (fix #102566) (#105404)
|
2020-08-26 13:07:30 +02:00 |
|
Johannes Rieken
|
0681925277
|
refactor bulk edit service a little so that it is fit for new edit types, https://github.com/microsoft/vscode/issues/105283
|
2020-08-26 12:29:26 +02:00 |
|
Sandeep Somavarapu
|
466cc0f807
|
align workspace recommendations
|
2020-08-26 11:49:32 +02:00 |
|
Sandeep Somavarapu
|
52b5ca614a
|
use language name in recommendation
|
2020-08-26 10:34:37 +02:00 |
|
Benjamin Pasero
|
3503c0124a
|
fuzzy scorer - make sure to give prefix scores the same fuzzy scoring treatment
This fixes issues around multi-queries, where each segment has a prefix match.
|
2020-08-26 10:04:26 +02:00 |
|
Alexandru Dima
|
076c57d808
|
Merge branch 'master' into ben/web-paste
|
2020-08-26 09:39:42 +02:00 |
|
Benjamin Pasero
|
7df29b1236
|
sandbox - fix for windows
|
2020-08-26 09:07:50 +02:00 |
|
Eric Amodio
|
e7da3681fe
|
Updates distro
|
2020-08-26 03:01:24 -04:00 |
|
Martin Aeschlimann
|
31a985b92f
|
Merge pull request #105326 from jonatan-ivanov/jenkinsfile-extension-support
Support for .jenkinsfile extension and Jenkinsfile.* filename pattern
|
2020-08-26 08:53:59 +02:00 |
|
Eric Amodio
|
b0f04b60e5
|
Fixing build
|
2020-08-26 02:48:41 -04:00 |
|
Benjamin Pasero
|
46860a105b
|
sandbox - allow to bring up a minimal workbench with simple services and in-memory file-system
|
2020-08-26 08:32:19 +02:00 |
|
Rob Lourens
|
804d5cbfe3
|
Run one inset modification at a time so they don't trample each other
Fix #105320
|
2020-08-25 20:35:04 -07:00 |
|
Sandeep Somavarapu
|
0f22246a44
|
improve wordings and show all recommendations
|
2020-08-26 01:45:28 +02:00 |
|
Rob Lourens
|
ee1a39e1ee
|
Fix sizing cell incorrectly for webview outputs
- webview outputs are not "hasDynamicHeight"
- The "else if" condition got flipped around in the last change
|
2020-08-25 16:19:29 -07:00 |
|
Sandeep Somavarapu
|
8bfdb0f87b
|
Improve exe based recommendations
|
2020-08-26 01:18:50 +02:00 |
|
Matt Bierner
|
c5134d83f7
|
Fix updating of a webview view's title
|
2020-08-25 15:17:09 -07:00 |
|