|  | 
| 1 |  | -# Kubernetes [k3d](https://github.com/rancher/k3d) extension for Visual Studio Code | 
|  | 1 | +# Kubernetes [k3d](https://github.com/k3d-io/k3d) extension for Visual Studio Code | 
| 2 | 2 | 
 | 
| 3 |  | -[](https://marketplace.visualstudio.com/items?itemName=inercia.vscode-k3d) | 
| 4 |  | -[](https://marketplace.visualstudio.com/items?itemName=inercia.vscode-k3d) | 
| 5 |  | -[](https://vsmarketplacebadge.apphb.com/rating/inercia.vscode-k3d.svg) | 
|  | 3 | + | 
|  | 4 | + | 
|  | 5 | + | 
| 6 | 6 | 
 | 
| 7 | 7 | ## Overview | 
| 8 | 8 | 
 | 
| 9 |  | -This extension displays your [k3d](https://github.com/rancher/k3d) local clusters | 
|  | 9 | +This extension displays your [k3d](https://github.com/k3d-io/k3d) local clusters | 
| 10 | 10 | in the Kubernetes extension's Cloud Explorer. You can use this to create and | 
| 11 | 11 | delete clusters, and to merge them into your `kubeconfig`. | 
| 12 | 12 | 
 | 
| 13 | 13 | > IMPORTANT: **This is an early stage preview. It's not feature complete! Feature requests | 
| 14 | 14 |   welcome via the issues page. (And let us know about bugs too!)** | 
| 15 | 15 | 
 | 
| 16 |  | -> This project was originally based on the | 
|  | 16 | +> This project was developed by @inercia and originally based on the | 
| 17 | 17 |   [KinD plugin for VSCode](https://github.com/deislabs/kind-vscode). | 
| 18 | 18 | 
 | 
| 19 | 19 | ## Features | 
| @@ -71,11 +71,11 @@ delete clusters, and to merge them into your `kubeconfig`. | 
| 71 | 71 | ## Installation | 
| 72 | 72 | 
 | 
| 73 | 73 | You can find this plugin in the | 
| 74 |  | -[VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=inercia.vscode-k3d). | 
|  | 74 | +[VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=k3d-io.k3d). | 
| 75 | 75 | You will find detailed installation instructions there. | 
| 76 | 76 | 
 | 
| 77 | 77 | This extension will download the latest, stable version of `k3d` automatically, although you can | 
| 78 |  | -force a specific instalation _channel_ of `k3d` with some settings (see [bellow](#Settings)). | 
|  | 78 | +force a specific instalation _channel_ of `k3d` with some settings (see [bellow](#settings)). | 
| 79 | 79 | 
 | 
| 80 | 80 | ## Settings | 
| 81 | 81 | 
 | 
| @@ -136,8 +136,8 @@ the [official documentation](https://code.visualstudio.com/docs/getstarted/keybi | 
| 136 | 136 | 
 | 
| 137 | 137 | The easiest way to start coding on the extension is by following these steps: | 
| 138 | 138 | 
 | 
| 139 |  | -* `git clone https://github.com/inercia/vscode-k3d.git` | 
| 140 |  | -* `code vscode-k3d` | 
|  | 139 | +* `git clone https://github.com/k3d-io/k3d.git` | 
|  | 140 | +* `code k3d` | 
| 141 | 141 | * `npm install` in the terminal for installing all the dependencies, | 
| 142 | 142 | * Press `F5` for starting a new VSCode window with the extension running in it. | 
| 143 | 143 |   You can add breakpoints and so on, and you can see the debug output | 
|  | 
0 commit comments