Adds recommendation for live preview extesnion.

Note that it doesnt proxy the backend websocket.
Could be useful for editing frontend.
This commit is contained in:
Bailey Stevens 2023-10-05 23:11:53 -04:00
parent a13658e526
commit d69ff76255
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@
"biomejs.biome",
"jnoortheen.nix-ide",
"ms-vscode.vscode-typescript-tslint-plugin",
"ms-python.vscode-pylance"
"ms-python.vscode-pylance",
"ms-vscode.live-server"
]
}

View File

@ -1,3 +1,4 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/flake.nix"
"livePreview.defaultPreviewPath": "/dist/index.html",
"livePreview.serverRoot": "dist/",
}