Yukang
Yukang
Logs in Main: ```console 2022-11-09 14:52:26.018 [warning] Settings pattern "keyboard.*" doesn't match any settings 2022-11-09 14:52:26.018 [warning] SettingsEditor2: Settings not included in settingsLayout.ts: application.experimental.rendererProfiling 2022-11-09 14:52:26.965 [warning] Settings pattern "keyboard.*"...
Logs in Remote Tunnel: ```console 2022-11-09 14:15:17.905 [error] Missing 'tunnelApplicationConfig' or 'tunnelApplicationName' in product.json. Remote tunneling is not available. 2022-11-09 14:17:56.363 [error] Missing 'tunnelApplicationConfig' or 'tunnelApplicationName' in product.json. Remote tunneling...
> @chenyukang Same logs, Yep I think update to the extension probably caused the issue I think it's caused by new version of VSCode, I just updated to new version...
But another of my PC don't have this issue.
@Jed-Salmon You are my hero! I also resolved this issue by deleting `bin` and `data` from `\home\\.vscode-server`, without reinstall the extension.
@GREsau Thanks for your awesome project. Our project also relies on this crate, it's great if someone could help to maintenance this crate.
why I search with the new link will get these warnings: emm, github bug?
I think the current suggestion is suggesting the code like this: ```rust let ptr = &mut val; ```
oh, the suggestion's code comes from here: https://github.com/chenyukang/rust/blob/c8ed5c50edfd1b721c0541fa614864179251aaac/library/core/src/ptr/mod.rs#L2208 I think we should not suggest to change the library code here.
> ```rust > binding's type > ``` This is because when run the test UI, the span here is remaped `$SRC_DIR/core/src/ptr/mod.rs:LL:COL (#4)`: https://github.com/chenyukang/rust/blob/b44a48416d06524da2ea247f1d1973d85ef514f8/compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs#L1452 so the here we get an error...