mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 07:26:21 +00:00
agora-plan plus some vscode tweakings.
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"key": "ctrl+alt+s",
|
||||||
|
"command": "extension.multiCommand.execute",
|
||||||
|
"args": { "command": "multiCommand.syncAllFiles" },
|
||||||
|
}
|
||||||
Vendored
+15
-1
@@ -15,5 +15,19 @@
|
|||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/node_modules": true
|
"**/node_modules": true
|
||||||
},
|
},
|
||||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
|
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||||
|
"multiCommand.commands": [
|
||||||
|
{
|
||||||
|
"command": "multiCommand.syncAllFiles",
|
||||||
|
"sequence": [
|
||||||
|
"workbench.action.files.saveAll",
|
||||||
|
{
|
||||||
|
"command": "workbench.action.terminal.sendSequence",
|
||||||
|
"args": {
|
||||||
|
"text": "git add . && git commit -a -m 'automatic update on save.' && git push\u000D"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Agora Version
|
# Agora Version
|
||||||
|
|
||||||
- You are currently reading this on [[agora 0.5.1]] as per [[semantic versioning]].
|
- You are currently reading this on [[agora 0.5.1]] as per [[semantic versioning]].
|
||||||
|
- See [[Agora plan]] for what's likely in store.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user