BBobby R. Brucemisc: clean up devcontainer extensions and features (#2813)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
misc: clean up devcontainer extensions and features (#2813) 1. ms-vscode.cpptools and ms-vscode.cpptools-themes are part of ms-vscode.cpptools-extension-pack. So they are redundant 2. VisualStudioExptTeam.vscodeintellicode has been [deprecated and recommended to be uninstalled](https://github.com/MicrosoftDocs/intellicode/commit/f192b3d3ba36dcf1bccff1a810b433f1bbf16c0d) 3. devcontainers-contrib has been renamed to devcontainers-extra, see [features spec](https://containers.dev/features) | 6 个月前 | |
misc: Update on-create.sh (#1477) After merging the old personal gem5 repository with the stable version v24, I tried to run the project inside the .devcontainer environment. During the image build process, I encountered the following error: sh [7683 ms] Start: Run in container: /bin/sh -c ./.devcontainer/on-create.sh fatal: detected dubious ownership in repository at '/workspaces/gem5' To add an exception for this directory, call: git config --global --add safe.directory /workspaces/gem5 [7724 ms] onCreateCommand failed with exit code 128. Skipping any further user-provided commands. This error occurred due to an ownership permission problem, which I resolved by adding the following line. | 1 年前 |