Skip to content

Commit

Permalink
removed experimental feature (#2898)
Browse files Browse the repository at this point in the history
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
  • Loading branch information
msivasubramaniaan authored May 23, 2023
1 parent 0390776 commit c72704c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
39 changes: 1 addition & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,16 +794,6 @@
"title": "Import Component from git repository",
"category": "OpenShift"
},
{
"command": "openshift.experimental.mode.enable",
"title": "Experimental Features",
"category": "OpenShift"
},
{
"command": "openshift.experimental.mode.disable",
"title": "✓ Experimental Features",
"category": "OpenShift"
},
{
"command": "openshift.component.dev.onPodman",
"title": "Start Dev on Podman",
Expand Down Expand Up @@ -1161,14 +1151,6 @@
"command": "openshift.component.openImportFromGit",
"when": "view == openshiftComponentsView",
"group": "navigation"
},
{
"command": "openshift.experimental.mode.enable",
"when": "view == openshiftComponentsView && !config.openshiftToolkit.experimentalFeatures"
},
{
"command": "openshift.experimental.mode.disable",
"when": "view == openshiftComponentsView && config.openshiftToolkit.experimentalFeatures"
}
],
"view/item/context": [
Expand Down Expand Up @@ -1314,7 +1296,7 @@
},
{
"command": "openshift.component.dev.onPodman",
"when": "view == openshiftComponentsView && config.openshiftToolkit.experimentalFeatures && viewItem =~ /openshift\\.component.*\\.dev-nrn.*/",
"when": "view == openshiftComponentsView && viewItem =~ /openshift\\.component.*\\.dev-nrn.*/",
"group": "c1@2"
},
{
Expand Down Expand Up @@ -1601,25 +1583,6 @@
"default": 100000
}
}
},
{
"type": "object",
"order": 4,
"title": "Experimental Features",
"properties": {
"openshiftToolkit.experimentalFeatures": {
"order": 1,
"description": "Show OpenShift Toolkit Experimental Features.",
"type": "boolean",
"default": true
},
"openshiftToolkit.devModeRunOnPodman": {
"order": 2,
"description": "Show warning about experimental feature",
"type": "boolean",
"default": true
}
}
}
]
},
Expand Down
25 changes: 0 additions & 25 deletions src/experimental.ts

This file was deleted.

0 comments on commit c72704c

Please sign in to comment.