Johannes Rieken
ed3e4909f9
add storage sync logic #62365
2018-12-18 12:07:41 +01:00
Johannes Rieken
8b32ed7c85
Revert "Revert "Revert "remove shareSuggestSelections
-setting for now #62365 """
...
This reverts commit 0740633118
.
2018-12-18 11:51:29 +01:00
Joao Moreno
8f384e3849
DataTree.getViewState()
...
fixes #65005
2018-12-18 11:27:25 +01:00
Johannes Rieken
3745cb31a1
fix tests
2018-12-18 11:25:35 +01:00
Johannes Rieken
619910e0d2
make menu and command extension points dynamic
2018-12-18 11:25:35 +01:00
Joao Moreno
624439780c
missing yarn
2018-12-18 11:25:15 +01:00
isidor
3f7ff31cb9
repl: cleanup tree input
...
fixes #65091
2018-12-18 11:08:20 +01:00
Sandeep Somavarapu
9f41a2d4cb
Strict null check
2018-12-18 11:05:45 +01:00
Sandeep Somavarapu
5b146aa6c3
Cache code actions for a file and do not ask for code actions always for showing light bulb
2018-12-18 11:03:48 +01:00
Sandeep Somavarapu
f9db8d784f
#1927 Render multiline diagnostics in problems view
2018-12-18 11:02:11 +01:00
Johannes Rieken
27fd58c206
refine SelectionRangeKind #63935
2018-12-18 10:57:56 +01:00
Johannes Rieken
4dd31e92c8
fix #65041
2018-12-18 10:41:47 +01:00
James Dinh
0dd507aba1
Enable strict null checking for files test ( #65249 )
2018-12-18 10:32:06 +01:00
Matt Bierner
d85a16f2e4
Strict null check code action tests
2018-12-17 17:16:43 -08:00
Matt Bierner
46859507da
Update api to avoid casts in tests
2018-12-17 17:12:08 -08:00
Matt Bierner
b22c141b26
Don't include snippetSessions test yet in strict null checks
2018-12-17 17:09:30 -08:00
Alexander
ec45d201a5
Enable strict null checking for snippetVariables test ( #65236 )
...
* Enable strict null checking for snippetVariables test
* Enable strict null checking for snippetSession test
* Enable strict null checking for snippetParser test
2018-12-17 17:08:22 -08:00
Rachel Macfarlane
724d2ef09d
Update draft mode state of new comment widget, more error handling
2018-12-17 17:03:40 -08:00
Matt Bierner
04cb6a4c77
Prevent example jsdoc highlighting block from potentially leaking
...
Fixes #65181
2018-12-17 16:22:52 -08:00
Matt Bierner
21d29aeb45
Update js/ts grammar
2018-12-17 15:50:25 -08:00
Matt Bierner
09ac3c5dd6
Marking some more editor interface fields readonly
2018-12-17 14:56:28 -08:00
Matt Bierner
b7b1088bde
Strict null check cliProcessMain
2018-12-17 14:46:59 -08:00
Matt Bierner
113733ce42
Fix strict null errors in terminalColorRegistry
2018-12-17 14:39:58 -08:00
Matt Bierner
3eed14868b
Strict null check telemetryOptOut
2018-12-17 14:29:51 -08:00
Matt Bierner
34fc91ae5d
Strict null check markersPanelActions
2018-12-17 14:29:51 -08:00
Matt Bierner
ae16d04a19
Strict null chec codeActionCommand
2018-12-17 14:29:51 -08:00
Matt Bierner
a1da99e600
Strict null check experiment service
2018-12-17 14:29:51 -08:00
Rob Lourens
a02175c534
Fix #64819 - fix multiline copy results
2018-12-17 11:50:07 -08:00
Rob Lourens
194e87a736
Fix #58370 - don't throw if there is no search provider for the scheme
2018-12-17 11:50:07 -08:00
Matt Bierner
97752056c5
Fix unit test failure
...
Make sure we always set `commitHash` even if it is falsy
2018-12-17 11:46:38 -08:00
Daniel Imms
1de614e285
Merge pull request #64461 from Microsoft/kieferrm/terminal-cwd
...
Allow TerminalOptions.cwd to be a URI or a string
2018-12-17 11:41:18 -08:00
Daniel Imms
e110245f13
Merge branch 'master' into kieferrm/terminal-cwd
2018-12-17 11:21:20 -08:00
Matt Bierner
ed2018b651
Strict null check workspaceStats.ts
2018-12-17 11:12:56 -08:00
Matt Bierner
825257ce3e
Strict null check sharedProcessMain
2018-12-17 11:12:56 -08:00
Matt Bierner
841b2f2572
Strict null check resourceViewer.ts
2018-12-17 11:12:56 -08:00
Matt Bierner
78961d52d0
Strict null check searchWorker
2018-12-17 11:12:56 -08:00
Matt Bierner
f8a93ddc74
Strict null check welcomePage.ts
2018-12-17 11:12:19 -08:00
Joao Moreno
f52112e318
clean setInput
2018-12-17 19:58:31 +01:00
SteVen Batten
1ece160c3f
fix null checks and menu alignment
...
#54527
2018-12-17 09:55:25 -08:00
SteVen Batten
5a8d28c2dd
fix adjusting title before creation
2018-12-17 09:30:29 -08:00
Benjamin Pasero
8e169b600b
electron 3.0.x: use the --no-untrusted-code-mitigations flag
...
Since Electron 3 we use a V8 version that comes with untrusted code mitigations enabled by default (https://v8.dev/docs/untrusted-code-mitigations ). This comes at a performance cost according to the blog. Since we do not execute untrusted code, we disable these mitigations.
2018-12-17 17:44:53 +01:00
Benjamin Pasero
ac0ead21e6
electron 3 - trace-hydrogen is no longer supported
2018-12-17 17:27:26 +01:00
Johannes Rieken
b32390b7c6
fix startup timings file
2018-12-17 16:12:44 +01:00
Johannes Rieken
085374fdeb
fix #65119
2018-12-17 16:03:28 +01:00
Joao Moreno
99a536d159
introduce WorkbenchDataTree
...
related to #65091
2018-12-17 15:48:19 +01:00
Alex Dima
e4b1db51cc
Fixes #65040
2018-12-17 15:43:09 +01:00
Joao Moreno
419d5bbaed
AsyncDataTree<TInput...
...
related to #65091
2018-12-17 15:42:32 +01:00
Alex Dima
8c09d4f476
Add error handlers to watchers
2018-12-17 15:23:07 +01:00
Johannes Rieken
78963e9090
fix #65119
2018-12-17 15:19:34 +01:00
Johannes Rieken
514ec620de
add SelectionRange and SelectionRangeKind, #63935
2018-12-17 15:10:18 +01:00