summaryrefslogtreecommitdiff
path: root/context/data/vscode/vscode-context.cmd
blob: 86d7b8322f22b904b23538fc3919600c20f5c58b (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