Skip to content

Commit 13c8dfd

Browse files
feat: auto org selection is enabled by default; remove references to experimental feature [IDE-1663] (#431)
feat: auto org selection is enabled by default; remove references to experimental feature
1 parent 6678414 commit 13c8dfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Snyk.VisualStudio.Extension.2022/Settings/SnykSolutionOptionsUserControl.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@
124124
<value>25</value>
125125
</metadata>
126126
<data name="OrgDescriptionText.Text" xml:space="preserve">
127-
<value>[Experimental] Specify the organization (ID or name) for Snyk to run scans against for this specific IDE project.
127+
<value>Specify the organization (ID or name) for Snyk to run scans against for this specific IDE project.
128128

129129
If the organization value is blank or invalid, the value from the global Organization field will be used.</value>
130130
</data>
131131
<data name="autoOrganizationDescriptionLabel.Text" xml:space="preserve">
132-
<value>[Experimental] Use automatic organization selection. When enabled, Snyk will automatically
132+
<value>Use automatic organization selection. When enabled, Snyk will automatically
133133
select the most appropriate organization for your project using context found
134134
in your repository and your authentication.
135135

@@ -138,4 +138,4 @@ If an organization is configured manually, this feature will be overridden.
138138
If an appropriate organization cannot be identified automatically, the preferred organization defined in
139139
your web account settings will be used as a fallback.</value>
140140
</data>
141-
</root>
141+
</root>

0 commit comments

Comments
 (0)