Skip to content

Literate coffeescript#17

Open
rmarscher wants to merge 4 commits into
lkytal:masterfrom
rmarscher:literate-coffeescript
Open

Literate coffeescript#17
rmarscher wants to merge 4 commits into
lkytal:masterfrom
rmarscher:literate-coffeescript

Conversation

@rmarscher
Copy link
Copy Markdown

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