Commit Graph

2310 Commits

Author SHA1 Message Date
Christof Marti 03a7223ee2 Investigate #94862 2020-04-21 12:05:54 +02:00
Benjamin Pasero 5201e0e937 electron - also setPermissionCheckHandler 2020-04-21 10:01:34 +02:00
Benjamin Pasero 07068baa3e electron - block permissions requests via setPermissionRequestHandler 2020-04-21 09:40:14 +02:00
João Moreno a873a9cca8 add content security policy 2020-04-20 10:48:19 +02:00
Christof Marti 273bb63e3c Include HTTP_PROXY and NO_PROXY (#93595) 2020-04-16 08:14:49 +02:00
kieferrm 92ff20ac39 app.ts - check uris 2020-04-14 10:06:52 -07:00
SteVen Batten c173ec392f update public logs 2020-04-08 12:47:28 -07:00
Christof Marti 1e960d5abb Set Electron session's proxy from user setting (fixes #94148) 2020-04-08 10:43:54 +02:00
Rob Lourens 9d6105b9d8 Merges changes from distro that should have gone into master
Update recommendations for C#.

The C# extension moved to a new publisher ID and the recommendations
need updating.
2020-04-07 14:50:35 -07:00
Sandeep Somavarapu 288445a550 #94599 Move exe based tips to new service in shared process 2020-04-07 16:23:47 +02:00
Rachel Macfarlane 2f0d2e415c Move issueReporterUtil to platform, fixes #94505 2020-04-06 15:33:17 -07:00
Daniel Imms df8b833e00 Merge pull request #94472 from microsoft/tyriar/94388
Report linux desktop-related env vars in issue reporter
2020-04-06 08:51:42 -07:00
Benjamin Pasero b644d803d1 debt - extract node pieces to node layer (window) 2020-04-06 09:17:00 +02:00
Benjamin Pasero 9f1aa3c9fe debt - remove node pieces from environment (#82598) 2020-04-06 09:12:41 +02:00
Benjamin Pasero f8432f8d9c debt - more usage of ES6 object assign 2020-04-06 08:58:37 +02:00
Daniel Imms ebbc6591de Report linux desktop-related env vars in issue reporter
Fixes #94388
2020-04-05 09:12:10 -07:00
Benjamin Pasero 3f0e5b4ab0 debt - adopt more ES6 things 2020-03-30 14:04:52 +02:00
Benjamin Pasero 9556196ed6 window picker - indicate dirty windows 2020-03-30 09:01:22 +02:00
Matt Bierner 716f2ef415 Add role=document to root webview document (#93435) 2020-03-27 12:50:40 -07:00
Eric Amodio cd182cac35 Fixes build - removes unused imports 2020-03-25 03:41:57 -04:00
Benjamin Pasero df958c974f web - remove "Open in Desktop"
Instead it should move into the new remote picker that is enabled for web.
2020-03-25 08:21:45 +01:00
Sandeep Somavarapu 89a300d871 fix compilation 2020-03-24 14:09:07 +01:00
Sandeep Somavarapu 145c3833f4 Merge branch 'master' into sandy081/sync/globalStorage 2020-03-24 14:02:21 +01:00
Sandeep Somavarapu b089ff140a #86678 Enhance back up views
- Show individual resources
2020-03-20 16:33:20 +01:00
Sandeep Somavarapu 84142c615d - Introduce storage key sync registry service
- Register pinned viewlets state key
2020-03-20 11:03:07 +01:00
Benjamin Pasero 0d2868d4e1 web - assume a light theme by default for background color 2020-03-18 09:28:02 +01:00
Sandeep Somavarapu 2c3c137b19 - rename gallery machined it to service machine id
- extract getting service machine id
2020-03-16 10:01:39 +01:00
Sandeep Somavarapu 839383dc1d remove settings sync service 2020-03-14 02:18:41 +01:00
Benjamin Pasero b419081bbc reuse telemetry constants (#92099) 2020-03-10 07:58:04 +01:00
Alex Dima 36996caea0 Clear font info when displays are added, removed or changed 2020-03-09 16:48:26 +01:00
Sandeep Somavarapu c584c5c177 Implement getAllRefs and resolveContent for backup store 2020-03-06 18:10:08 +01:00
Sandeep Somavarapu c7be212f89 Fix #92144 2020-03-06 10:43:22 +01:00
Matt Bierner eca0690ba0 Allow issue reporter to work on built-in extensions (#92040)
Fixes #91029
2020-03-05 12:15:23 -08:00
Sandeep Somavarapu 36141fa1f3 #85619 Enable following
- getting all refs
- resolving content for a ref
- deleting a resource
2020-03-05 03:38:41 +01:00
Benny Neugebauer 5bd89a2535 Fix typing for proxy auth window options (#91954) 2020-03-03 15:43:49 +01:00
Martin Aeschlimann a55b3e9525 Ok -> OK 2020-03-02 15:27:41 +01:00
Benjamin Pasero e1d6bfe8b1 debt - push down more native only environment properties 2020-03-02 12:46:04 +01:00
Benjamin Pasero 9eedabce7b debt - move native pieces of window config into node layer 2020-03-02 12:35:26 +01:00
Benjamin Pasero a949694b25 debt - reduce usage of explicit any 2020-02-28 11:33:55 +01:00
Benjamin Pasero 864f21ad61 tests - exit CLI process when renderer crashes or is unresponsive instead of bringing up a dialog 2020-02-27 11:19:59 +01:00
Rachel Macfarlane 3c1e64220f Fixes #91384 2020-02-26 17:15:11 -08:00
Benjamin Pasero 646aaf67aa Cleanup open-url handling (#91234)
* cleanup open-url handling

* open url - allow to open a remote workpsace without opening a window first

* help build

* undo build change

* support files too
2020-02-23 16:54:53 +01:00
Matt Bierner 0b3aa0a6ea Let extensions prepopulate the issue reporter title and description (#91039)
* Let extensions prepopulate the issue reporter title and description

Fixes #91028

Adds two new optional arguments to the `vscode.openIssueReporter` command: `issueTitle` and `issueBody`. These are taken using an options object and are used to pre-populate the native issue reporter fields

Hooks up these fields for TypeScript's report issue prompt. We use this to post the most recent TS Server error stack

* Extract duplicate command id to constant

* Log version directly instead of prompting users for it
2020-02-20 10:31:09 -08:00
Sandeep Somavarapu 5e5e709460 move auth token service from user data sync 2020-02-20 15:04:33 +01:00
Martin Aeschlimann e3d78d5a2c cli: new window when --remote is used without paths 2020-02-19 17:14:53 +01:00
Sandeep Somavarapu 6b71b834f3 #90076 move config service to common 2020-02-18 08:59:43 +01:00
Benjamin Pasero 8bac008949 web - allow to provide commands as workbench construction options 2020-02-14 10:59:36 +01:00
Benjamin Pasero bdf11560cd Web - add "Open in Desktop" feature and new web API 2020-02-12 11:21:19 +01:00
Sandeep Somavarapu 5608bb8185 Fix #90440 2020-02-11 13:14:38 +01:00
Benjamin Pasero 8a997f7321 Web: extension recommendations are not working (fix #90421) 2020-02-11 07:33:38 +01:00