vueファイルでコメントアウトをしたい。

前提

htmlファイルでは、command + / でコメントアウトができるのですが、
vueファイルでは、command + / でコメントアウトができないです。

色々調べた結果、
拡張機能が邪魔をしていると記述があったのですが
邪魔をしている拡張機能が見当たりません。
settings.json

{ "editor.tabSize": 2, "files.trimFinalNewlines": true, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "files.associations": { "HTML": "html" }, "liveServer.settings.donotShowInfoMsg": true, "liveServer.settings.donotVerifyTags": true, "emmet.preferences": { "emmet.triggerExpansionOnTab": true, "emmet.variables": { "lang": "ja" } }, "workbench.iconTheme": "vscode-icons", "editor.formatOnSave": true, "diffEditor.ignoreTrimWhitespace": false, "git.confirmSync": false, "cSpell.userWords": ["problemsolving"], "editor.mouseWheelZoom": true, "js/ts.implicitProjectConfig.experimentalDecorators": true, "window.zoomLevel": 1 }

解決策等ありますでしょうか?

補足情報(FW/ツールのバージョンなど)

macバージョン11.6

コメントを投稿

0 コメント