Skip to content

Commit 93499f9

Browse files
feat: auto org selection is enabled by default; remove references to experimental feature [IDE-1663] (#349)
feat: auto org selection is enabled by default; remove references to experimental feature
1 parent 91341f3 commit 93499f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/src/main/java/io/snyk/eclipse/plugin/properties/NativeProjectPropertyPage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected void createFieldEditors() {
9292
var url = Preferences.getInstance().getEndpoint() + "/account";
9393
var urlUserDocs = "https://docs.snyk.io/developer-tools/snyk-ide-plugins-and-extensions/eclipse-plugin/configuration-of-the-eclipse-plugin#global-settings";
9494
addField(new LabelFieldEditor(
95-
"[Experimental] Use automatic organization selection. When enabled, Snyk will automatically select the most\n"
95+
"Use automatic organization selection. When enabled, Snyk will automatically select the most\n"
9696
+ "appropriate organization for your project using context found in your repository and your authentication.\n"
9797
+ "\n"
9898
+ "If an organization is configured manually, this feature will be overridden.\n"
@@ -123,7 +123,7 @@ public void widgetSelected(SelectionEvent e) {
123123
addField(projectOrg);
124124

125125
addField(new LabelFieldEditor(
126-
"[Experimental] Specify the organization (ID or name) for Snyk to run scans against for this specific IDE project.\n"
126+
"Specify the organization (ID or name) for Snyk to run scans against for this specific IDE project.\n"
127127
+ "\n"
128128
+ "If the organization value is blank or invalid, the value from the global Organization field will be used.",
129129
getFieldEditorParent()));

0 commit comments

Comments
 (0)