agora-plan plus some vscode tweakings.

This commit is contained in:
2020-11-14 18:17:07 +01:00
parent df9745df5c
commit 963b51de9b
3 changed files with 21 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "ctrl+alt+s",
"command": "extension.multiCommand.execute",
"args": { "command": "multiCommand.syncAllFiles" },
}
+15 -1
View File
@@ -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
View File
@@ -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.