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