Bad git! No! (Don't change line endings in executables)

This commit is contained in:
vector-of-bool 2017-12-18 20:09:12 -07:00
Родитель b807e0dfe5
Коммит 9a80ef0d17
3 изменённых файлов: 1 добавлений и 1 удалений

1
.gitattributes поставляемый
Просмотреть файл

@ -1,2 +1,3 @@
* eol=lf
*.png binary
*.exe binary

Двоичные данные
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');