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 b5f217c commit 9124cdfCopy full SHA for 9124cdf
linux/snap/snapcraft.yaml.in
@@ -94,6 +94,10 @@ apps:
94
plugs: [home,network-bind]
95
command-chain: [ coq-platform/bin/coq_wrapper ]
96
command: coq-platform/bin/coqidetop.opt
97
+ vscoqtop:
98
+ plugs: [home,network-bind]
99
+ command-chain: [ coq-platform/bin/coq_wrapper ]
100
+ command: coq-platform/bin/vscoqtop
101
coqdep:
102
plugs: [home]
103
package_picks/package-pick-dev.sh
@@ -186,4 +186,8 @@ then
186
# Bedrock2, fiat crypto, ...
187
PACKAGES="${PACKAGES} coq-coqutil.dev"
188
# PACKAGES="${PACKAGES} coq-bedrock2.dev" # Error: "sed: illegal option -- z"
189
+
190
+ # VSCoq
191
+ PACKAGES="${PACKAGES} vscoq-language-server.dev"
192
193
fi
0 commit comments