Skip to content

Commit

Permalink
add vscoq language server
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jun 17, 2023
1 parent 83ffdf7 commit de8f2c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linux/snap/snapcraft.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ apps:
plugs: [home,network-bind]
command-chain: [ coq-platform/bin/coq_wrapper ]
command: coq-platform/bin/coqidetop.opt
vscoqtop:
plugs: [home,network-bind]
command-chain: [ coq-platform/bin/coq_wrapper ]
command: coq-platform/bin/vscoqtop
coqdep:
plugs: [home]
command-chain: [ coq-platform/bin/coq_wrapper ]
Expand Down
4 changes: 4 additions & 0 deletions package_picks/package-pick-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,8 @@ then
# Bedrock2, fiat crypto, ...
PACKAGES="${PACKAGES} coq-coqutil.dev"
# PACKAGES="${PACKAGES} coq-bedrock2.dev" # Error: "sed: illegal option -- z"

# VSCoq
PACKAGES="${PACKAGES} vscoq-language-server.dev"

fi

0 comments on commit de8f2c7

Please sign in to comment.