File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "version": "1.0",
3+ "components": [
4+ "Microsoft.Net.Component.4.6.2.TargetingPack",
5+ "Microsoft.Net.Component.4.7.2.SDK",
6+ "Microsoft.Net.Component.4.7.2.TargetingPack",
7+ "Microsoft.VisualStudio.Workload.ManagedDesktop",
8+ "Microsoft.VisualStudio.Workload.NetCoreTools",
9+ "Microsoft.VisualStudio.Workload.NetWeb",
10+ "Microsoft.VisualStudio.Workload.VisualStudioExtension"
11+ ]
12+ }
Original file line number Diff line number Diff line change 1+ @ ECHO OFF
2+
3+ %~dp0 ..\..\startvs.cmd %~dp0 Validation.slnf
Original file line number Diff line number Diff line change 1+ @ ECHO OFF
2+
3+ %~dp0 ..\..\startvscode.cmd %~dp0
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4+ repo_root=" $DIR /../.."
5+ " $repo_root /startvscode.sh" $DIR
You can’t perform that action at this time.
0 commit comments