diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e592614..61a653b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,16 +16,22 @@ } }, - // Set *default* container specific settings.json values on container create. - "settings": { - "html.format.templating": true, + // Configure tool-specific properties. + "customizations": { + // Configure properties specific to VS Code. + "vscode": { + // Set *default* container specific settings.json values on container create. + "settings": { + "html.format.templating": true + }, + + // Add the IDs of extensions you want installed when the container is created. + "extensions": [ + "bungcip.better-toml", + "davidanson.vscode-markdownlint" + ] + } }, - - // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "bungcip.better-toml", - "davidanson.vscode-markdownlint" - ], // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ diff --git a/content/_index/overview/vscode-clangd.md b/content/_index/overview/vscode-clangd.md new file mode 100644 index 0000000..3ee7b29 --- /dev/null +++ b/content/_index/overview/vscode-clangd.md @@ -0,0 +1,10 @@ ++++ +title = "VS Code Clangd Fork" +weight = 50 + +[asset] + icon = "fas fa-keyboard" + url = "https://github.com/eclipse-cdt-cloud/vscode-clangd" ++++ + +A fork of the [vscode-clangd](https://github.com/clangd/vscode-clangd) extension supporting multiple projects in one workspace.