Frank Schmid
Frank Schmid
Exactly. They are already working on the new version, but I do not know any date when it will be released,
Currently not. As a hack you might symlink the s-models.json into your function root.
Like this ``` + s-project.json + s-models.json + function + node_modules + s-models.json (symlink to ../s-models.json) ```
Yes it is :-) But at least GIT handles symlinks correctly.
Hi @fatangare, thanks for the question 👍 . This is not implemented yet (this issue is the feature request).
@panzupa I already implemented the feature, but it is still in PR #21 but not yet merged and released. Would you mind to test if it works for you, if...
@panzupa Here you go. Please add your feedback to this issue ;-) And thank you [serverless-vscode-1.1.0-alpha.vsix.zip](https://github.com/HyperBrain/serverless-vscode/files/2177825/serverless-vscode-1.1.0-alpha.vsix.zip) Oh. GitHub only supports ZIP files for upload, so please extract it locally and...
Ok. The error you get is caused, because the extension cannot find the "serverless" executable in your path. Maybe that approach is wrong and it should use `npx serverless` to...
Sounds reasonable. I will create a new GitHub issue and provide a fix (should be trivial)
Hi @TimCoates , thanks for the feature request 👍 You're absolutely right. The feature makes sense because of the random nature of the API and lambda path names. Of course...