Øystein Walle

Results 4 comments of Øystein Walle

As always I discover something new almost immediately after filing report... Copying all of `C:\ProgramData\chocolatey\lib\clcache\...` to `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\lib\clcache\...` worked.

Verbose log with &PathBuf Running `cargo build --bin=tagsparser --package=tagsparser --message-format=json`... Compiling tagsparser v0.1.0 (C:\git\walle\lldb-reprod) Finished dev [unoptimized + debuginfo] target(s) in 0.72s Raw artifacts: { fileName: 'c:\\git\\walle\\lldb-reprod\\target\\debug\\tagsparser.exe', name: 'tagsparser', kind:...

I get the equivalent behavior using the default map expression, namely that Control_L is pressed and released first, then Escape.

Doubletap never _inserts_ comments; it only removes them. The reason that the comments aren't inserted in Python files is because the `'formatoptions'` does not contain `r` or `o`. You can...