Skip to content

Commit

Permalink
fix setting description (#1102)
Browse files Browse the repository at this point in the history
* change description

* bump version
  • Loading branch information
pgrivachev authored Jul 31, 2023
1 parent c1df76c commit e845eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Wizard for dbt Core (TM)",
"description": "This extension will help you work with dbt",
"icon": "images/Icon.png",
"version": "0.28.0",
"version": "0.28.1",
"publisher": "Fivetran",
"license": "MIT",
"preview": true,
Expand Down Expand Up @@ -41,7 +41,7 @@
"WizardForDbtCore(TM).enableSnowflakeSyntaxCheck": {
"type": "boolean",
"default": true,
"description": "Enabling this setting activates Snowflake syntax checks. As a result, any errors within Snowflake project models will be detected and displayed. Please note that this is an experimental feature and may not be entirely reliable. It could potentially yield false positive errors, indicating issues where there are none.",
"description": "Enabling this setting activates Snowflake syntax checks. As a result, any errors within Snowflake project models will be detected and displayed. Please note that this is an experimental feature and may yield false positive errors.",
"scope": "resource"
},
"WizardForDbtCore(TM).profilesDir": {
Expand Down

0 comments on commit e845eb2

Please sign in to comment.