David Barredo
David Barredo
I'm getting the same error: `Uncaught (in promise) TypeError: _atomProjectUtil2.default.save is not a function at SessionProvider.save (/.atom/packages/project-plus/lib/provider/session.js:131:28)` Atom 1.21.0 Windows 10
This is an example of one project in my cson file: ```json dummyserver: title: "dummy-server" paths: [ "pathtoproject\\dummy-server" ] ``` Add as many as you need Hope it helps 😉
I still got the error
I thinks it's related to #258 and https://github.com/amilajack/eslint-plugin-compat/issues/168#issuecomment-462009281 In #258, I've proposed to add these methods as a warning when not able to check the type
I have the same problem adding the `"esversion": 6` to the .jshintrc file.