diff --git a/VSCODE.md b/VSCODE.md index 8bb5f15..046abf2 100644 --- a/VSCODE.md +++ b/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 Go through install -- load up a .lisp file and the REPL should load \ No newline at end of file +- load up a .lisp file and the REPL should load + +More info on using VSCode - https://lispcookbook.github.io/cl-cookbook/vscode-alive.html \ No newline at end of file diff --git a/tools/clog-builder.lisp b/tools/clog-builder.lisp index 08b9164..9fd3fe6 100644 --- a/tools/clog-builder.lisp +++ b/tools/clog-builder.lisp @@ -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