We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCodeの「アウトライン」パネルに単一のラベルが2つずつ表示されてしまいます
参考: VSCodeでHSP3開発を超快適にしよう! [2023年] #VSCode - Qiita > #アウトライン
The text was updated successfully, but these errors were encountered:
fix(ham): ラベルのシンボルが重複する問題を修正 (refs #11)
2f6c016
原因: - ラベルの定義がプリプロセス時と意味解析時に2回登録されていたため 影響: - アウトラインにラベルが重複して表示されていた (document_symbolの結果に重複して含まれていたため) - ラベル間のシンボル間参照も一部、おかしくなっていた
v0.5.0 で修正しました
Sorry, something went wrong.
Revert "fix(ham): ラベルのシンボルが重複する問題を修正 (refs #11)"
925242d
This reverts commit 2f6c016.
ほかの問題があったため、v0.5.1 で元に戻しました (#12 参照)
No branches or pull requests
VSCodeの「アウトライン」パネルに単一のラベルが2つずつ表示されてしまいます
参考: VSCodeでHSP3開発を超快適にしよう! [2023年] #VSCode - Qiita > #アウトライン
The text was updated successfully, but these errors were encountered: