summaryrefslogtreecommitdiff
path: root/context/data/vscode/vscode-context.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'context/data/vscode/vscode-context.cmd')
-rw-r--r--context/data/vscode/vscode-context.cmd7
1 files changed, 7 insertions, 0 deletions
diff --git a/context/data/vscode/vscode-context.cmd b/context/data/vscode/vscode-context.cmd
new file mode 100644
index 000000000..205d98af6
--- /dev/null
+++ b/context/data/vscode/vscode-context.cmd
@@ -0,0 +1,7 @@
+@echo off
+
+rem chcp 65001
+
+rem I need to figure ou thow to detach the instance
+
+start "vs code context" code --ignore-gpu-blacklist --reuse-window --extensions-dir %~dp0\extensions --install-extension context %* 2>&1 nul