File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed
Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
33{
4- "name" : " Existing Dockerfile" ,
5- "build" : {
6- "context" : " ." ,
7- "dockerfile" : " Dockerfile"
8- },
4+ "name" : " Noir BB Dev Container" ,
5+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu" ,
96 "customizations" : {
107 "vscode" : {
11- "settings" : {
12- "extensions.ignoreRecommendations" : true , // Prevents syncing of recommended extensions.
13- "extensions.autoUpdate" : false // Optional: disables automatic updates for extensions.
14- },
158 "extensions" : [" noir-lang.vscode-noir" ]
169 }
1710 },
18- "features" : {}
11+ "features" : {
12+ "ghcr.io/signorecello/noir-bb-devcontainer-feature/barretenberg:1.1.2" : {},
13+ "ghcr.io/signorecello/noir-bb-devcontainer-feature/noir:1.1.2" : {}
14+ }
1915}
You can’t perform that action at this time.
0 commit comments