|
8 | 8 | "source=ickb-${localWorkspaceFolderBasename}-node_modules,target=${containerWorkspaceFolder}/node_modules,type=volume", |
9 | 9 | "source=ickb-${localWorkspaceFolderBasename}-dist,target=${containerWorkspaceFolder}/dist,type=volume", |
10 | 10 | "source=pnpm-cache,target=${containerWorkspaceFolder}/.pnpm-store,type=volume", |
11 | | - "source=local-store,target=${containerWorkspaceFolder}/.local-store,type=volume" |
| 11 | + "source=local-store,target=${containerWorkspaceFolder}/.local-store,type=volume", |
| 12 | + "source=gemini-code-assist,target=/home/node/.cache/google-vscode-extension,type=volume" |
12 | 13 | ], |
13 | 14 | // Features to add to the dev container. More info: https://containers.dev/features. |
14 | 15 | // "features": {}, |
15 | 16 | // Use 'forwardPorts' to make a list of ports inside the container available locally. |
16 | 17 | // "forwardPorts": [], |
17 | 18 | // Use 'postCreateCommand' to run commands after the container is created. |
18 | | - "postCreateCommand": "sudo chown node -R . && npm install -g pnpm@latest", |
| 19 | + "postCreateCommand": "sudo chown node -R . /home && npm install -g pnpm@latest", |
19 | 20 | // Configure tool-specific properties. |
20 | 21 | // "customizations": {}, |
21 | 22 | "postStartCommand": "pnpm install", |
|
31 | 32 | "javascriptreact", |
32 | 33 | "typescript", |
33 | 34 | "typescriptreact" |
34 | | - ] |
| 35 | + ], |
| 36 | + "geminicodeassist.updateChannel": "Insiders", |
| 37 | + "geminicodeassist.enableTelemetry": false |
35 | 38 | }, |
36 | 39 | "extensions": [ |
37 | 40 | "streetsidesoftware.code-spell-checker", |
38 | 41 | "dbaeumer.vscode-eslint", |
39 | 42 | "esbenp.prettier-vscode", |
40 | 43 | "yoavbls.pretty-ts-errors", |
41 | 44 | "davidanson.vscode-markdownlint", |
42 | | - "github.vscode-github-actions" |
| 45 | + "github.vscode-github-actions", |
| 46 | + "google.geminicodeassist" |
43 | 47 | ] |
44 | 48 | } |
45 | 49 | } |
|
0 commit comments