We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bacecd commit 2030469Copy full SHA for 2030469
imgui_test_suite/tools/win32_open_with_vs.cmd
@@ -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