Matej Knopp

Results 29 issues of Matej Knopp

MSVC already comes with CMake installed (by default if desktop development with c++ was specified), but CMake-rs doesn't know about it. This PR will use the bundled installation, but only...

S-waiting-on-review

Hi, it would be quite useful if the crate could determine location of CMake binary bundled with MSVC. The usual location is `${msvcPath}\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin`.

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: Version: 1.69.0-insider (Universal) Commit: 92d25e35d9bf1a6b16f7d0758f25d48ace11e5b9 Date: 2022-07-05T18:34:55.771Z (2 days ago) - OS Version: macOS 12.4 Connect...

bug
ssh

OS: Windows 11 VSCode version: Version: 1.70.0-insider, Commit: 12b08be500f8a307f30e92cbc3ee39ba CodeLLDB version: 1.7.3 Compiler: rustc 1.62.1 Debuggee: shared library built in rust For reason not known to me rust build seem...

waiting for info

This is with clang on MacOS (Apple clang version 11.0.3 (clang-1103.0.32.59)). It got broken with the commit enabling AVX2 on clang. I'm not sure how much of a problem is...

I just noticed that once I navigate ot any file within rustlib the navigation is not available anymore. The reason seem to be the [documentFilter in rls.ts](https://github.com/rust-lang/vscode-rust/blob/master/src/rls.ts#L94) that prevents the...

Fixes https://github.com/flutter/flutter/issues/111425 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [X]...

platform-macos
needs tests

Fixes https://github.com/flutter/flutter/issues/96668 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [X]...

Work in progress (WIP)
platform-macos

This is on 10.13, but I'm not sure OS version is important ` pid = wait(&status); ` returns immediately with EINTR checking for EINTR and repeating wait seems to fix...