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 83ffdf7 commit de8f2c7Copy full SHA for de8f2c7
linux/snap/snapcraft.yaml.in
@@ -93,6 +93,10 @@ apps:
93
plugs: [home,network-bind]
94
command-chain: [ coq-platform/bin/coq_wrapper ]
95
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
100
coqdep:
101
plugs: [home]
102
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