Bad git! No! (Don't change line endings in executables)
This commit is contained in:
Родитель
b807e0dfe5
Коммит
9a80ef0d17
|
@ -1,2 +1,3 @@
|
|||
* eol=lf
|
||||
*.png binary
|
||||
*.exe binary
|
Двоичные данные
res/vswhere.exe
Двоичные данные
res/vswhere.exe
Двоичный файл не отображается.
|
@ -252,7 +252,6 @@ export interface VSInstallation {
|
|||
*/
|
||||
export async function
|
||||
vsInstallations(): Promise<VSInstallation[]> {
|
||||
const pf_native = process.env['programfiles']; const pf_x86 = process.env['programfiles(x86)'];
|
||||
const installs = [] as VSInstallation[];
|
||||
const inst_ids = [] as string[];
|
||||
const vswhere_exe = path.join(thisExtensionPath(), 'res/vswhere.exe');
|
||||
|
|
Загрузка…
Ссылка в новой задаче