vs code update

This commit is contained in:
Ben Potter
2021-03-15 16:45:57 -04:00
committed by GitHub
parent f037f3f6b0
commit aa4f3bb103

View File

@@ -64,7 +64,7 @@ $ sh /home/coder/push_remote.sh # save your uncomitted files to the remote
$ sh /home/coder/pull_remote.sh # get latest files from the remote
# In VS Code:
# ctrl + P, run task: push_remote or pull_remote
# use items in bottom bar or ctrl + P, run task: push_remote or pull_remote or
```
---