mirror of
https://github.com/rabbibotton/clog.git
synced 2026-02-04 06:42:54 -08:00
vscode requirments added
This commit is contained in:
parent
bd89502ad1
commit
6efe06831c
2 changed files with 10 additions and 2 deletions
11
VSCODE.md
11
VSCODE.md
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue