Compare commits
No commits in common. "ef7ced9cd08ef5464d55503548e0c32c82c39326" and "a37685a7bb90c9d570fb323af9330120bc582ea1" have entirely different histories.
ef7ced9cd0
...
a37685a7bb
2 changed files with 1 additions and 5 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 2>/dev/null || echo "no curl, skipping task.mk download")
|
$(if $(wildcard .task.mk),,.task.mk: ; curl -fsSL https://raw.githubusercontent.com/daylinmorgan/task.mk/main/task.mk -o .task.mk)
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
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
|
||||||
|
@ -42,7 +39,6 @@ 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