changeset 81085 | fe69241e8786 |
parent 81049 | 45ef41e823f7 |
child 82625 | 0fa6759948bc |
--- a/src/Pure/System/options.scala Wed Oct 02 10:39:32 2024 +0200 +++ b/src/Pure/System/options.scala Wed Oct 02 10:51:11 2024 +0200 @@ -157,6 +157,7 @@ def for_document: Boolean = for_tag(TAG_DOCUMENT) def for_color_dialog: Boolean = for_tag(TAG_COLOR_DIALOG) def for_build_sync: Boolean = for_tag(TAG_BUILD_SYNC) + def for_vscode: Boolean = for_tag(TAG_VSCODE) def session_content: Boolean = for_content || for_document }