.devcontainer devcontainer.json .vscode extensions.json 3 changes: 2 additions & 1 deletion 3 .devcontainer/devcontainer.json Original file line numberDiff line numberDiff line change @@ -29,7 +29,8 @@ "twxs.cmake", "uavcan.dsdl", "wholroyd.jinja", "zixuanwang.linkerscript" "zixuanwa...
"vscode":{ "extensions":[ "Shopify.ruby-lsp", "Vue.volar" ], "settings":{ "terminal.integrated.defaultProfile.linux":"bash" } } } } 2 changes: 1 addition & 1 deletion2.vscode/extensions.json Original file line numberDiff line numberDiff line change ...
While any images or Dockerfiles that come from the Dev Containers extension will include a non-root user with a UID/GID of 1000 (typically either calledvscodeornode), many base images and Dockerfiles do not. Fortunately, you can update or create a Dockerfile that adds a non-root user int...
* and several useful vscode extensions in the vscode server instance, pre-configured for lua, c and python in flux-coreYou are free to change the base image and rebuild if you need to test on another operating system! When your container is built, when you open `Terminal -> New Terminal...
}, "extensions": [ // for all repos "editorconfig.editorconfig", "esbenp.prettier-vscode", // fot go "golang.Go", "hbenl.vscode-test-explorer", "ethan-reesor.vscode-go-test-adapter" ], // If you use Rootless Docker, should comment out "remoteUser": "vscode" }9...
adds the.vscodefolder with the vscode settings and the recommended extensions most importantly: it adds all the required.classpath/.projectfiles for all of this to work (they won't show in the diff since on other branches these files are not tracked) ...
"vscode": { "extensions": [ "DavidAnson.vscode-markdownlint", "ms-azuretools.vscode-docker", "ms-vscode-remote.remote-containers", "ms-vscode.cpptools", "walonli.edk2-vscode", "zachflower.uncrustify" ] } } } 5 changes: 5 additions & 0 deletions 5 Maintainers.txt Original file line...
"extensions": [ "charliermarsh.ruff", "eamodio.gitlens", "ms-toolsai.jupyter" ] } } // Adjust to connect as non-root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root", } 27 changes: 27 additions & 0 deletions 27 .devcontainer/post_create.sh...
// Add the IDs of extensions you want installed when the container is created. "extensions": [], // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. "remoteUser": "vscode" }20...
rjaegers mentioned this issue Mar 6, 2024 feat(deps): update group vscode extensions philips-software/amp-devcontainer#342 Closed danniesim mentioned this issue Mar 9, 2024 CMake Tools try to configure IntelliSense for Non-CMake projects #2338 Open Sign...