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