From cde649235fd1807c5bc5a6e8026bbb1c4a8389d1 Mon Sep 17 00:00:00 2001 From: Kees Schollaart Date: Sun, 25 Aug 2019 13:21:56 +0200 Subject: [PATCH] Testing the new GitHub Actions release --- .github/workflows/github-actions-vscode-extension.yml | 7 ++++++- .vscodeignore | 1 - package.json | 8 +------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/github-actions-vscode-extension.yml b/.github/workflows/github-actions-vscode-extension.yml index 4b923fd5b8..9f25b57a45 100644 --- a/.github/workflows/github-actions-vscode-extension.yml +++ b/.github/workflows/github-actions-vscode-extension.yml @@ -27,4 +27,9 @@ jobs: npm install -g vsce vsce publish -p $VSCE_TOKEN env: - VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} \ No newline at end of file + VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} + + # - name: VSCE + # uses: lannonbr/vsce-action@1.0.1 + # with: + # args: publish -p ${{ secrets.VSCE_TOKEN }} \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index ed3f9d37c1..6cf90bbf09 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -3,7 +3,6 @@ out/test/** src/** .gitignore -vsc-extension-quickstart.md **/tsconfig.json **/tslint.json **/*.map diff --git a/package.json b/package.json index e17508318f..f38b546f84 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-home-assistant", "displayName": "Home Assistant Config Helper", "description": " Completion for entity-id's in Home Assistant Configurations", - "version": "1.1.1", + "version": "1.1.2", "preview": false, "engines": { "vscode": "^1.32.0" @@ -51,12 +51,6 @@ ], "main": "./out/extension", "contributes": { - "commands": [ - { - "command": "extension.helloWorld", - "title": "Hello World" - } - ], "configuration": [ { "title": "Home Assistant Config Helper",