Commit graph

50824 commits

Author SHA1 Message Date
Johannes Rieken
519ec86ae4 swap web.resources with service worker approach 2019-07-02 15:16:34 +02:00
Johannes Rieken
7cbf591b90 wip 2019-07-01 18:39:57 +02:00
Johannes Rieken
4ae2f38de2
Merge pull request #76294 from microsoft/joh/suggest-explain
Add explain mode
2019-07-01 10:47:23 +02:00
Joao Moreno
df8e3f0d0c fix build 2019-07-01 10:45:19 +02:00
Joao Moreno
7beb71bd5c update distro 2019-07-01 09:57:37 +02:00
Julien Brianceau
59963fc1c0 Fix 'unkown' typos (#76297)
Because of this typo, the same localization string was duplicated:
* 'unkownProblemMatcher' referenced in processTaskSystem.ts
* 'unknownProblemMatcher' referenced in terminalTaskSystem.ts
2019-07-01 09:55:06 +02:00
Dirk Baeumer
39292af2b5 Fixes #76298: Smoke test failure: starts with 'DE' locale and verifies title and viewlets text is in German 2019-07-01 09:53:26 +02:00
Johannes Rieken
162c502a36 better wording for sort text 2019-07-01 09:52:35 +02:00
Joao Moreno
be403842b2 tests 2019-07-01 09:48:59 +02:00
Joao Moreno
b4d0ee7f78 Merge branch 'joao/build-perf' 2019-07-01 09:46:09 +02:00
Johannes Rieken
5f406230c9 use keybinding instead of setting, show provider name (iff possible) 2019-07-01 09:43:41 +02:00
Benjamin Pasero
344740989a fix build 2019-07-01 09:18:25 +02:00
Johannes Rieken
c2e57c0cf5
Merge pull request #76357 from tony-xia/typo-executeCodeLensProvider
Fixed a typo in vscode.executeCodeLensProvider args
2019-07-01 08:47:59 +02:00
Benjamin Pasero
e8792f4b79 web - implement recently opened and preserve fullscreen on switch (fix #76034) 2019-07-01 08:44:19 +02:00
Benjamin Pasero
506fea08ec update distro 2019-07-01 08:36:30 +02:00
Benjamin Pasero
0601c25ed4 electron 4 - persist normal bounds if window maximized (fix #422) 2019-07-01 08:13:31 +02:00
Benjamin Pasero
32f9f9ce92 debt - same about dialog on macOS in menu 2019-07-01 08:13:31 +02:00
Benjamin Pasero
be08339180 electron 4 - do more remote filtering 2019-07-01 08:13:31 +02:00
Benjamin Pasero
00acc08e0d electron 4 - add and use readdirWithFileTypes() 2019-07-01 08:13:31 +02:00
Benjamin Pasero
7b4cf38e93 electron 4 - unprefix grabbing cursor 2019-07-01 08:13:31 +02:00
Benjamin Pasero
021b5ab753 web api docs 2019-07-01 08:07:39 +02:00
Rob Lourens
ce4c2a3a93
Merge pull request #76359 from tony-xia/property-name-typo
onHighlghtRemoved -> onHighlightRemoved
2019-06-30 18:03:20 -07:00
Rob Lourens
8afdb51bf0
Merge pull request #76360 from tony-xia/variable-wording
Fixed variables wording issues
2019-06-30 18:02:43 -07:00
Sandeep Somavarapu
3395f8f08d fix tests 2019-06-30 23:28:16 +02:00
Sandeep Somavarapu
461a7dc1bf remove adoption of user data file system provider 2019-06-30 21:24:08 +02:00
Sandeep Somavarapu
f468bd1b55 adopt to api changes 2019-06-30 21:11:17 +02:00
Sandeep Somavarapu
6ee407f3a7 Merge branch 'master' into sandy081/userDataFileProvider 2019-06-30 21:06:12 +02:00
Sandeep Somavarapu
4b77cd2a98 Fix #73127 2019-06-30 20:59:48 +02:00
Sandeep Somavarapu
1af379c856
Fix 'postion' typos (#76187)
Fix 'postion' typos
2019-06-30 20:24:12 +02:00
Sandeep Somavarapu
2f0700cee7 Fix #75775 2019-06-30 16:31:34 +02:00
Tony Xia
be880e88af Fixed variables wording issues 2019-06-30 14:21:26 +10:00
Tony Xia
f93a39c886 onHighlghtRemoved -> onHighlightRemoved 2019-06-30 14:18:47 +10:00
Tony Xia
78954dd6b2 Fixed a typo in vscode.executeCodeLensProvider args 2019-06-30 14:10:07 +10:00
Daniel Imms
724b1c6190
Merge pull request #76349 from skprabhanjan/fix-72650_3
Fix-72650 Shell paths should be validated before launched to prevent ambiguous errors - $Path check
2019-06-29 14:08:52 -07:00
Daniel Imms
f8bd0e3dc8 Use findExecutable based on tasks function 2019-06-29 13:42:02 -07:00
Daniel Imms
ea5435a4ec Use pfs stat, handle directory, improve error meessages 2019-06-29 13:15:01 -07:00
pkoushik
a5db82427f Fix 72650 Changes with sync functions 2019-06-30 00:07:02 +05:30
Matt Bierner
7152aa5db5 Skip failing keyboards linux and windows tests 2019-06-28 20:55:46 -07:00
Matt Bierner
08ad050c27 Skip failing tests 2019-06-28 18:01:46 -07:00
Matt Bierner
89aa8bf137 Moving some electron specific webview js back into electron 2019-06-28 16:04:45 -07:00
Matt Bierner
c9c29f3ed3 Extract toContentHtml 2019-06-28 15:46:02 -07:00
Matt Bierner
83f1f231d0 Remove injectHtml since it not used 2019-06-28 15:39:52 -07:00
Matt Bierner
4fc2e0b5d8 Extract getVsCodeApiScript 2019-06-28 15:39:20 -07:00
Matt Bierner
579966f90d Enable stricter csp on main webview page 2019-06-28 15:27:46 -07:00
Matt Bierner
5caddbe262 Move undo/redo and select all to be electron specific webview elements as well 2019-06-28 15:27:46 -07:00
Matt Bierner
e652f73a9c Only register copy/cut/paste for electron based webviews 2019-06-28 15:27:46 -07:00
Matt Bierner
bd31eb7053 Use outerhtml for webview
Makes sure we preserve any custom attributes on the html element
2019-06-28 15:27:46 -07:00
Daniel Imms
b33e16cb06 Update xterm.css with upstream
Fixes #76271
See xtermjs/xterm.js#2276
2019-06-28 12:49:19 -07:00
Daniel Imms
963d1dd5cf Prefix private with _ 2019-06-28 12:37:38 -07:00
Daniel Imms
d28a7fd5d8
Merge pull request #73692 from Urange/master
Potential fix for issue #73396
2019-06-28 12:36:24 -07:00