Closed as not planned
Description
TS Config settings are not shared
Repro:
- Open this link: link.
- Click "TS Config" -> Tick the "noFallthroughCasesInSwitch" option so it will be turned on.
- See that an error is listed.
- Click the "Share" button, and paste it into a new tab.
Expected behavior:
- The "noFallthroughCasesInSwitch" option under the "TS Config" option should be turned on.
- The error is listed in the example, so others can see it.
Actual behavior:
- The "noFallthroughCasesInSwitch" option under the "TS Config" option is turned off.
- The error is NOT listed in the example, and I must request others to manually turn it on to see the error.