Files
LLMs-from-scratch/.vscode/extensions.json
Daniel Kleine 61b6e35ddf Added PDF display support to Docker image and VS Code and updated first step for gutenberg project (#111)
* added VS Code extensions recommendations

* Added PDF display support to Docker image and VS Code

* fixed steps to download the dataset
2024-04-08 20:37:55 -04:00

10 lines
258 B
JSON

{
"recommendations": [
"ms-python.python",
"ms-toolsai.jupyter",
"ms-azuretools.vscode-docker",
"ms-vscode-remote.vscode-remote-extensionpack",
"yahyabatulu.vscode-markdown-alert",
"tomoki1207.pdf",
]
}