"vscode:/vscode.git/clone" did not exist on "c994223d569221652643e897d8402b835ead411d"
Unverified Commit 46450b8d authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Use absolute placement for Ask AI button (#15628)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent 13ac9cab
...@@ -10,8 +10,8 @@ document.addEventListener("DOMContentLoaded", function () { ...@@ -10,8 +10,8 @@ document.addEventListener("DOMContentLoaded", function () {
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget. script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
script.setAttribute("runllm-name", "vLLM"); script.setAttribute("runllm-name", "vLLM");
script.setAttribute("runllm-position", "BOTTOM_RIGHT"); script.setAttribute("runllm-position", "BOTTOM_RIGHT");
script.setAttribute("runllm-position-y", "20%"); script.setAttribute("runllm-position-y", "120px");
script.setAttribute("runllm-position-x", "3%"); script.setAttribute("runllm-position-x", "20px");
script.setAttribute("runllm-assistant-id", "207"); script.setAttribute("runllm-assistant-id", "207");
script.async = true; script.async = true;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment