vscode requirments added

This commit is contained in:
David Botton 2022-06-22 15:55:11 -04:00
parent bd89502ad1
commit 6efe06831c
2 changed files with 10 additions and 2 deletions

View file

@ -14,10 +14,19 @@ git clone https://github.com/fare/asdf.git
- Go to - https://marketplace.visualstudio.com/items?itemName=rheller.alive
You need to insure you have pre-requisites installed so open sbcl or slime in Emacs and run;
(ql:quickload :cl-json)
(ql:quickload :bordeaux-threads)
(ql:quickload :usocket)
(ql:quickload :flexi-streams)
Click install and follow directions
- Cmd+Shift+P - type shell command <enter>
Go through install
- load up a .lisp file and the REPL should load
- load up a .lisp file and the REPL should load
More info on using VSCode - https://lispcookbook.github.io/cl-cookbook/vscode-alive.html

View file

@ -407,7 +407,6 @@ replaced."
(html-id control)))
;; setup control events
(set-on-focus control (lambda (obj)
(declare (ignore obj))
;; set focus is bound in case control
;; is set to static or reached using
;; tab selection