Commit graph

2544 commits

Author SHA1 Message Date
Alex Dima aada268951
update distro 2021-05-28 21:25:51 +02:00
Harald Kirschner 0dd52e2d77
Update distro 2021-05-27 09:05:20 -07:00
Martin Aeschlimann 363e8f25f6
bump distro 2021-05-26 22:06:58 +02:00
João Moreno 9252be4f90
distro 2021-05-26 21:00:20 +02:00
João Moreno 54ebd81917
distro 2021-05-26 20:57:44 +02:00
Martin Aeschlimann 31a59b5970
bump distro 2021-05-26 17:20:59 +02:00
Alex Dima 8bd49ffd50
update distro 2021-05-25 12:48:02 +02:00
deepak1556 286b643ecd chore: bump electron@12.0.9
Fixes https://github.com/microsoft/vscode/issues/122352
2021-05-25 13:41:03 +09:00
Daniel Imms 78251f8e01 Update distro
Fixes #123911
2021-05-24 12:22:18 -07:00
meganrogge cdbf46815c
update distro 2021-05-24 11:04:30 -07:00
Logan Ramos b9f2011939
Bump distro 2021-05-21 09:13:36 -04:00
Daniel Imms 36e2b3176e Update distro 2021-05-14 09:28:32 -07:00
Daniel Imms c492f13efc xterm@4.13.0-beta.1
Diff: 4a7bbe6...873dd76

Fixes #123291
Fixes #123000
Fixes #122938
2021-05-14 09:25:22 -07:00
deepak1556 d17d7ca46c chore: bump electron@12.0.7
Fixes https://github.com/microsoft/vscode/issues/62177
Fixes https://github.com/microsoft/vscode/issues/122630
Fixes https://github.com/microsoft/vscode/issues/118267
2021-05-14 12:30:22 +09:00
Daniel Imms e27581cfaf
Merge pull request #123782 from microsoft/robo/update_node_pty
chore: bump node-pty@0.11.0-beta6
2021-05-13 15:38:19 -07:00
deepak1556 d369789eae chore: bump node-pty@0.11.0-beta7 2021-05-14 00:06:37 +09:00
Daniel Imms 8be52b214e Update distro 2021-05-13 07:22:37 -07:00
deepak1556 006be3ffb6 chore: bump node-pty@0.11.0-beta6 2021-05-13 23:10:49 +09:00
Daniel Imms e1dba2ac02 Merge remote-tracking branch 'origin/main' into tyriar/getprofilesexthost 2021-05-13 05:16:55 -07:00
Daniel Imms 963eff6d06 Update distro 2021-05-12 16:49:35 -07:00
meganrogge dd7102dfae
update distro 2021-05-12 14:44:16 -07:00
Connor Peet 3439958ed1
bump distro 2021-05-11 15:45:15 -07:00
Raymond Zhao a0ce27feda
Update spdlog, use lazy initialization in extension host (#123033)
* Update spdlog, affects #121513

* Upgrade spdlog, use lazy initialization

* Bump remote spdlog version

* Update dependency again

* Upgrade for lodash vuln

* make sure the appender exists

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-11 06:33:01 -07:00
Daniel Imms 016c6c8970 Update distro 2021-05-11 06:26:16 -07:00
Alex Dima 5cd98b957f
update distro 2021-05-07 16:49:07 +02:00
Alex Dima b41265718b
update to latest vscode-oniguruma and vscode-textmate 2021-05-07 16:45:06 +02:00
dependabot[bot] f096c36412
Bump underscore from 1.8.3 to 1.12.1 (#123206)
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1.
- [Release notes](https://github.com/jashkenas/underscore/releases)
- [Commits](https://github.com/jashkenas/underscore/compare/1.8.3...1.12.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-07 00:45:16 -07:00
Tyler Leonhardt a07fdad467
rev distro again 2021-05-05 15:15:59 -07:00
Tyler Leonhardt 7f5eba22e0
rev distro 2021-05-05 15:08:37 -07:00
Tyler Leonhardt b396623ac0
rev distro 2021-05-05 14:42:56 -07:00
Tyler Leonhardt cb31884fe7
rev distro 2021-05-05 14:37:22 -07:00
Tyler Leonhardt c80a39136e
first attempt
actually run

ok run it for real

actually work

parameter syntax

monaco

logging

env var is always string

use variables

use global params

try idea to stop looping

move variables

wrap in quotes

rename all the artifacts

try downloading

up timeout

misc

underscore

add auth

log everything we need to

typo

typo

publish linux client archives too

renamed all that needed to be renamed

better error handling

raname windows assets

first attempt at letting new code handle releasing with macOS

move to $env

remove gate

include updated createAsset.js

onboard windows client

include js

add linux client

add built js

move over all publishing

update distro

use branch name?

processed artifacts and fix win32 server platforms

publish what artifacts were published

use download and more more to powershell

put it all in exec

actually in directory

fix path again

create file to be uploaded

move to all PowerShell

rename to publish and clean up code

update createAsset

use distro 2

more commented out code and add displayNames

address feedback
2021-05-05 14:37:16 -07:00
meganrogge 0b1926db8a
update distro 2021-05-05 14:21:45 -07:00
Raymond Zhao ad576d73db
Revert "Update spdlog, affects #121513"
This reverts commit 2d2de1920b.
2021-05-05 14:12:04 -07:00
meganrogge 58bcb64180
update distro 2021-05-05 13:53:58 -07:00
Raymond Zhao 2d2de1920b
Update spdlog, affects #121513 2021-05-05 13:49:25 -07:00
Matt Bierner 9be6a2476e
Combine build ext and build ext media tasks
Previously I split these up since I wasn't sure if we wanted finer grained control over them. Sounds like having them combined is more convenient
2021-05-05 08:39:58 -07:00
Daniel Imms 80e5d07b89 Update distro 2021-05-04 04:37:52 -07:00
Daniel Imms 1f597772c5
Merge pull request #122897 from microsoft/tyriar/inheritEnv
Remove inheritEnv, don't use shell env
2021-05-04 04:34:28 -07:00
Robo bce4d71f64
chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Daniel Imms 538b91fe42 Update distro 2021-05-03 22:44:06 -07:00
Matt Bierner 248cbc49cf
Update TS version for building VS Code 2021-05-03 15:58:26 -07:00
Benjamin Pasero 1ce98bb060
🆙 distro 2021-05-03 14:44:30 +02:00
Benjamin Pasero 31781a45da
🆙 windows-mutex@0.4.1 2021-05-03 13:38:53 +02:00
Benjamin Pasero 73688e7b40
🆙 windows-foreground-love@0.4.0 2021-05-03 13:38:44 +02:00
Benjamin Pasero 8a49aa7fec
🆙 jschardet@3.0.0 2021-05-03 13:38:36 +02:00
Benjamin Pasero b8419bb885
🆙 graceful-fs@4.2.6 2021-05-03 13:38:25 +02:00
Tyler James Leonhardt b34cff7e05
Update package.json 2021-04-30 07:49:27 -07:00
deepak1556 b2d6cab998 Revert "chore: bump electron@12.0.5"
This reverts commit 9064c909d7.

Fixes https://github.com/microsoft/vscode/issues/122661
2021-04-29 23:23:40 +09:00
Alex Dima 3162eac1f9
update distro 2021-04-29 10:44:33 +02:00