Skip to content

Commit 2030469

Browse files
committed
TestSuite: added tools/win32_open_with_vs.cmd but it doesn't work too great.
1 parent 3bacecd commit 2030469

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@REM Pass to imgui_test_suite.exe with '-fileopener win32_open_with_vs.cmd' or use own script.
2+
@REM Unfortunately this:
3+
@REM - use the first/any instance of VS IDE, rather than last used.
4+
@REM - doesn't seem to support opening at a given line.
5+
@REM We are printing file/line in the Debug Output console to facilitate double-clicking into the line.
6+
7+
"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe" /edit "%1"
8+
@REM "%DevEnvDir%\devenv.exe" /edit "%1"
9+

0 commit comments

Comments
 (0)