Skip to content
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

Literate coffeescript #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

rmarscher
Copy link

Hi. Thanks for this extension. I have a legacy project written with literate coffeescript. I added detecting the .litcoffee extension and passing that option to the lint method. 835a6fa

I had trouble rebuilding the extension, so I reapplied the code on top of the current lsp-sample.

I also added a npm script to package the extension into a vsix file. I was able to install that, so no rush on accepting this pull request. Or feel free to close it if you aren't maintaining this project.

If anyone else wants to use this version before it is merged, you can clone rmarscher/coffeelinter, switch to the literate-coffeescript branch and then run

npm i
npm run compile
npm run package

And then you can install the output coffeelinter-1.5.0.vsix file in VSCode.

Fixes #10

You can compile this extension into a vsix file using

```
npm run compile
npm run package
```

and then install the output coffeelinter-*.vsix file in vscode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not work for literate coffeescript
1 participant