2022-07-01から1ヶ月間の記事一覧
[ { "key": "f1", "command": "rust-analyzer.openDocs", "when": "editorLangId == rust" }, ] when プロパティに editorLangId の条件を追加してやればよい. リファレンス - https://code.visualstudio.com/api/references/when-clause-contexts - https:/…
[ { "key": "f1", "command": "rust-analyzer.openDocs", "when": "editorLangId == rust" }, ] when プロパティに editorLangId の条件を追加してやればよい. リファレンス - https://code.visualstudio.com/api/references/when-clause-contexts - https:/…