Johannes Rieken
0854ac3ca1
fix test
2018-04-12 16:41:58 +02:00
isidor
0a4bc8d0b1
explorerViewer: null guard when getting children
2018-04-12 16:29:47 +02:00
isidor
7693169c38
debug: do not look at breakpoint column when finding breakpoint for widget
...
fixes #46898
2018-04-12 16:29:47 +02:00
Dirk Baeumer
2e9910fee0
Wrap task API into proposedApiFunction
2018-04-12 16:15:56 +02:00
Johannes Rieken
da9720b39b
support IResolveContentOptions#position, #41985
2018-04-12 15:14:40 +02:00
Johannes Rieken
bb588d678d
better implementation of end-methods, #41985
2018-04-12 15:03:18 +02:00
Joao Moreno
2098851c25
startup timeout
2018-04-12 15:00:44 +02:00
Joao Moreno
ebc3719977
smoke: improve wait for welcome
2018-04-12 14:46:40 +02:00
Benjamin Pasero
5d369af230
💄
2018-04-12 12:27:53 +02:00
Johannes Rieken
358cf86605
have chunked writing (internally) wired up, #41985
2018-04-12 12:22:55 +02:00
Johannes Rieken
d790365c2a
move stream implementation into their own files, chunked reading, towards chunked writing, #41985
2018-04-12 11:56:45 +02:00
Joao Moreno
f8938fb2d2
fix --skip-getting-started
2018-04-12 11:50:31 +02:00
Joao Moreno
24da7d88a6
smoketest: fix openFile
2018-04-12 11:42:44 +02:00
Dirk Baeumer
1101029851
Fixes #47652 : Custom problem matcher "kind": "file" doesn't matches
2018-04-12 11:38:17 +02:00
Alex Dima
ed9b9dd8bd
Safer loading of spdlog
2018-04-12 11:19:33 +02:00
Alex Dima
399d537e67
Safer loading of native-watchdog
2018-04-12 11:19:33 +02:00
Joao Moreno
3379c0d8ab
create named pipe in windows
2018-04-12 09:55:31 +02:00
Alex Dima
7929e62520
Fix rename to also cover octiconLabel.mock (due to bb1f0f0407
)
2018-04-12 09:50:15 +02:00
Alex Dima
97524812b8
Ship monaco-editor-core
2018-04-12 09:50:09 +02:00
Alex Dima
f8442ad379
Fixes Microsoft/monaco-editor#773
2018-04-12 09:50:03 +02:00
Alex Dima
c9662f4278
Fixes Microsoft/monaco-editor#770
2018-04-12 09:49:56 +02:00
Alex Dima
472ede0442
Fixes Microsoft/monaco-editor#772 : Avoid NPE
2018-04-12 09:49:50 +02:00
Alex Dima
af6cc15110
Fixes Microsoft/monaco-editor#779 : Make reference search work (with kb) in standalone editor
2018-04-12 09:49:40 +02:00
Alex Dima
42c718afa6
setImmediate is not available in browsers
2018-04-12 09:49:32 +02:00
Alex Dima
b872c17e77
Fixes Microsoft/monaco-editor#792 : Enable empty selection clipboard also in Firefox
2018-04-12 09:49:25 +02:00
Alex Dima
d05a01c35b
Fixes Microsoft/monaco-editor#806 : Emit focus/blur events only when the state changes
2018-04-12 09:49:16 +02:00
Alex Dima
af0d9ae943
Fixes Microsoft/monaco-editor#811 : Use standard import format for CSS
2018-04-12 09:49:08 +02:00
Joao Moreno
3abe8e46ad
Merge branch 'smoketest'
2018-04-12 09:41:46 +02:00
Joao Moreno
b35c2887a9
fix buildfile
2018-04-12 09:25:47 +02:00
Benjamin Pasero
d504478d4a
files - extract resource encoding related helper
2018-04-12 08:42:23 +02:00
Sandeep Somavarapu
2717a0e924
Merge pull request #47435 from JoshuaKGoldberg/insalled-typo
...
Fixed isInsalled typo in source
2018-04-12 08:38:03 +02:00
Benjamin Pasero
84ce87420b
files - cleanup & remove obsolete importFile action
2018-04-12 07:53:07 +02:00
Ramya Achutha Rao
fe9d9532ea
Absorb upstream bug fix for #46511
2018-04-11 21:34:22 -07:00
André Weinand
b578dc2bd1
support to launch debuggee from EH
2018-04-12 00:56:15 +02:00
Matt Bierner
5346c5e928
Use ... after code action comand labels to indicate they require further input
2018-04-11 15:39:07 -07:00
Matt Bierner
556fa03cf3
Add source code action kind
...
Fixes #47621
Adds the concept of a source code action that applies to an entire file. Does not show these actions in the lightbulb menu by default
2018-04-11 15:34:33 -07:00
Sandeep Somavarapu
c1b9138a23
#22289 Show files exclude filter inside inputbox
2018-04-11 23:44:56 +02:00
Rob Lourens
93582ce6de
Fix #47228 - Don't autofix JSON incorrectly when the user has only typed a key and colon
2018-04-11 14:32:54 -07:00
Sandeep Somavarapu
5a2a746bd9
#22289 Show messages with actions
2018-04-11 22:53:00 +02:00
Martin Aeschlimann
71300ed48d
Merge pull request #47520 from DustinCampbell/update-csharp-grammar
...
Update C# TextMate grammar with latest bug fixes
2018-04-11 22:09:56 +02:00
Matt Bierner
8cb7e80544
Split out Webview
from WebviewEditor
in proposed API ( #47370 )
...
* Split out `Webview` from `WebviewEditor` in API
**Problem**
The current proposed `Webview` interface has a few methods and properties that are very editor specific, such as `.reveal` and `.onDidChangeViewState`. These properies will not make sense if we ever allow webview to be displayed in other locations, such as in widgets
**Proposal**
Split the concepts of a `Webview` and of a `WebveiwEditor`. A webview is the html content itself. A `WebviewEditor` is an editor that displays a `Webview`
This would allow us to easily add other types of `Webview` owning objects in the future without having to document that some methods only apply when a webview is used as an editor vs as a widget
2018-04-11 11:49:02 -07:00
Benjamin Pasero
485a469b94
fix handleLocalStorage logic
2018-04-11 18:37:27 +02:00
Sandeep Somavarapu
6f32564356
Implement #22289
2018-04-11 18:00:51 +02:00
Sandeep Somavarapu
6bf56c43e1
Use items width to compute overflow
2018-04-11 18:00:51 +02:00
Joao Moreno
b4492b1f76
further cleanup of driver API
2018-04-11 17:25:51 +02:00
Joao Moreno
3df5480a16
green tests, more cleanup
2018-04-11 17:25:37 +02:00
Johannes Rieken
b21e8d48fb
💄 , #47475
2018-04-11 16:55:18 +02:00
Joao Moreno
68e36ecb87
more wait calls
2018-04-11 16:48:42 +02:00
Johannes Rieken
da79ed6bb2
allow to return results async and sync, #47475
2018-04-11 16:21:33 +02:00
Joao Moreno
5d48d47129
remove API
2018-04-11 16:20:09 +02:00