https://issues.dlang.org/show_bug.cgi?id=17808
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rainer Schuetze <[email protected]> --- Thanks for the report. > but then it proceeds to install the extension to D:\Pliki program� > (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions Is it only visuald.pkgdef that is in the wrong place or are extension.vsixmanifest and vdlogo.ico affected aswell? > running the x86 target displays a console window for a fraction of a second, > shows the following in the output, and does nothing else: Try switching the debug engine to "Visual Studio" (debugging settings). > as for the x64 target, the build script (x64\Debug\ConsoleApp1.build.cmd) > contains wrong paths (two different ones!) as well, so VS cannot build > anything. I've attached the file. As a workaround you could try replacing $(VCInstallDir) and similar macros in the global options with the explicit path. --
