Skip to content

Commit 834ce32

Browse files
author
Frank Schmid
committed
Adapted README
1 parent 21e218b commit 834ce32

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,26 @@
44
[![Installs](https://vsmarketplacebadge.apphb.com/installs/frankschmid.serverless-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=frankschmid.serverless-vscode)
55
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/frankschmid.serverless-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=frankschmid.serverless-vscode)
66

7-
This extension enables an integration of Serverless projects with VSCode.
7+
This extension enables an integration of Serverless projects with VSCode. It eliminates the need
8+
to start Serverless commands from a separate command line.
89

910
## Installation
1011

1112
In order to install an extension you need to open the extension palette and search for serverless-vscode.
1213
You can then install it.
1314

15+
### Alpha version
16+
1417
This is currently an alpha version, that integrates only a subset of possible commands.
1518
See the GitHub repository for remaining planned features for the final version. You're encouraged to
1619
test the version and create additional feature requests.
1720

21+
**Currently the extension only supports Serverless projects with Serverless installed locally!**
22+
23+
That means, that Serverless must be a development dependency of the project itself. A subsequent
24+
version of the extension will also support the globally installed Serverless framework and a
25+
configuration for that.
26+
1827
## Usage
1928

2029
### The Serverless outline

0 commit comments

Comments
 (0)