alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 79 forks source link

Unable to install on vscode #458

Closed jefrinshaji closed 1 month ago

jefrinshaji commented 1 year ago

Unable to install on vscode (Windows 11).

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete'
  2. Click on 'Install'
  3. See error (doesn't alert to open with vscode)

Expected behavior Give an alert to open with vscode.

Cucumberautocomplete part of VSCode settings:

{
  "cucumberautocomplete.steps": [
      "features/step_definitions/*.js",
      "node_modules/@revjet/csp-qa/src/steps/*.js"
  ],
  "cucumberautocomplete.skipDocStringsFormat": true,
  "cucumberautocomplete.syncfeatures": "features/*.feature",
  "cucumberautocomplete.strictGherkinCompletion": true,
  "cucumberautocomplete.smartSnippets": true,
  "cucumberautocomplete.stepsInvariants": true,
  "cucumberautocomplete.onTypeFormat": false,
  "cucumberautocomplete.formatConfOverride": {
      "And": 0,
  }
}

Step definition: If applicable, add example of step definition:

When(/^I rename the run to "([^"]*)"$/, (name) =>
  // ... whatever
);

Gherkin step line If applicable, add step line from gherkin file When I rename the run to "([^"]*)"

alexkrechik commented 1 year ago

Unfortunately, install extension functionality is out of this extension responsibility scope.