This is an automated email from the ASF dual-hosted git repository. msciabarra pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openserverless-vscode-extension.git
commit b7e8ce971fab9e6d7ce5e1ba9d1acae6d97f002f Author: Michele Sciabarra <mich...@nuvolaris.io> AuthorDate: Mon Mar 18 08:27:52 2024 +0000 version bump and readme --- README.md | 5 ++--- package.json | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a0866a..bc00ef3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Nuvolaris VSCode Extension -This extensions add an icon in the activity bar. - -This icon opens a command palette allowing to invoke some utilties to be used in Nuvolaris Devcontainer: +This extensions automate login to Nuvolaris.dev and add an icon in the activity bar to open a command palette supporting the following commands: - login - devel - deploy +Note: this extension requires the `nuv` tool and the Nuvolaris devcontainer and will not work standalone. Please fork a starter on `github.com/mastrogpt/*-starter` and open then in the devcontainer to use it. diff --git a/package.json b/package.json index 7337f5a..8f5b68e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "nuvolaris", "icon": "media/nuv_market.png", "description": "Nuvolaris extension for VS Code", - "version": "1.0.1", + "version": "1.0.2", "publisher": "nuvolaris", "repository": "https://github.com/nuvolaris/nuvolaris-vscode-extension", "engines": { @@ -57,4 +57,4 @@ "eslint": "^8.26.0", "typescript": "^5.3.2" } -} \ No newline at end of file +}