We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c140d2 commit 34e7782Copy full SHA for 34e7782
.devcontainer/default/devcontainer.json
@@ -12,8 +12,8 @@
12
"source=${localWorkspaceFolderBasename}-build,target=${containerWorkspaceFolder}/build,type=volume"
13
],
14
"remoteEnv": {
15
- "PATH": "${containerWorkspaceFolder}/.build/bin:${containerEnv:PATH}"
16
- },
+ // `/usr/bin` must be first: https://github.com/apple/sourcekit-lsp/blob/main/Documentation/Development.md#linux
+ "PATH": "/usr/bin:${containerWorkspaceFolder}/.build/bin:${containerEnv:PATH}" },
17
"customizations": {
18
"vscode": {
19
"extensions": [
0 commit comments