Git Product home page Git Product logo

vscode-extension-skeleton's Introduction

vscode-extension-skeleton

CircleCI Coverage Status semantic-release Commitizen friendly Visual Studio Marketplace Version

my personal skeleton for a VSCode extension

Quick start

npx 0-60 clone https://github.com/jedwards1211/vscode-extension-skeleton.git

Tools used

  • babel 7
  • typescript
  • mocha
  • chai
  • istanbul
  • nyc
  • eslint
  • prettier
  • husky
  • semantic-release
  • renovate
  • Circle CI
  • Codecov.io

vscode-extension-skeleton's People

Contributors

jedwards1211 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vscode-extension-skeleton's Issues

Not able to generate coverage using your repo

Hi,

I have cloned your repo and when trying to generate coverage report it is throwing me an error. So let me tell what all steps I followed

  1. npm install.
    Threw error on semantic thus removed semantic-release and semantic-release-vsce from package.json. Post that it was successful
  2. npm run build. It was successful.
  3. npm run test. Issue with BABEL_ENV thus removed pretest
  4. npm run test. Issue with rimraf .nyc_output thus removed this piece.
  5. updated in runtest.ts
    await runTests({
    version: "insiders",
    extensionDevelopmentPath,
    extensionTestsPath,
    })
  6. Again build and test.

Getting some error Cannot read properties of undefined (reading 'subprocessBin')
at new NYC (d:\workspace\vscode-extension-skeleton\node_modules\nyc\index.js:50:33)

How come it was working for you?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.