Activity overview
Latest activity by DeeTron
Thanks, Adrian. That helped. One thing I noticed while refining my formatting style to my liking. If I am in the caseExpressions object and in the value for the "thenAlignment" property and hit CTRL-Space, there is an extra suggestion that I think is a typo. I see four suggested values: indentedFromWhen, intentedFromWhen, toWhen, toWhenExpression. I think the intentedFromWhen is a typo in the extension's codebase. Here is a screenshot. [image] Here is the base JSON you'll need for the recreate: "caseExpressions": {<br> "thenAlignment": <br>} [image] [image] P.S. it seems that on the red-gate.com login page the username(email address) is case-sensitive. If I'm correct about that, it would be nice to mention that on the login screen here. / comments
Thanks, Adrian. That helped. One thing I noticed while refining my formatting style to my liking.If I am in the caseExpressions object and in the value for the "thenAlignment" property and hit CT...
In case it helps.... I do not have SQL Prompt for SSMS installed, only the ADS version (v0.2.2). I get a similar error at launch of ADS: Failed to import snippets from SSMS: Error: The JSON value could not be converted to System.String. Path: $['JOIN Schemas_Tables_Columns Template'].prefix | LineNumber: 3 | BytePositionInLine: 24. I do NOT believe I've done and mods to the extension's setting other than for formatting. In the settings panel (i.e. the GUI, and NOT looking at or editing the JSON directly) the three displayed settings are such: <div>Sql Prompt: Active Style = DSD SQL Style</div><div><br></div><div>Sql Prompt: Ads Snippets File = Default</div><div><br></div><div>Sql Prompt: Ssms Snippets folder = Default</div> Sorry if this muddies the issue the original poster raised, but I thought they might be related.
/ comments
In case it helps....I do not have SQL Prompt for SSMS installed, only the ADS version (v0.2.2). I get a similar error at launch of ADS:Failed to import snippets from SSMS: Error: The JSON value co...
documentation for the formattingstyle schema?
I'm running SP4ADS v0.2.2.0 but it isn't clear to me what some of the settings do.E.g.
"casing": {
"useObjectDefinitionCase": false
},
"dml": {
"clauses": {},
"listItems": {}}
Is t...