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, 8 insertions, 0 deletions
diff --git a/tools/open-code b/tools/open-code
new file mode 100755
index 00000000..0ccc04c1
--- /dev/null
+++ b/tools/open-code
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+export DOTNET_ROOT=/opt/dotnet
+export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks
+
+code $(dirname "$0")/..
+
+exit