blob: c6e1a89ce7313b023db991acbdc8767ed23adc80 (
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
|