#129·github1s

使用来自 .devcontainer.json 的扩展

作者: felipepenha创建于 2021年2月15日更新于 2022年9月18日

通常,我们会通过`.devcontainer.json`文件定义一个项目专用的 VS Code 扩展,如 https://code.visualstudio.com/docs/remote/devcontainerjson-reference 中所述。 我注意到,`github1s` 在我的项目中并没有使用`.devcontainer.json`的`"extensions"`字段中定义的扩展。 示例: https://github1s.com/felipepenha/Rust-greenhouse/blob/HEAD/.devcontainer.json

内容来源: conwnet/github1s