Skip to content

Commit

Permalink
change: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Feb 15, 2023
1 parent 8956b7d commit 5a3e591
Show file tree
Hide file tree
Showing 21 changed files with 6,817 additions and 7,714 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
root: true,
};
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Setup GIT
run: |
git switch -c main
git config --global user.email "alvaro.saurin@gmail.com"
git config --global user.name "Alvaro Saurin"
git config --global user.email "ghactions@k3d.io"
git config --global user.name "k3d-io"
- name: Set release version
run: npm version --no-git-tag-version --allow-same-version ${{ steps.info.outputs.SOURCE_TAG }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
draft: false
prerelease: false

- name: Upload VXIS to GitHub release
- name: Upload VSIX to GitHub release
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
Expand All @@ -81,4 +81,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./vscode-k3d-${{ steps.info.outputs.SOURCE_TAG }}.vsix
asset_name: vscode-k3d.vsix
asset_content_type: application/zip
asset_content_type: application/zip
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Kubernetes [k3d](https://github.com/rancher/k3d) extension for Visual Studio Code
# Kubernetes [k3d](https://github.com/k3d-io/k3d) extension for Visual Studio Code

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

## Overview

This extension displays your [k3d](https://github.com/rancher/k3d) local clusters
This extension displays your [k3d](https://github.com/k3d-io/k3d) local clusters
in the Kubernetes extension's Cloud Explorer. You can use this to create and
delete clusters, and to merge them into your `kubeconfig`.

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

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

## Features
Expand Down Expand Up @@ -71,11 +71,11 @@ delete clusters, and to merge them into your `kubeconfig`.
## Installation

You can find this plugin in the
[VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=inercia.vscode-k3d).
[VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=k3d-io.k3d).
You will find detailed installation instructions there.

This extension will download the latest, stable version of `k3d` automatically, although you can
force a specific instalation _channel_ of `k3d` with some settings (see [bellow](#Settings)).
force a specific instalation _channel_ of `k3d` with some settings (see [bellow](#settings)).

## Settings

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

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

* `git clone https://github.com/inercia/vscode-k3d.git`
* `code vscode-k3d`
* `git clone https://github.com/k3d-io/k3d.git`
* `code k3d`
* `npm install` in the terminal for installing all the dependencies,
* Press `F5` for starting a new VSCode window with the extension running in it.
You can add breakpoints and so on, and you can see the debug output
Expand Down
14,212 changes: 6,683 additions & 7,529 deletions package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5a3e591

Please sign in to comment.