aboutsummaryrefslogtreecommitdiff
path: root/tools/open-code
diff options
context:
space:
mode:
Diffstat (limited to 'tools/open-code')
-rwxr-xr-xtools/open-code8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/open-code b/tools/open-code
deleted file mode 100755
index 0ccc04c1..00000000
--- a/tools/open-code
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-export DOTNET_ROOT=/opt/dotnet
-export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks
-
-code $(dirname "$0")/..
-
-exit