-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ Extension fails to load #9
Comments
Hi sir, |
Probably the latest version has been built in a non-clean working directory (reference). You can try to package this extension locally to your development host with the following commands: git clone https://github.com/iteratec/bdd-power-tools
cd bdd-power-tools
npm install -g vsce
npm install
vsce package
# you get a bdd-power-tools-1.1.0.vsix at this point, that you can install with the "Install VSIX" in the "Extensions" panel in VSCode To the author of this extension: you should just publish a vew version, after a |
There hasn't been any commit activity on this project since May 2019… sadly, we may be talking into an abandoned chamber. |
Hey @cmurczek , do you think you'll have the time to release a new version? May we help somehow? |
@prometheas, @nilleb I am working on a re-implementation based on the official gherkin parser to support all gherkin languages and better support for adding new features, like validation. |
When I noticed that the none of the functionality advertised in this extension's README file was available after installing the extension, I checked out the console in Visual Studio Code's developer tools and found this:
VS Code information:
The text was updated successfully, but these errors were encountered: