Commit Graph

319 Commits

Author SHA1 Message Date
Connor Peet
f7f086d3dc ext: update builtin versions 2020-06-03 15:58:46 -07:00
Andre Weinand
9f6e7abc69 node-debug@1.44.6 2020-06-03 17:58:34 +02:00
Connor Peet
334758d23b chore: update js-debug and friends 2020-05-29 10:11:33 -07:00
João Moreno
d3dafbf7e1 publish setup for win32-arm64 2020-05-26 16:18:03 +02:00
Rob Lourens
42ec2477c6 Bump node-debug2 2020-05-21 11:23:07 -05:00
Connor Peet
1801b1c9bd ext: update js-debug-nightly 2020-05-20 11:25:03 -07:00
Rob Lourens
6071a17e88 Bump node2 2020-05-17 16:41:05 -05:00
Johannes Rieken
0a72cff694 update references viewlet, https://github.com/microsoft/vscode/issues/97881 2020-05-15 17:34:07 +02:00
Johannes Rieken
63edeb6629 update references viewlet 2020-05-15 13:08:56 +02:00
Johannes Rieken
a64787d4fd Update builtin extension ms-vscode.references-view
- ms-vscode.references-view -> 0.0.54 at 2020-05-15T09:08:44.893Z
2020-05-15 11:24:21 +02:00
Johannes Rieken
a0460940fd Update builtin extension ms-vscode.references-view
- ms-vscode.references-view -> 0.0.53 at 2020-05-14T16:12:22.04Z
2020-05-14 18:22:41 +02:00
Johannes Rieken
47952d5f09 Update builtin extension ms-vscode.references-view
- ms-vscode.references-view -> 0.0.52 at 2020-04-30T14:20:31.767Z
2020-05-14 18:10:46 +02:00
Connor Peet
b8b1752036 Update builtin extension ms-vscode.js-debug-nightly
- ms-vscode.js-debug-nightly -> 2020.5.417 at 2020-05-05T00:06:13.92Z
2020-05-05 07:57:50 -07:00
Connor Peet
a0fe37870c Update builtin extension ms-vscode.js-debug-nightly
- ms-vscode.js-debug-nightly -> 2020.4.2917 at 2020-04-30T00:05:41.373Z
2020-04-29 21:21:48 -07:00
Connor Peet
232d4e6f68 Update builtin extension ms-vscode.js-debug-nightly
- ms-vscode.js-debug-nightly -> 2020.4.2817 at 2020-04-29T00:06:04.157Z
2020-04-28 18:55:50 -07:00
Connor Peet
b732ee2280 Update builtin extension ms-vscode.vscode-js-profile-table
- ms-vscode.vscode-js-profile-table -> 0.0.2 at 2020-04-28T21:57:34.867Z
2020-04-28 15:14:27 -07:00
Daniel Imms
7f5bada046 Move EnvironmentVariableCollection API into ExtensionContext (#96061)
* Move env var collection to ext context

* Remove dispose, fix persistent passing

* Fire collection change on persistence change

* Fix tests by forcing activation and getting ctx

* chore: bump js-debug

Co-authored-by: Connor Peet <connor@peet.io>
2020-04-24 16:45:30 -07:00
Connor Peet
044bf17a2f Update ms-vscode.js-debug-nightly to 2020.4.2217 2020-04-23 09:36:11 -07:00
Connor Peet
2f9d3f166e Update ms-vscode.js-debug-nightly to 2020.4.2117 2020-04-22 15:05:25 -07:00
Johannes Rieken
58358a4914 update references viewlet 2020-04-20 11:38:44 +02:00
Connor Peet
a667de2a82 Update ms-vscode.js-debug-nightly to 2020.4.1517 2020-04-17 11:36:32 -07:00
Rob Lourens
61db9a5e8d Bump node-debug 2020-04-14 11:30:04 -05:00
Connor Peet
f0864cad51 chore: update js-debug 2020-04-09 12:31:11 -07:00
Rob Lourens
3a4d158969 Bump node2 2020-04-08 06:30:29 -07:00
João Moreno
54442c1c7b move built-in extensions to product.json 2020-04-06 13:36:07 +02:00
Alex Ross
ceb795a88f Fix commit 2019-09-19 12:57:04 +02:00
Alex Ross
a3d141c179 Improve custom tree view fileIcon event fix 2019-09-19 12:56:08 +02:00
Joao Moreno
180aff2652 fix license 2019-03-19 09:34:18 +01:00
Daniel Imms
966cd549e6 Rename key, add distro update 2019-03-08 11:17:38 -08:00
Jimmy Merrild Krag
b8097b88aa Change icon name on Linux for icon theme compatibility
This change is made under the assumption that the '-oss' part is removed for final official distribution builds.

The issue it resolves can be read about here: https://github.com/numixproject/numix-core/issues/2964
2018-11-06 10:34:42 +01:00
Johannes Rieken
cf238ba584 allow references view to use proposed api, add as built in extension 2018-11-02 12:50:17 +01:00
João Moreno
a7537ab306 remove proposed api usage 2018-09-13 11:37:34 +02:00
Ramya Achutha Rao
ee6a21fa49 Cleanup 2018-09-10 19:59:24 -07:00
Ramya Achutha Rao
e59aa151a6 Show separate error when cannot connect to marketplace than when no extensions are found #57901 2018-09-10 19:54:20 -07:00
Ramya Achutha Rao
1098de4c11 Absence of ai key stops only core from sending telemetry not extensions 2018-07-27 13:38:29 -07:00
Johannes Rieken
19f25e4801 add telemetry appender that writes to log (#53603)
* add log-telemetry-appender and wire it up in the shell

* enable log-only-telemetry in scripts/code.[sh|bat]

* Reduce noise, separate log file for telemetry

* Print telemetry events from shared process to corresponding log channel

* Telemetry events for cli go to the log file for cli

* Merge cli telemetry with all data with cli log

* Use LogAppender when running from source

* Skip check on isBuilt as the same is done in the shared process

* Telemetry events from main process go to corresponding log file

* Telemetry events from issue reporter go to corresponding log file

* Cleanup to reduce diff amount as I have OCD

* More cleanup

* Open telemetry log file via the Open Log File command

* Use regex to strip out common data

* Tests
2018-07-11 12:21:40 -07:00
Joao Moreno
35b22dd2fd build and publish win32 user setup 2018-06-20 15:22:42 +01:00
Rob Lourens
98c58dfe9a Include extensionAllowedProposedApi extensions in OSS product.json 2018-01-29 14:12:45 -08:00
Daniel Imms
1d9a9a1f68 Add win32x64AppId to product.json
This allows building the OSS version of the 64-bit windows installer
2018-01-14 12:57:34 -08:00
Christof Marti
f1d0c1d884 Revert inadvertant change to product.json 2017-05-18 12:35:32 -07:00
Christof Marti
b00945fc8c Quick link for tools and languages (fixes #22098) 2017-05-18 12:34:05 -07:00
Sandeep Somavarapu
c4ac26cd2d remove gallery url from product json 2017-04-25 21:26:15 +02:00
Sandeep Somavarapu
0c229e9270 Fix #24590 2017-04-25 18:02:01 +02:00
Joao Moreno
06987c36e9 revert bad changes 2017-02-22 17:01:35 +01:00
Joao Moreno
ca1deee166 git: give up on using the editor
fixes #20983
2017-02-21 11:55:27 +01:00
Marek Lewandowski
e02ccc6d00 Fixed #15939 - Added a dedicated property for value used in Windows shell, allowing to provide a custom hotkey. 2017-02-07 20:33:03 +01:00
Daniel Imms
b69e40dd8a Use license in product.json for rpm
Fixes #17133
2016-12-13 21:10:29 -08:00
Joao Moreno
4335cfbb5d add urlProtocol to product.json 2016-08-09 15:40:05 +02:00
Joao Moreno
1560169de5 oops 2016-08-09 15:38:23 +02:00
Joao Moreno
82211b4d3d home, end in suggest
fixes #10263
2016-08-08 17:34:57 +02:00