You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the use of webview for describe and logs as replaced by OS Terminal
This commit completely removes the use of LazyLog-based webviews previously used
to display the contents of component describe and show/follow log functionality.
The "openshiftToolkit.useWebviewInsteadOfTerminalView" configuration preference is also removed
as well as all its usages.
Fixes: #1803
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
Copy file name to clipboardExpand all lines: README.commands.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ Commands available in context for the compenent
39
39
*`Start Dev on Podman` - Run the above start dev workflow for applications deployed on Podman.
40
40
*`Stop Dev` - Stop the dev command workflow and resources are cleaned, hence the application is not running on the cluster
41
41
*`Show Dev Terminal` - Directly opens the VSCode terminal where the dev command is running.
42
-
*`Describe` - Describe the given Component in terminal window or inside a webview editor.
43
-
*`Show Log` - Retrieve the log for the given Component in the terminal or inside a webview editor (can be changed in VSCode Settings)
44
-
*`Follow Log` - Follow logs for the given Component in the terminal or inside a webview editor (can be changed in VSCode Settings)
42
+
*`Describe` - Describe the given Component in terminal window.
43
+
*`Show Log` - Retrieve the log for the given Component in the terminal window.
44
+
*`Follow Log` - Follow logs for the given Component in the terminal window.
45
45
*`Open in Browser` - Open the exposed URL in default browser.
46
46
*`Deploy` - Deploys a Component on the cluster by first building the images of the containers to deploy, then by deploying the Kubernetes resources necessary to deploy the components.
47
47
*`Undeploy` - Undeploys a Component from the cluster. The component still resides in the local config.
@@ -56,7 +56,6 @@ future releases.
56
56
*`OpenShift Toolkit: Show Channel On Output` - Show OpenShift Toolkit output channel when new text added to output stream
57
57
*`OpenShift Toolkit: Output verbosity level` - Output verbosity level (value between 0 and 9) for OpenShift Create, Push and Watch commands in output channel and terminal view
58
58
*`OpenShift Toolkit: Search CLI tools in PATH locations before using included binaries` - Force extension to search for `oc` and `odo` CLI tools in PATH locations before using bundled binaries
59
-
*`OpenShift Toolkit: Use Webview based editors to show 'Show Log', 'Follow Log' and 'Describe' commands output` - Use Webview based editors instead of Terminal view to show or follow logs
60
59
*`OpenShift Toolkit: CRC Executable Location` - Provide the path where OpenShift Local is installed.
61
60
*`OpenShift Toolkit: CRC Pull Secret Path` - Provide the path where the pull secret file is present.
62
61
*`OpenShift Toolkit: CRC Cpu Cores` - Number of CPU cores to allocate to the OpenShift cluster as selected during the first run.
0 commit comments