Alex Dima
ec9acc5ccd
Introduce editor.multiCursorPaste ( fixes #80624 )
2019-09-10 10:39:17 +02:00
Alexander
3ff6b96ab7
Update enablement of status bar item in constructor ( #80517 )
2019-09-10 10:27:33 +02:00
João Moreno
0b3ae7e089
Implement URLHandler router which looks at windowId query param ( #80260 )
...
* move urlIpc to common
* implement URLHandlerRouter
fixes #79635
* Add windowId to app URI
* use encodeURIComponent
2019-09-10 10:26:52 +02:00
Sergio Schvezov
51334d5bd9
buildSnapPackage: use the default snapcraft target ( #80217 )
...
Use the default snap target for snapcraft to create the snap (build is an
intermediate lifecycle step).
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com >
2019-09-10 10:24:40 +02:00
jrieken
e4a4635075
💄 remove strings.empty
2019-09-10 08:12:26 +00:00
Benjamin Pasero
6ccd016f56
error handling 💄
2019-09-10 07:53:22 +02:00
Pine Wu
55825e9ad2
Fix #80536
2019-09-09 15:56:36 -07:00
Konstantin Solomatov
d163340556
Replace Disposable[] with DisposableStore ( #80447 )
...
* Replace Disposable[] with DisposableStore
* code review: readonly field
* fix test error
* fix error
2019-09-09 15:30:43 -07:00
Rob Lourens
bb02180904
Delay gulp-watch read so watch task isn't broken on slower disks.
...
vscode writes files non-atomically. This is useful on an azure devbox over ssh.
2019-09-09 14:39:13 -07:00
Alex Dima
0a378fda42
Fixes #80572 : register correct default in JSON schema for enums
2019-09-09 21:43:55 +02:00
Matt Bierner
7226e32d1b
Use shared tsconfig for markdown preview
...
Fixes #80121
2019-09-09 10:20:56 -07:00
Matt Bierner
3fa22b2f02
Use Schemas constants
2019-09-09 09:41:26 -07:00
Matt Bierner
d6dab59f16
Allow file and vscode-remote schemes for links in markdown
...
Fixes #80352
2019-09-09 09:40:51 -07:00
Alex Dima
a39d2de39d
update distro
2019-09-09 18:19:49 +02:00
isidor
a33e554693
adopt registerAndGetAmdImageURL
...
fixes #80563
2019-09-09 18:15:11 +02:00
Alex Dima
0041358aee
Fixes #80382
2019-09-09 18:14:25 +02:00
Joao Moreno
332c4d9f64
fix too many updates
2019-09-09 17:31:26 +02:00
Alex Dima
1ba4dc6954
Introduce registerAndGetAmdImageURL and inline such images in the bundle phase in .js
2019-09-09 17:17:12 +02:00
Daniel Imms
e05feff0a2
xterm@3.15.0-beta108
...
Brings in the fix for alt click, missed in last update
Fixes #80496
2019-09-09 07:27:08 -07:00
Martin Aeschlimann
42b9564d7c
update distro
2019-09-09 15:55:42 +02:00
Johannes Rieken
09f125d59f
actually call the compareByKindAndRank-function
2019-09-09 15:46:18 +02:00
Martin Aeschlimann
e45341c2ee
Merge pull request #80560 from microsoft/aeschli/optiondescriptions
...
optionDescriptions as parameter of parseArgs
2019-09-09 15:35:21 +02:00
Martin Aeschlimann
54e3a5194f
fix help
2019-09-09 15:31:00 +02:00
Martin Aeschlimann
9d4b47dbed
optionDescriptions as parameter of parseArgs
2019-09-09 14:43:13 +02:00
Joao Moreno
ec9a617c20
Merge branch 'joao/fix-78388'
2019-09-09 12:11:41 +02:00
Joao Moreno
6921a8c3ca
tree: clicking on twistie should only expand/collapse if node is collapsible
2019-09-09 11:49:55 +02:00
Joao Moreno
7c678d4e16
fix bad index tree collapse state update change
2019-09-09 11:46:24 +02:00
Johannes Rieken
f8ba99ba5a
update test file
2019-09-09 11:04:36 +02:00
Johannes Rieken
b4ead4ed66
sortText default value is label, #66109
2019-09-09 11:04:18 +02:00
Rob Lourens
0f1bd7721b
Fix #77222
2019-09-06 15:30:56 -07:00
Alex Dima
ea661bb83f
Fix HTML integration test
2019-09-07 00:28:05 +02:00
Alex Dima
f56d927f6e
Restore unit tests
2019-09-07 00:18:02 +02:00
Rob Lourens
4f87889a7f
'u' flag makes RegExp stricter about which characters can be escaped
...
Fix #80455
2019-09-06 15:17:45 -07:00
Miguel Solorio
bc9a46a307
Update Octicons (organization and sync)
2019-09-06 14:40:24 -07:00
Miguel Solorio
48b30c643f
Unify padding across toolbars
2019-09-06 14:39:44 -07:00
Alex Dima
91e2711564
Do not emit EditorOption in monaco.d.ts
2019-09-06 23:14:28 +02:00
Rob Lourens
292685b13f
Fix #76654 - fix checking that workspace folders exist for searches in
...
remote
2019-09-06 14:05:19 -07:00
Miguel Solorio
09c580b197
Add white disconnect icon
2019-09-06 13:15:30 -07:00
Alexandru Dima
9089a79ecf
Refactor editor options ( #80469 )
...
Refactor editor options
2019-09-06 22:04:25 +02:00
Alex Dima
7b4c75560d
Merge remote-tracking branch 'origin/master' into alex/editor-options
2019-09-06 22:03:38 +02:00
Alex Dima
c84821fbb4
💄
2019-09-06 22:02:03 +02:00
Rob Lourens
9bb27be17b
Fix #79172 - error from telemetry
2019-09-06 12:49:45 -07:00
Joao Moreno
f09997e3b3
confine sashes within splitview
2019-09-06 21:47:17 +02:00
Alex Dima
b71b8a48de
Move schemas next to the editor options
2019-09-06 21:39:39 +02:00
Daniel Imms
8df7b76ed1
Update distro
2019-09-06 10:13:39 -07:00
Daniel Imms
77b3c29911
xterm@3.15.0-beta107
...
Diff: https://github.com/xtermjs/xterm.js/compare/2117005...9169108
Changes:
- Scroll bubbling
- Minor parser extensibility bugs
- Add repo field to addons
- CoreMouseService
- Bump mixin-deep and webpack deps
- Don't scroll down when alt clicking
Fixes #80496
Part of #80427
2019-09-06 09:59:07 -07:00
Johannes Rieken
8f6a073d19
Merge pull request #80491 from solomatov/expand-shrink-shortcuts
...
Shorter expand/shrink selection shortcuts on mac
2019-09-06 18:26:56 +02:00
Johannes Rieken
a563f4ad3d
Merge branch 'master' into expand-shrink-shortcuts
2019-09-06 18:18:28 +02:00
Johannes Rieken
f8daa9eac4
use project-src() to compile what tsconfig-defines
2019-09-06 18:16:12 +02:00
Joao Moreno
8a9f89c285
index tree: prevent root from changing collapse state
2019-09-06 17:44:25 +02:00