Skip to content

Commit de8f2c7

Browse files
committed
add vscoq language server
1 parent 83ffdf7 commit de8f2c7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

linux/snap/snapcraft.yaml.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ apps:
9393
plugs: [home,network-bind]
9494
command-chain: [ coq-platform/bin/coq_wrapper ]
9595
command: coq-platform/bin/coqidetop.opt
96+
vscoqtop:
97+
plugs: [home,network-bind]
98+
command-chain: [ coq-platform/bin/coq_wrapper ]
99+
command: coq-platform/bin/vscoqtop
96100
coqdep:
97101
plugs: [home]
98102
command-chain: [ coq-platform/bin/coq_wrapper ]

package_picks/package-pick-dev.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,8 @@ then
186186
# Bedrock2, fiat crypto, ...
187187
PACKAGES="${PACKAGES} coq-coqutil.dev"
188188
# PACKAGES="${PACKAGES} coq-bedrock2.dev" # Error: "sed: illegal option -- z"
189+
190+
# VSCoq
191+
PACKAGES="${PACKAGES} vscoq-language-server.dev"
192+
189193
fi

0 commit comments

Comments
 (0)