Skip to content

Commit

Permalink
Add VS Code Clangd fork and update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Mar 29, 2024
1 parent 7d82c68 commit 526f30e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
10 changes: 10 additions & 0 deletions content/_index/overview/vscode-clangd.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 526f30e

Please sign in to comment.