Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build VSCode using TS 2.4 #30473

Merged
merged 3 commits into from
Jul 12, 2017
Merged

Build VSCode using TS 2.4 #30473

merged 3 commits into from
Jul 12, 2017

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Jul 12, 2017

Build VSCode with TS 2.4

Fixes #28643

@mjbvz mjbvz self-assigned this Jul 12, 2017
@mjbvz mjbvz added this to the July 2017 milestone Jul 12, 2017
@mjbvz mjbvz requested review from joaomoreno and jrieken July 12, 2017 07:44
contentType: mime.lookup(file),
cacheControl: 'max-age=31536000, public'
const blobOptions: azure.BlobService.CreateBlockBlobRequestOptions = {
contentSettings: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this going to break something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is the correct API for current version of the azure bindings: https://github.com/Azure/azure-storage-node/blob/master/typings/azure-storage/azure-storage.d.ts#L2778

Not sure if the properties were being applied correctly before or just being ignored

Copy link
Member

@jrieken jrieken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There still some formatting problem, compiler is happy tho. This the guide to run the formatter on all sources: #13373 (comment)

@mjbvz mjbvz merged commit 5da27ba into microsoft:master Jul 12, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adopt TS 2.4 For VS Code Build
4 participants