question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version: 1.39.2
Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390
Date: 2019-10-16T10:47:27.951Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Linux x64 5.3.5-1-default
  1. Installed the extension.
  2. Copied example config.
  3. Enabled it via command palette.
  4. Nothing is happening when I save files.

My config file: The entire "emeraldwalk.runonsave" section is greyed out. I do not know what that means.

{
    "phpcbf.executablePath": "./vendor/bin/phpcbf",
    "editor.minimap.enabled": false,
    "zentabs.maximumOpenedTabs": 5,
    "workbench.activityBar.visible": true,
    "telemetry.enableCrashReporter": false,
    "workbench.enableExperiments": false,
    "workbench.settings.enableNaturalLanguageSearch": false,
    "git.enableSmartCommit": true,
    "emeraldwalk.runonsave": {
        "commands": [
            {
                "match": ".*",
                "isAsync": true,
                "cmd": "echo 'I run for all files.'"
            },
            {
                "match": "\\.txt$",
                "cmd": "echo 'I am a .txt file ${file}.'"
            },
            {
                "match": "\\.js$",
                "cmd": "echo 'I am a .js file ${file}.'"
            },
            {
                "match": ".*",
                "cmd": "echo 'I am ${env.USERNAME}.'"
            }
        ]
    }
}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Joey92commented, Feb 3, 2020

My config file: The entire “emeraldwalk.runonsave” section is greyed out. I do not know what that means.

That usually means there is no extension that reads the config. Be sure to install the correct extension from emeraldwalk. There are 3 on the marketplace. Happened to me too first…

0reactions
donjajocommented, Aug 12, 2020

Not working for me either. Mine is not greyed out

Electron v9.1.2
Chromium v83.0.4103.122
Node v12.14.1v8 v8.3.110.13-electron.0
OS: Linux 5.7.12-arch1-1
Read more comments on GitHub >

github_iconTop Results From Across the Web

138 Synonyms & Antonyms for NOT WORKING - Thesaurus.com
synonyms for not working · baseless · false · inoperative · irrational · null · unreasonable · unscientific · unsound ...
Read more >
Working Not Working
Trusted by over 2000 of the world's most innovative companies to staff their creative projects.
Read more >
Not Working: Cohen, Josh - Amazon.com
Not Working is a laudable attempt to address an important aspect of our lives. However, the book's many digressions into biography, literary and...
Read more >
Not Working: Where Have All the Good Jobs Gone?
Not Working is about those who can't find full-time work at a decent wage—the underemployed—and how their plight is contributing to widespread ...
Read more >
Not Working by Lisa Owens - Goodreads
Not Working book. Read 658 reviews from the world's largest community for readers. Claire Flannery has just quit her office job, hoping to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found