Skip to content

Commit 5a3e591

Browse files
committed
change: update deps
1 parent 8956b7d commit 5a3e591

21 files changed

+6817
-7714
lines changed

.eslintrc.cjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
3+
parser: '@typescript-eslint/parser',
4+
plugins: ['@typescript-eslint'],
5+
root: true,
6+
};

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Setup GIT
3737
run: |
3838
git switch -c main
39-
git config --global user.email "[email protected]"
40-
git config --global user.name "Alvaro Saurin"
39+
git config --global user.email "[email protected]"
40+
git config --global user.name "k3d-io"
4141
4242
- name: Set release version
4343
run: npm version --no-git-tag-version --allow-same-version ${{ steps.info.outputs.SOURCE_TAG }}
@@ -69,7 +69,7 @@ jobs:
6969
draft: false
7070
prerelease: false
7171

72-
- name: Upload VXIS to GitHub release
72+
- name: Upload VSIX to GitHub release
7373
id: upload-release-asset
7474
uses: actions/upload-release-asset@v1
7575
env:
@@ -81,4 +81,4 @@ jobs:
8181
upload_url: ${{ steps.create_release.outputs.upload_url }}
8282
asset_path: ./vscode-k3d-${{ steps.info.outputs.SOURCE_TAG }}.vsix
8383
asset_name: vscode-k3d.vsix
84-
asset_content_type: application/zip
84+
asset_content_type: application/zip

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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
22

3-
[![Version](https://vsmarketplacebadge.apphb.com/version/inercia.vscode-k3d.svg)](https://marketplace.visualstudio.com/items?itemName=inercia.vscode-k3d)
4-
[![Installs](https://vsmarketplacebadge.apphb.com/installs/inercia.vscode-k3d.svg)](https://marketplace.visualstudio.com/items?itemName=inercia.vscode-k3d)
5-
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/inercia.vscode-k3d.svg)](https://vsmarketplacebadge.apphb.com/rating/inercia.vscode-k3d.svg)
3+
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/k3d-io.k3d?style=for-the-badge)
4+
![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/k3d-io.k3d?label=Installs&style=for-the-badge)
5+
![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/k3d-io.k3d?style=for-the-badge)
66

77
## Overview
88

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
1010
in the Kubernetes extension's Cloud Explorer. You can use this to create and
1111
delete clusters, and to merge them into your `kubeconfig`.
1212

1313
> IMPORTANT: **This is an early stage preview. It's not feature complete! Feature requests
1414
welcome via the issues page. (And let us know about bugs too!)**
1515

16-
> This project was originally based on the
16+
> This project was developed by @inercia and originally based on the
1717
[KinD plugin for VSCode](https://github.com/deislabs/kind-vscode).
1818

1919
## Features
@@ -71,11 +71,11 @@ delete clusters, and to merge them into your `kubeconfig`.
7171
## Installation
7272

7373
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).
7575
You will find detailed installation instructions there.
7676

7777
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)).
7979

8080
## Settings
8181

@@ -136,8 +136,8 @@ the [official documentation](https://code.visualstudio.com/docs/getstarted/keybi
136136

137137
The easiest way to start coding on the extension is by following these steps:
138138

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`
141141
* `npm install` in the terminal for installing all the dependencies,
142142
* Press `F5` for starting a new VSCode window with the extension running in it.
143143
You can add breakpoints and so on, and you can see the debug output

package-lock.json

Lines changed: 6683 additions & 7529 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)