acrolink

Results 56 comments of acrolink

Any news on this? Working examples?

@eliasdarruda Thank you very much for sharing.

@juanr2001 One limitation I had noticed with Vuex State is lack of data persistence on page navigation (between pages). As you said, using cookies solves that issue. So, would you...

So the solution is only to fork ? Or wait for new releases ?

> FWIW on Netlify what worked for me was: > > * setting `ssr` to `true` > * changing the Netlify build command to `npm run build` (vs `generate`) >...

More info: If I enter mail sending settings then all form the values can be saved, including the Backblaze settings.

``` "script.commands": { "commands": { "id": "acro.jameel", "script": "C:/Users/User/.vscode/my_scripts/jameel.js" } }, ``` The `js` file: ``` exports.execute = function(args) { var vscode = require('vscode'); var langID = vscode.window.activeTextEditor.document.languageId; var path...

Yes, of course I define a short-cut to run `acro.jameel` but says: `command acro.jameel was not found`. It was working fine, but for unknown reason stopped.