mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
feat: initial commit for 100.dathere.com and first exercise
This commit is contained in:
commit
86f90af434
35 changed files with 860 additions and 0 deletions
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"recommendations": ["emeraldwalk.runonsave", "ritwickdey.liveserver", "ms-toolsai.jupyter", "ms-toolsai.vscode-jupyter-cell-tags"]
|
||||
}
|
||||
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"emeraldwalk.runonsave": {
|
||||
"shell": "/bin/bash",
|
||||
"commands": [
|
||||
{
|
||||
"match": ".md$",
|
||||
"cmd": "source .venv/bin/activate && jb clean . && jb build ."
|
||||
},
|
||||
{
|
||||
"match": ".yml$",
|
||||
"cmd": "source .venv/bin/activate && jb clean . && jb build ."
|
||||
},
|
||||
{
|
||||
"match": ".ipynb$",
|
||||
"cmd": "source .venv/bin/activate && jb clean . && jb build ."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue