Compare commits

..

2 commits

Author SHA1 Message Date
ef7ced9cd0 custom task.mk adder 2022-09-14 16:21:25 -05:00
db2f698f46 update vscode extensions 2022-09-14 16:21:00 -05:00
2 changed files with 5 additions and 1 deletions

View file

@ -37,4 +37,4 @@ GOAL_COLOR = b_magenta
HELP_SEP = ->> HELP_SEP = ->>
USAGE = {a.italic}{a.b_cyan}Best Dots Around{a.end}\n USAGE = {a.italic}{a.b_cyan}Best Dots Around{a.end}\n
-include .task.mk -include .task.mk
$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk) $(if $(wildcard .task.mk),,.task.mk: ; @curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk 2>/dev/null || echo "no curl, skipping task.mk download")

View file

@ -4,6 +4,9 @@
ms-vscode-remote.remote-ssh ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit ms-vscode-remote.remote-ssh-edit
ms-vscode-remote.remote-wsl ms-vscode-remote.remote-wsl
ms-azuretools.vscode-docker
ms-vscode-remote.remote-containers
ms-vscode.remote-repositories
vscodevim.vim vscodevim.vim
## misc-tools ## misc-tools
@ -39,6 +42,7 @@ mhutchie.git-graph
## python ## python
ms-python.python ms-python.python
ms-python.flake8
ms-toolsai.jupyter ms-toolsai.jupyter
ms-python.vscode-pylance ms-python.vscode-pylance
ms-toolsai.jupyter-keymap ms-toolsai.jupyter-keymap