Skip to content

Commit 608c87a

Browse files
committed
feat: update to latest rocq -> update vscode ext
1 parent 21704b8 commit 608c87a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/arm64/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"image": "ghcr.io/logsem/iris-tutorial/docker-arm64",
44
"customizations": {
55
"vscode": {
6-
"extensions": ["maximedenes.vsrocq"]
6+
"extensions": ["rocq-prover.vsrocq"]
77
},
88
"settings": {
99
"terminal.integrated.profiles.linux": {
@@ -15,4 +15,4 @@
1515
"terminal.integrated.defaultProfile.linux": "bash"
1616
}
1717
}
18-
}
18+
}

.devcontainer/x86-64/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"image": "ghcr.io/logsem/iris-tutorial/docker-x86-64",
44
"customizations": {
55
"vscode": {
6-
"extensions": ["maximedenes.vsrocq"]
6+
"extensions": ["rocq-prover.vsrocq"]
77
},
88
"settings": {
99
"terminal.integrated.profiles.linux": {
@@ -15,4 +15,4 @@
1515
"terminal.integrated.defaultProfile.linux": "bash"
1616
}
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)