diff --git a/README.md b/README.md index 93a6a1a..2cb80c8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Tailscale Logo

-> Notice for Linux users: We're working to resolve an issue preventing this extension from being used on Linux. However, you can still use Funnel from the CLI ([docs](https://tailscale.com/kb/1223/tailscale-funnel/?q=funnel)). +> Notice for Linux users: We're working to resolve an issue preventing this extension from being used on Linux. However, you can still use Funnel from the CLI ([docs](https://tailscale.com/kb/1223/tailscale-funnel)). > Tailscale is a free and open source service, based on WireGuard®, that helps users build no-hassle virtual private networks. With a Tailscale network (tailnet), you can securely access services and devices on that tailnet from anywhere in the world. Tailnets can include anything from a Digital Ocean droplet to a Raspberry Pi, home security camera, or even a Steam Deck. You can share nodes with friends or co-workers, or even expose ports to the public internet with Tailscale Funnel. diff --git a/src/webviews/serve-panel/simple-view.tsx b/src/webviews/serve-panel/simple-view.tsx index 4f9b194..6d916c4 100644 --- a/src/webviews/serve-panel/simple-view.tsx +++ b/src/webviews/serve-panel/simple-view.tsx @@ -61,6 +61,31 @@ export const SimpleView = () => { const textDisabledStyle = 'text-foreground bg-background'; const hasServeTextStyle = persistedPort ? textStyle : textDisabledStyle; + // sorry Linux + if (window.tailscale.platform === 'linux') { + return ( +
+
+
+
Notice for Linux users
+
+ We're working to resolve an issue preventing this extension from being used on Linux. +
+ However, you can still use Funnel from the CLI. +
+
+ vsCodeAPI.openLink('https://tailscale.com/kb/1223/tailscale-funnel')} + > + See CLI docs + +
+
+
+ ); + } + return (
{data?.Errors?.map((error, index) => (