PPJ cleanup
This commit is contained in:
parent
dafd821af9
commit
ba865a9034
9 changed files with 49 additions and 64 deletions
|
@ -5,7 +5,7 @@
|
|||
- include_tasks: vscode.yml
|
||||
- include_tasks: ocaml.yml
|
||||
- include_tasks: eclipse.yml
|
||||
- include_tasks: haskell.yml
|
||||
- include_tasks: swi-prolog.yml
|
||||
- include_tasks: rlwrap.yml
|
||||
- include_tasks: utop.yml
|
||||
|
||||
|
|
0
roles/linroom/tasks/htop.yml
Normal file
0
roles/linroom/tasks/htop.yml
Normal file
4
roles/linroom/tasks/utop.yml
Normal file
4
roles/linroom/tasks/utop.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Install utop
|
||||
apt:
|
||||
name: utop
|
||||
state: latest
|
|
@ -1,9 +1,7 @@
|
|||
VSCode_Extensions:
|
||||
- VisualStudioExptTeam.vscodeintellicode
|
||||
- arthurwang.vsc-prolog
|
||||
- dramforever.vscode-ghc-simple
|
||||
- AmauryRabouan.new-vsc-prolog
|
||||
- eamodio.gitlens
|
||||
- justusadam.language-haskell
|
||||
- ms-dotnettools.csdevkit # IS-63714
|
||||
- ms-python.python
|
||||
- ms-vscode.cpptools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue