Open2024/09/06にコメント追加1Go を書くGoVS Codeささくらり2024/09/06 フォーマッタに未使用のライブラリを保存時に自動で削除させない settings.json 内の source.organizeImports を never に変更する。 "[go]": { "editor.codeActionsOnSave": { "source.organizeImports": 'never' } } 参考 Issue 返信を追加
ささくらり2024/09/06 フォーマッタに未使用のライブラリを保存時に自動で削除させない settings.json 内の source.organizeImports を never に変更する。 "[go]": { "editor.codeActionsOnSave": { "source.organizeImports": 'never' } } 参考 Issue 返信を追加