Compare commits
2 commits
a37685a7bb
...
ef7ced9cd0
Author | SHA1 | Date | |
---|---|---|---|
ef7ced9cd0 | |||
db2f698f46 |
2 changed files with 5 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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")
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue