feat: custom clang (#14102)

* feat: custom clang

* fix: version typo

* fix: version typo
This commit is contained in:
nekosu
2025-09-14 18:35:40 +08:00
committed by GitHub
parent 5853354357
commit 4d74abfd8f
11 changed files with 13 additions and 239 deletions

View File

@@ -4,7 +4,6 @@
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/sshd:1": {}
},
"postCreateCommand": "sudo sh -ce 'wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 20'",
"customizations": {
"vscode": {
"extensions": ["llvm-vs-code-extensions.vscode-clangd", "DavidAnson.vscode-markdownlint"]