Successfully started `elasticsearch` (label: homebrew.mxcl.elasticsearch)$ python manage.py rebuild_indexYour choices after this are to restore from backups or rebuild via the `rebuild_index` command.
我可以从命令行(deno vs ts-node : what's the difference)运行deno。我想从VS代码中运行它。我还尝试先编译它(通过deno run),然后在result上从vs代码运行。我制作了repo来演示如何运行它,但它运行了两次,第一次是编译源代码,第二次是在编译后的源代码上运行vscode。我想直接从vs代码中运行deno,或者在运行它们之前使用deno编译ts文件。