Commit Graph

425 Commits

Author SHA1 Message Date
Benjamin Pasero 9eedabce7b debt - move native pieces of window config into node layer 2020-03-02 12:35:26 +01:00
Rachel Macfarlane 3c1e64220f Fixes #91384 2020-02-26 17:15:11 -08: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
Sandeep Somavarapu 6b71b834f3 #90076 move config service to common 2020-02-18 08:59:43 +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
Matt Bierner add759df6f Fix some more simple strict function errors
For #81574
2020-02-10 15:28:12 -08:00
Sandeep Somavarapu 62265b4ee2 Fix #90088 2020-02-10 17:27:59 +01:00
Sandeep Somavarapu 2a5cdd734d Use global extension enablement service directly 2020-02-10 12:52:44 +01:00
Benjamin Pasero edf7a551c3 clarify ipc messages 2020-02-09 10:42:19 +01:00
Benjamin Pasero 4ac76723c7 shared process - register channels when IPC ready 2020-02-06 13:00:12 +01:00
Benjamin Pasero 89b9cd79fb shared process - add separate whenIpcReady 2020-02-06 12:46:15 +01:00
Sandeep Somavarapu 154c56def8 adopt to new multiplex channel 2020-02-05 12:49:40 +01:00
Sandeep Somavarapu 4ee7ff133e 💄 2020-02-01 00:41:13 +01:00
Rachel Macfarlane 08aa77ee1f Fix typo in issue reporter string 2020-01-29 12:00:14 -08:00
Sandeep Somavarapu 071a77f223 #86916 sync extensions enablement 2020-01-23 08:38:06 +01:00
Sandeep Somavarapu a050d1d047 revert creating storage service 2020-01-22 15:37:25 +01:00
Sandeep Somavarapu 6f388fe4c3 Use native storage service 2020-01-22 09:55:03 +01:00
Sandeep Somavarapu a66950889a Create storage main service in shared process 2020-01-21 18:14:33 +01:00
Sandeep Somavarapu 5c928dff37 Fix #85618 2020-01-15 11:06:38 +01:00
Rachel Macfarlane 60beab2535 Move settings sync auth into built in extension 2020-01-14 14:50:37 -08:00
Sandeep Somavarapu f14dd3f77f Fix #86681 2020-01-08 16:53:18 +01:00
Miguel Solorio 82ed3d45ee Revert "Merge pull request #87320 from microsoft/misolori/codicon-consolidation"
This reverts commit 6c9b23edc4, reversing
changes made to 085abd5f1a.
2019-12-19 13:44:49 -08:00
Miguel Solorio 641543b6ee Consolidate codicon files to vs/base/parts/codicon 2019-12-18 22:30:07 -08:00
Rachel Macfarlane 19587ff116 Improve rendering of errors within issue reporter 2019-12-12 12:01:25 -08:00
Rachel Macfarlane 70fb5c6c54 Show warning when filing issue report on extension that does not have a GitHub bugs/repository url, fixes #73515 2019-12-11 16:24:21 -08:00
Sandeep Somavarapu d1be3bd39e 💄 2019-12-09 16:55:03 +01:00
Sandeep Somavarapu ccf9aeadc8 Fix #85331 #86402 2019-12-09 12:31:05 +01:00
Sandeep Somavarapu 8a7928e270 Fix #85210 2019-12-02 15:50:42 +01:00
Sandeep Somavarapu 4b0a066b83 - Get formatting options using text model
- Send only bindings to resolve
2019-12-02 11:15:42 +01:00
Sandeep Somavarapu 02bd95c906 refactor keybindings merge 2019-12-01 20:52:27 +01:00
Sandeep Somavarapu 1fbe309eb3 movw keybindings merge to workbench as service 2019-12-01 20:51:35 +01:00
Rachel Macfarlane 642659c47d strict function work, #81574 2019-11-18 11:54:38 -08:00
Rachel Macfarlane b9a9714d4c First cut of OAuth in the AuthTokenService 2019-11-11 12:45:38 -08:00
Rachel Macfarlane 8fd2f09c29 Remove unneeded telemetry log 2019-11-08 11:03:49 -08:00
Rachel Macfarlane bfa915d619 Support 'workbench.action.openIssueReport' command in the web - directly open GitHub 2019-10-28 15:18:10 -07:00
Benjamin Pasero 5ff0b530ba web - cleanup vendor specific CSS rules 2019-10-25 12:45:37 +02:00
Eric Amodio a1561eb79b Adds window border support to splash 2019-10-24 02:31:13 -04:00
Miguel Solorio 42d4a3b5c8 Replace 'Octicon' refs with 'Codicon' 2019-10-16 11:38:15 -07:00
Miguel Solorio 1f9045f47c Replace Octicons with Codicons 2019-10-14 19:15:35 -07:00
Rachel Macfarlane f6668e808a Close process explorer on cmd/ctrl+w, fixes #64373 2019-10-14 11:59:58 -07:00
Daniel Imms dfee0337a5 Merge branch 'master' into fix-executable-bits 2019-10-09 15:16:07 -07:00
Jackson Kearl 11b28d3872 Disallow reloading in issue reporter. Fixes #77171 (#82131) 2019-10-09 13:58:40 -07:00
Niklas Mollenhauer 1cc0b592c2 Remove executable bits from non-executable files 2019-10-08 15:18:42 +02:00
Matt Bierner b0dccbcf75 Marking a bunch of static variables as readonly
Readonly helps out with TS's type guards and is also a good best practice. Specifically, readonly strings/numbers have their literal type instead of a generic `string` | `number` type, which can help catch dead code and some common programming mistakes
2019-10-07 15:40:02 -07:00
Matt Bierner 4a461d267f Converting a few functions in ITokenizationRegistry to return undefined instead of null 2019-10-07 14:18:58 -07:00
Sandeep Somavarapu 39fa5f4f7d fix layering issue 2019-09-27 16:15:03 +02:00
Sandeep Somavarapu 64396bf622 adopt to auth token service 2019-09-27 12:48:25 +02:00
Benjamin Pasero f39e5c3c13 fix build 2019-09-27 10:48:18 +02:00