summaryrefslogtreecommitdiff
path: root/context/data/vscode/vscode-context.cmd
blob: 7bd259d7bccae10ba1084875617a5e7dc8db814a (plain)
1
2
3
4
5
6
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