VSCode - 为 "Could not find a declaration file for module" 禁用三个点
VSCode - disable three dots for "Could not find a declaration file for module"
如何在不添加相应类型文件的情况下不显示这三个点?
转到 settings.json 并粘贴
"javascript.suggestionActions.enabled": false
如何在不添加相应类型文件的情况下不显示这三个点?
转到 settings.json 并粘贴
"javascript.suggestionActions.enabled": false