From 6efe06831caef5001232eba015fbd32beff35da8 Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 22 Jun 2022 15:55:11 -0400 Subject: [PATCH] vscode requirments added --- VSCODE.md | 11 ++++++++++- tools/clog-builder.lisp | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) 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