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 33168ec commit 8581620Copy full SHA for 8581620
.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