blob: 00360e73477823059a2fd4cd77ab53220c0e8f85 (
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 --reuse-window --extensions-dir %~dp0\extensions --install-extension context %* 2>&1 nul
|