-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Azure Data Studio 1.31.0 Extension API #54688
Azure Data Studio 1.31.0 Extension API #54688
Conversation
@Charles-Gagnon Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PR
Code ReviewsBecause this PR edits the configuration file, it can be merged once it's reviewed by a DT maintainer. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 54688,
"author": "Charles-Gagnon",
"headCommitOid": "e7455bdc35b68b2b12e35646c2929d49074962af",
"lastPushDate": "2021-07-22T22:27:01.000Z",
"lastActivityDate": "2021-07-23T17:18:44.000Z",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "azdata",
"kind": "edit",
"files": [
{
"path": "types/azdata/azdata-tests.ts",
"kind": "test"
},
{
"path": "types/azdata/index.d.ts",
"kind": "definition"
},
{
"path": "types/azdata/tslint.json",
"kind": "package-meta",
"suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-linter-tslintjson) and not moving towards it (check: `rules`)"
}
],
"owners": [
"Charles-Gagnon",
"alanrenmsft",
"kburtram",
"kenvanhyning"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "alanrenmsft",
"date": "2021-07-23T17:18:44.000Z",
"isMaintainer": false
},
{
"type": "stale",
"reviewer": "kburtram",
"date": "2021-07-22T21:42:09.000Z",
"abbrOid": "ec35c78"
}
],
"mainBotCommentID": 885252501,
"ciResult": "pass"
} |
🔔 @alanrenmsft @kburtram @kenvanhyning — please review this PR in the next few days. Be sure to explicitly select |
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.
LGTM.
@Charles-Gagnon The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
@Charles-Gagnon The CI build failed! Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review. |
@kburtram Thank you for reviewing this PR! The author has pushed new commits since your last review. Could you take another look and submit a fresh review? |
@kburtram @alanrenmsft @kenvanhyning Could one of you please sign off on this? |
@@ -10,6 +10,7 @@ | |||
"no-single-declare-module": false, | |||
"no-unnecessary-generics": false, | |||
"npm-naming": false, | |||
"strict-export-declare-modifiers": false | |||
"strict-export-declare-modifiers": false, | |||
"unified-signatures": false |
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.
Seems like unified-signatures should add an exception when any of the signatures is deprecated.
Edit: microsoft/dtslint#337
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.
Agreed, thank you for submitting that!
I just published |
Please fill in this template.
npm test <package to test>
.If changing an existing definition: