Not working
See original GitHub issueVersion: 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
- Installed the extension.
- Copied example config.
- Enabled it via command palette.
- 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:
- Created 4 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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…Not working for me either. Mine is not greyed out