Benjamin Pasero
ea6ecccb68
debt - avoid approot for resources in renderer ( #70237 )
2019-03-11 18:43:10 +01:00
Matt Bierner
d551d612de
Merge pull request #69931 from mjbvz/use-update-open
...
Use TS's updateOpen api to batch file changes
2019-03-11 09:15:11 -08:00
Matt Bierner
36fb7647d7
Flush buffer changes if we see the same file again
2019-03-11 10:14:07 -07:00
Matt Bierner
0e6496dff8
Don't add change if there are no changes
2019-03-11 10:14:07 -07:00
Matt Bierner
0aa886c72e
Add undocumented setting to disable batched sync
2019-03-11 10:14:07 -07:00
Matt Bierner
d597028001
Readonly
2019-03-11 10:14:07 -07:00
Matt Bierner
4b9c55d14e
Don't leak knowledge that updateOpen is special
2019-03-11 10:14:07 -07:00
Matt Bierner
2a5d86952a
Use TS's updateOpen api to batch file changes
...
For #64485
Batching file changes should be more efficent than sending requests one at a time.
2019-03-11 10:14:07 -07:00
Matt Bierner
56055231cd
Fix extra star in comment
2019-03-11 10:13:53 -07:00
isidor
b323af9096
strict null checks: repl
2019-03-11 18:07:06 +01:00
isidor
59dca36c22
strict null checks: debugEditorContribution
2019-03-11 17:51:47 +01:00
isidor
9bb8c5c60b
strict null checks: breakpoint widget
2019-03-11 17:51:47 +01:00
Matt Bierner
73f233b872
Pick up new TS@next
2019-03-11 09:39:19 -07:00
Matt Bierner
11d538d933
Strict null cehck extHostApiCommands
2019-03-11 09:05:34 -07:00
Matt Bierner
963ddff246
Strict null check extHostLanguageFeatures
2019-03-11 08:49:41 -07:00
Matt Bierner
944b6eaff2
Merge pull request #69915 from mjbvz/strict-null-work-in-exthostlanguagefeatures
...
Strict null check work in extHost and mainThread language Features
2019-03-11 07:38:08 -08:00
Matt Bierner
878eec7425
Strict null auto add
2019-03-11 08:34:57 -07:00
Sandeep Somavarapu
7ca85fed1f
Fix #66614
2019-03-11 16:34:50 +01:00
Matt Bierner
d37e38b6c3
Revert extract and use null supressions as requested
2019-03-11 08:33:13 -07:00
Matt Bierner
9d503a5481
Naming
2019-03-11 08:29:43 -07:00
Matt Bierner
8ee3c9a484
Allow trackobject to take undefined
2019-03-11 08:29:43 -07:00
Matt Bierner
a92031dc02
Strict null check work in extHost and mainThread language Features
...
- annotate undefined returned types
- Don't call functions with null or undefined values.
- Refactor _convertCompletionItem so that we don't need to mutate the returned object
- Suppress a type error related to electricCharacters.
2019-03-11 08:29:43 -07:00
Benjamin Pasero
08dcd9e25d
💄
2019-03-11 16:29:30 +01:00
Sandeep Somavarapu
10c2f55ecc
fix strict null check
2019-03-11 16:27:31 +01:00
Matt Bierner
6de764fb10
Strict null auto add
2019-03-11 08:17:23 -07:00
Sandeep Somavarapu
ecd66fdf7e
take hideIfEmpty parameter while registering of view containers
2019-03-11 16:13:41 +01:00
isidor
063f0c1365
strict null checks: debugHover
2019-03-11 15:53:16 +01:00
Benjamin Pasero
f32ba85ea1
fix #57272
2019-03-11 15:45:35 +01:00
Johannes Rieken
5a4c9902f9
fix #70218
2019-03-11 15:41:23 +01:00
isidor
3514e5c855
fixes #70198
2019-03-11 15:28:22 +01:00
Alex Ross
b91ffcf44a
Fix slash in tasks.json path caused by path migration
2019-03-11 15:14:50 +01:00
Benjamin Pasero
eff69bff02
nls - avoid string > 1000 chars
2019-03-11 15:05:55 +01:00
Johannes Rieken
c56f557ef3
update telemetry for range formatter, knowing what extensions typically collide, #41882
2019-03-11 15:00:58 +01:00
isidor
84a6d429bb
fixes #70117
2019-03-11 14:59:18 +01:00
Johannes Rieken
f047436f85
send entries as object, #67650
2019-03-11 14:47:54 +01:00
Martin Aeschlimann
c7ffcb9d0d
Open vscode://file/<path> in vscode is broken. Fixes #69998
2019-03-11 14:14:24 +01:00
Joao Moreno
03073ed4a8
fixes #70058
2019-03-11 14:10:13 +01:00
Martin Aeschlimann
b79b471f42
square brackets for workspace suffix
2019-03-11 13:30:58 +01:00
Martin Aeschlimann
211e7cd1ba
'openFolder': add recentEntryLabel
2019-03-11 13:30:43 +01:00
Andre Weinand
37f689cebc
remove paranoia code after fix for #69128
2019-03-11 13:18:40 +01:00
Sandeep Somavarapu
2c445297fb
Fix #70077
2019-03-11 12:01:56 +01:00
Johannes Rieken
80e10b8c65
monaco.d.ts BS
2019-03-11 12:00:30 +01:00
Johannes Rieken
f9346fbcf3
add editor.gotoLocation.many setting that controls how multiple locations should be handled, #70032
2019-03-11 11:46:32 +01:00
dekkonot
a0e2879b0d
Fix spelling of 'accessible' in task.json group enum ( #70145 )
2019-03-11 11:42:50 +01:00
Christopher Leidigh
ea854037b0
Selectbox: Remove explicit select role (Electron 2 workaround) ( #70188 )
...
* SelectBox: Remove explicit select role.
* Remove comments
2019-03-11 11:33:39 +01:00
Benjamin Pasero
8ec314aa0b
💄
2019-03-11 11:29:39 +01:00
Johannes Rieken
6892cfc90e
for now remove SelectionRangeKind #67872
2019-03-11 09:43:34 +01:00
Benjamin Pasero
d77d8d5611
debt - restore used class
2019-03-11 09:14:57 +01:00
Benjamin Pasero
76c330c3cd
electron 5 - bootstrap a nodeless configuration ( #68302 )
2019-03-11 09:01:45 +01:00
João Moreno
65ede5e23c
Merge pull request #70150 from algoshipda/fixcommenttypo
...
Fix comment typo handker -> handler
2019-03-11 08:57:51 +01:00