This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4a07b2
commit 7d753e2
Showing
7 changed files
with
3,960 additions
and
1,540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Type definitions for Microsoft Visual Studio Services v106.20161010.0630 | ||
// Type definitions for Microsoft Visual Studio Services v108.20161114.1020 | ||
// Project: https://www.visualstudio.com/integrate/extensions/overview | ||
// Definitions by: Microsoft <[email protected]> | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
7d753e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello Serkan, I have an extension using the vsts extension project templates for visual studio that got a lot of build errors after this update. All the erros are in vss.d.ts file:
vss.d.ts(21866,29): error TS1005: Build: '=' expected.
vss.d.ts(21874,21): error TS1005: Build: '=' expected.
vss.d.ts(21874,30): error TS1005: Build: ';' expected.
vss.d.ts(21875,21): error TS1005: Build: '=' expected.
vss.d.ts(21875,41): error TS1005: Build: ';' expected.
vss.d.ts(21876,29): error TS1005: Build: '=' expected.
vss.d.ts(29398,21): error TS1005: Build: '=' expected.
vss.d.ts(29398,45): error TS1005: Build: ';' expected.
Any idea of what might be causing this errors?
Thanks for the attention.
7d753e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get the exact same errors after updating to 1.108 release.
EDIT: Just had a look at the mentioned lines. You use readonly fields there without assigning a value. This is clearly an error.