File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ sourcekit-lsp configuration file example: `sourcekit-lsp/config.json`
4848
4949launch.json example: ` .vscode/launch.json `
5050
51- ``` json
51+ ``` jsonc
5252{
5353 " configurations" : [
5454 {
@@ -85,7 +85,7 @@ launch.json example: `.vscode/launch.json`
8585### 7. Modify the ` devcontainer.json ` to include the Swift extension and configure the lldb library path.
8686
8787Add the following to ` devcontainer.json ` to allow Swift debugging and Swift extension installation:
88- ``` json
88+ ``` jsonc
8989 " customizations" : {
9090 // Configure properties specific to VS Code.
9191 " vscode" : {
@@ -102,7 +102,7 @@ Add the following to `devcontainer.json` to allow Swift debugging and Swift exte
102102```
103103
104104final ` devcontainer.json ` example:
105- ``` json
105+ ``` jsonc
106106// For format details, see https://aka.ms/devcontainer.json. For config options, see the
107107// README at: https://github.com/devcontainers/templates/tree/main/src/docker-outside-of-docker-compose
108108{
You can’t perform that action at this time.
0 commit comments