Skip to content

Commit aa1a661

Browse files
committed
chore: add VSCode settings for automatic command execution on file save
1 parent 7e004c9 commit aa1a661

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"emeraldwalk.runonsave": {
3+
"message": "Running command...",
4+
5+
"commands": [
6+
{
7+
"match": "\\.(html|css|js)$",
8+
"cmd": "'${workspaceFolder}/compactar_extensao.sh'",
9+
"autoShowOutputPanel": "error",
10+
}
11+
]
12+
},
13+
}

0 commit comments

Comments
 (0)