From c3e821627fba8ecf4342582ed62e75c5ad36afc0 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 14 Jun 2019 18:53:48 +0200 Subject: 2019-06-14 17:56:00 --- context/data/vscode/vscode-context.cmd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 context/data/vscode/vscode-context.cmd (limited to 'context/data/vscode/vscode-context.cmd') diff --git a/context/data/vscode/vscode-context.cmd b/context/data/vscode/vscode-context.cmd new file mode 100644 index 000000000..205d98af6 --- /dev/null +++ b/context/data/vscode/vscode-context.cmd @@ -0,0 +1,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 -- cgit v1.2.3