-
Notifications
You must be signed in to change notification settings - Fork 676
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
Added toggle option for project.json warning #1926
Conversation
* moved local functions moved local functions to top for readability and fixed missing semicolon local function at the end tslint exception for chai * use genral tslint chai rules * fix path to custom chai rules * revert type package versions * simplify gulp file * force chai types to 4.0.8
This reverts commit 894b0ca. update version
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.
sounds fine
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.
Looks good! Just a minor point about the option name.
package.json
Outdated
@@ -335,6 +335,11 @@ | |||
"default": false, | |||
"description": "Suppress the notification window to perform a 'dotnet restore' when dependencies can't be resolved." | |||
}, | |||
"csharp.suppressProjectDotJsonWarning": { |
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.
Probably don't need the 'Dot' in the option name.
Can you merge my pull request?
…On 18 December 2017 at 18:25:31, akshita31 ***@***.******@***.***)) wrote:
Merged #1926(#1926).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub(#1926 (comment)), or mute the thread(https://github.com/notifications/unsubscribe-auth/AAW7BFmWn3UeJCWqyG1xX30NSx2c87DFks5tBq4bgaJpZM4REIv9).
|
Which one ? |
I did merge it, thank you.
…On 18 December 2017 at 18:42:50, akshita31 ***@***.******@***.***)) wrote:
Which one ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub(#1926 (comment)), or mute the thread(https://github.com/notifications/unsubscribe-auth/AAW7BPug5PYsyMS8yEhiq5KlAZE3v_ecks5tBrIqgaJpZM4REIv9).
|
👏 |
Fixes : #1920
Added a suppressProjectDotJsonWarning toggle option and modified the code to check for the same.